Package com.amazonaws.services.ec2.model
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()
boolean
Unique, case-sensitive identifier to ensure the idempotency of the request.Information about the NAT gateway.int
hashCode()
void
setClientToken
(String clientToken) Unique, case-sensitive identifier to ensure the idempotency of the request.void
setNatGateway
(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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-