com.amazonaws.services.ec2.model
Class DeleteVpnGatewayRequest

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

public class DeleteVpnGatewayRequest
extends AmazonWebServiceRequest


Constructor Summary
DeleteVpnGatewayRequest()
           
 
Method Summary
 String getVpnGatewayId()
          The ID of the VPN gateway to delete.
 void setVpnGatewayId(String vpnGatewayId)
          The ID of the VPN gateway to delete.
 String toString()
           
 DeleteVpnGatewayRequest withVpnGatewayId(String vpnGatewayId)
          The ID of the VPN gateway 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

DeleteVpnGatewayRequest

public DeleteVpnGatewayRequest()
Method Detail

getVpnGatewayId

public String getVpnGatewayId()
The ID of the VPN gateway to delete.

Returns:
The ID of the VPN gateway to delete.

setVpnGatewayId

public void setVpnGatewayId(String vpnGatewayId)
The ID of the VPN gateway to delete.

Parameters:
vpnGatewayId - The ID of the VPN gateway to delete.

withVpnGatewayId

public DeleteVpnGatewayRequest withVpnGatewayId(String vpnGatewayId)
The ID of the VPN gateway to delete.

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

Parameters:
vpnGatewayId - The ID of the VPN gateway 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.