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


Constructor Summary
DeleteVpnConnectionRequest()
           
 
Method Summary
 String getVpnConnectionId()
          The ID of the VPN connection to delete
 void setVpnConnectionId(String vpnConnectionId)
          The ID of the VPN connection to delete
 String toString()
           
 DeleteVpnConnectionRequest withVpnConnectionId(String vpnConnectionId)
          The ID of the VPN connection to delete
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteVpnConnectionRequest

public DeleteVpnConnectionRequest()
Method Detail

getVpnConnectionId

public String getVpnConnectionId()
The ID of the VPN connection to delete

Returns:
The ID of the VPN connection to delete

setVpnConnectionId

public void setVpnConnectionId(String vpnConnectionId)
The ID of the VPN connection to delete

Parameters:
vpnConnectionId - The ID of the VPN connection to delete

withVpnConnectionId

public DeleteVpnConnectionRequest withVpnConnectionId(String vpnConnectionId)
The ID of the VPN connection to delete

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

Parameters:
vpnConnectionId - The ID of the VPN connection to delete
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


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