@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteNatGatewayResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of DeleteNatGateway.
| Constructor and Description |
|---|
DeleteNatGatewayResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteNatGatewayResult |
clone() |
boolean |
equals(Object obj) |
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.
|
DeleteNatGatewayResult |
withNatGatewayId(String natGatewayId)
The ID of the NAT gateway.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 DeleteNatGatewayResult withNatGatewayId(String natGatewayId)
The ID of the NAT gateway.
natGatewayId - The ID of the NAT gateway.public String toString()
toString in class ObjectObject.toString()public DeleteNatGatewayResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.