@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteNatGatewayRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteNatGatewayRequest>
NOOP| Constructor and Description | 
|---|
| DeleteNatGatewayRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteNatGatewayRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| Request<DeleteNatGatewayRequest> | getDryRunRequest()This method is intended for internal use only. | 
| String | getNatGatewayId()
 The ID of the NAT gateway. | 
| int | hashCode() | 
| void | setNatGatewayId(String natGatewayId)
 The ID of the NAT gateway. | 
| String | toString()Returns a string representation of this object. | 
| DeleteNatGatewayRequest | withNatGatewayId(String natGatewayId)
 The ID of the NAT gateway. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setNatGatewayId(String natGatewayId)
The ID of the NAT gateway.
natGatewayId - The ID of the NAT gateway.public String getNatGatewayId()
The ID of the NAT gateway.
public DeleteNatGatewayRequest withNatGatewayId(String natGatewayId)
The ID of the NAT gateway.
natGatewayId - The ID of the NAT gateway.public Request<DeleteNatGatewayRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DeleteNatGatewayRequest>public String toString()
toString in class ObjectObject.toString()public DeleteNatGatewayRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()