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 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 © 2016. All rights reserved.