public class DeleteVpnGatewayRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteVpnGatewayRequest>
NOOP| Constructor and Description |
|---|
DeleteVpnGatewayRequest()
Default constructor for DeleteVpnGatewayRequest object.
|
DeleteVpnGatewayRequest(String vpnGatewayId)
Constructs a new DeleteVpnGatewayRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteVpnGatewayRequest |
clone() |
boolean |
equals(Object obj) |
Request<DeleteVpnGatewayRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getVpnGatewayId()
The ID of the virtual private gateway.
|
int |
hashCode() |
void |
setVpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteVpnGatewayRequest |
withVpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DeleteVpnGatewayRequest()
public DeleteVpnGatewayRequest(String vpnGatewayId)
vpnGatewayId - The ID of the virtual private gateway.public void setVpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway.
vpnGatewayId - The ID of the virtual private gateway.public String getVpnGatewayId()
The ID of the virtual private gateway.
public DeleteVpnGatewayRequest withVpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway.
vpnGatewayId - The ID of the virtual private gateway.public Request<DeleteVpnGatewayRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DeleteVpnGatewayRequest>public String toString()
toString in class ObjectObject.toString()public DeleteVpnGatewayRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.