public class DeleteVpnGatewayRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeleteVpnGateway operation.
Deletes a VPN gateway. Use this when you want to delete a VPC and all its associated components because you no longer need them. We recommend that before you delete a VPN gateway, you detach it from the VPC and delete the VPN connection. Note that you don't need to delete the VPN gateway if you just want to delete and re-create the VPN connection between your VPC and data center.
| コンストラクタと説明 |
|---|
DeleteVpnGatewayRequest()
Default constructor for a new DeleteVpnGatewayRequest object.
|
DeleteVpnGatewayRequest(java.lang.String vpnGatewayId)
Constructs a new DeleteVpnGatewayRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getVpnGatewayId()
The ID of the VPN gateway to delete.
|
int |
hashCode() |
void |
setVpnGatewayId(java.lang.String vpnGatewayId)
The ID of the VPN gateway to delete.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteVpnGatewayRequest |
withVpnGatewayId(java.lang.String vpnGatewayId)
The ID of the VPN gateway to delete.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DeleteVpnGatewayRequest()
public DeleteVpnGatewayRequest(java.lang.String vpnGatewayId)
vpnGatewayId - The ID of the VPN gateway to delete.public java.lang.String getVpnGatewayId()
public void setVpnGatewayId(java.lang.String vpnGatewayId)
vpnGatewayId - The ID of the VPN gateway to delete.public DeleteVpnGatewayRequest withVpnGatewayId(java.lang.String vpnGatewayId)
Returns a reference to this object so that method calls can be chained together.
vpnGatewayId - The ID of the VPN 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