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()booleanThe ID of the NAT gateway.inthashCode()voidsetNatGatewayId(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
-
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
-
equals
-
hashCode
-
clone
-