public class DeleteNatGatewayResult extends Object 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; useful for testing and
debugging.
|
DeleteNatGatewayResult |
withNatGatewayId(String natGatewayId)
The ID of the NAT gateway.
|
public String getNatGatewayId()
public void setNatGatewayId(String natGatewayId)
natGatewayId - The ID of the NAT gateway.public DeleteNatGatewayResult withNatGatewayId(String natGatewayId)
Returns a reference to this object so that method calls can be chained together.
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.