com.amazonaws.services.ec2.model
Class DeleteVpnConnectionRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.ec2.model.DeleteVpnConnectionRequest

public class DeleteVpnConnectionRequest
extends AmazonWebServiceRequest

Delete Vpn Connection Request


Constructor Summary
DeleteVpnConnectionRequest()
           
 
Method Summary
 String getVpnConnectionId()
          Returns the value of the VpnConnectionId property for this object.
 void setVpnConnectionId(String vpnConnectionId)
          Sets the value of the VpnConnectionId property for this object.
 DeleteVpnConnectionRequest withVpnConnectionId(String vpnConnectionId)
          Sets the value of the VpnConnectionId property for this object.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteVpnConnectionRequest

public DeleteVpnConnectionRequest()
Method Detail

getVpnConnectionId

public String getVpnConnectionId()
Returns the value of the VpnConnectionId property for this object.

Returns:
The value of the VpnConnectionId property for this object.

setVpnConnectionId

public void setVpnConnectionId(String vpnConnectionId)
Sets the value of the VpnConnectionId property for this object.

Parameters:
vpnConnectionId - The new value for the VpnConnectionId property for this object.

withVpnConnectionId

public DeleteVpnConnectionRequest withVpnConnectionId(String vpnConnectionId)
Sets the value of the VpnConnectionId property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
vpnConnectionId - The new value for the VpnConnectionId property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.