Class CreateNatGatewayResult
java.lang.Object
com.amazonaws.services.ec2.model.CreateNatGatewayResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the output of CreateNatGateway.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanUnique, case-sensitive identifier to ensure the idempotency of the request.Information about the NAT gateway.inthashCode()voidsetClientToken(String clientToken) Unique, case-sensitive identifier to ensure the idempotency of the request.voidsetNatGateway(NatGateway natGateway) Information about the NAT gateway.toString()Returns a string representation of this object; useful for testing and debugging.withClientToken(String clientToken) Unique, case-sensitive identifier to ensure the idempotency of the request.withNatGateway(NatGateway natGateway) Information about the NAT gateway.
-
Constructor Details
-
CreateNatGatewayResult
public CreateNatGatewayResult()
-
-
Method Details
-
setNatGateway
Information about the NAT gateway.
- Parameters:
natGateway- Information about the NAT gateway.
-
getNatGateway
Information about the NAT gateway.
- Returns:
- Information about the NAT gateway.
-
withNatGateway
Information about the NAT gateway.
- Parameters:
natGateway- Information about the NAT gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setClientToken
Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.
- Parameters:
clientToken- Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.
-
getClientToken
Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.
- Returns:
- Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.
-
withClientToken
Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.
- Parameters:
clientToken- Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-