ToCopyableBuilder<CreateNatGatewayResponse.Builder,CreateNatGatewayResponse>
@Generated("software.amazon.awssdk:codegen") public class CreateNatGatewayResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CreateNatGatewayResponse.Builder,CreateNatGatewayResponse>
Contains the output of CreateNatGateway.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateNatGatewayResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CreateNatGatewayResponse.Builder |
builder() |
|
String |
clientToken() |
Unique, case-sensitive identifier to ensure the idempotency of the request.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
NatGateway |
natGateway() |
Information about the NAT gateway.
|
static Class<? extends CreateNatGatewayResponse.Builder> |
serializableBuilderClass() |
|
CreateNatGatewayResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String clientToken()
Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.
public NatGateway natGateway()
Information about the NAT gateway.
public CreateNatGatewayResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateNatGatewayResponse.Builder,CreateNatGatewayResponse>
public static CreateNatGatewayResponse.Builder builder()
public static Class<? extends CreateNatGatewayResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.