public class DeleteNatGatewayRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DeleteNatGatewayRequest>
NOOP
Constructor and Description |
---|
DeleteNatGatewayRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteNatGatewayRequest |
clone() |
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; useful for testing and
debugging.
|
DeleteNatGatewayRequest |
withNatGatewayId(String natGatewayId)
The ID of the NAT gateway.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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 Object
Object.toString()
public DeleteNatGatewayRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2016. All rights reserved.