public class DeleteCustomerGatewayRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeleteCustomerGateway operation.
Deletes a customer gateway. You must delete the VPN connection before deleting the customer gateway.
You can have a single active customer gateway per AWS account (active means that you've created a VPN connection with that customer gateway). AWS might delete any customer gateway you leave inactive for an extended period of time.
| コンストラクタと説明 |
|---|
DeleteCustomerGatewayRequest()
Default constructor for a new DeleteCustomerGatewayRequest object.
|
DeleteCustomerGatewayRequest(java.lang.String customerGatewayId)
Constructs a new DeleteCustomerGatewayRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCustomerGatewayId()
The ID of the customer gateway to delete.
|
int |
hashCode() |
void |
setCustomerGatewayId(java.lang.String customerGatewayId)
The ID of the customer gateway to delete.
|
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 to delete.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DeleteCustomerGatewayRequest()
public DeleteCustomerGatewayRequest(java.lang.String customerGatewayId)
customerGatewayId - The ID of the customer gateway to delete.public java.lang.String getCustomerGatewayId()
public void setCustomerGatewayId(java.lang.String customerGatewayId)
customerGatewayId - The ID of the customer gateway to delete.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 to delete.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object