|
|||||||
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
Container for the parameters to the DeleteCustomerGateway operation
.
Deletes the specified customer gateway. You must delete the VPN connection before you can delete the customer gateway.
AmazonEC2.deleteCustomerGateway(DeleteCustomerGatewayRequest)
,
Serialized FormConstructor Summary | |
---|---|
DeleteCustomerGatewayRequest()
Default constructor for a new DeleteCustomerGatewayRequest object. |
|
DeleteCustomerGatewayRequest(java.lang.String customerGatewayId)
Constructs a new DeleteCustomerGatewayRequest object. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCustomerGatewayId()
The ID of the customer gateway. |
Request<DeleteCustomerGatewayRequest> |
getDryRunRequest()
This method is intended for internal use only. |
int |
hashCode()
|
void |
setCustomerGatewayId(java.lang.String customerGatewayId)
The ID of the customer gateway. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteCustomerGatewayRequest |
withCustomerGatewayId(java.lang.String customerGatewayId)
The ID of the customer gateway. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeleteCustomerGatewayRequest()
public DeleteCustomerGatewayRequest(java.lang.String customerGatewayId)
customerGatewayId
- The ID of the customer gateway.Method Detail |
---|
public java.lang.String getCustomerGatewayId()
public void setCustomerGatewayId(java.lang.String customerGatewayId)
customerGatewayId
- The ID of the customer gateway.public DeleteCustomerGatewayRequest withCustomerGatewayId(java.lang.String customerGatewayId)
Returns a reference to this object so that method calls can be chained together.
customerGatewayId
- The ID of the customer gateway.
public Request<DeleteCustomerGatewayRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteCustomerGatewayRequest>
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |