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

Delete Customer Gateway Request


Constructor Summary
DeleteCustomerGatewayRequest()
           
 
Method Summary
 String getCustomerGatewayId()
          Returns the value of the CustomerGatewayId property for this object.
 void setCustomerGatewayId(String customerGatewayId)
          Sets the value of the CustomerGatewayId property for this object.
 DeleteCustomerGatewayRequest withCustomerGatewayId(String customerGatewayId)
          Sets the value of the CustomerGatewayId 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

DeleteCustomerGatewayRequest

public DeleteCustomerGatewayRequest()
Method Detail

getCustomerGatewayId

public String getCustomerGatewayId()
Returns the value of the CustomerGatewayId property for this object.

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

setCustomerGatewayId

public void setCustomerGatewayId(String customerGatewayId)
Sets the value of the CustomerGatewayId property for this object.

Parameters:
customerGatewayId - The new value for the CustomerGatewayId property for this object.

withCustomerGatewayId

public DeleteCustomerGatewayRequest withCustomerGatewayId(String customerGatewayId)
Sets the value of the CustomerGatewayId property for this object.

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

Parameters:
customerGatewayId - The new value for the CustomerGatewayId 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.