Package com.amazonaws.services.ec2.model
Class DeleteNatGatewayResult
java.lang.Object
com.amazonaws.services.ec2.model.DeleteNatGatewayResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of DeleteNatGateway.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ID of the NAT gateway.int
hashCode()
void
setNatGatewayId
(String natGatewayId) The ID of the NAT gateway.toString()
Returns a string representation of this object; useful for testing and debugging.withNatGatewayId
(String natGatewayId) The ID of the NAT gateway.
-
Constructor Details
-
DeleteNatGatewayResult
public DeleteNatGatewayResult()
-
-
Method Details
-
setNatGatewayId
The ID of the NAT gateway.
- Parameters:
natGatewayId
- The ID of the NAT gateway.
-
getNatGatewayId
The ID of the NAT gateway.
- Returns:
- The ID of the NAT gateway.
-
withNatGatewayId
The ID of the NAT gateway.
- Parameters:
natGatewayId
- The ID of the NAT gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-