|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DeleteCustomerGatewayRequest
public class DeleteCustomerGatewayRequest
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 |
---|
public DeleteCustomerGatewayRequest()
Method Detail |
---|
public String getCustomerGatewayId()
public void setCustomerGatewayId(String customerGatewayId)
customerGatewayId
- The ID of the customer gateway to delete.public DeleteCustomerGatewayRequest withCustomerGatewayId(String customerGatewayId)
Returns a reference to this object so that method calls can be chained together.
customerGatewayId
- The ID of the customer gateway to delete.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |