@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteNatGatewayResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
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.
|
DeleteNatGatewayResult |
withNatGatewayId(String natGatewayId)
The ID of the NAT gateway.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 DeleteNatGatewayResult withNatGatewayId(String natGatewayId)
The ID of the NAT gateway.
natGatewayId
- The ID of the NAT gateway.public String toString()
toString
in class Object
Object.toString()
public DeleteNatGatewayResult clone()