com.amazonaws.services.ec2.model
Class DeleteCustomerGatewayRequest

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

public class DeleteCustomerGatewayRequest
extends AmazonWebServiceRequest


Constructor Summary
DeleteCustomerGatewayRequest()
           
 
Method Summary
 String getCustomerGatewayId()
          The ID of the customer gateway to delete.
 void setCustomerGatewayId(String customerGatewayId)
          The ID of the customer gateway to delete.
 String toString()
           
 DeleteCustomerGatewayRequest withCustomerGatewayId(String customerGatewayId)
          The ID of the customer 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

DeleteCustomerGatewayRequest

public DeleteCustomerGatewayRequest()
Method Detail

getCustomerGatewayId

public String getCustomerGatewayId()
The ID of the customer gateway to delete.

Returns:
The ID of the customer gateway to delete.

setCustomerGatewayId

public void setCustomerGatewayId(String customerGatewayId)
The ID of the customer gateway to delete.

Parameters:
customerGatewayId - The ID of the customer gateway to delete.

withCustomerGatewayId

public DeleteCustomerGatewayRequest withCustomerGatewayId(String customerGatewayId)
The ID of the customer gateway to delete.

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

Parameters:
customerGatewayId - The ID of the customer 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.