@Generated(value="software.amazon.awssdk:codegen") public class CreateNatGatewayResponse extends AmazonWebServiceResult<ResponseMetadata> implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreateNatGatewayResponse.Builder,CreateNatGatewayResponse>
Contains the output of CreateNatGateway.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateNatGatewayResponse.Builder |
| Modifier and Type | Method and 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() |
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic 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()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<CreateNatGatewayResponse.Builder,CreateNatGatewayResponse>public static CreateNatGatewayResponse.Builder builder()
public static Class<? extends CreateNatGatewayResponse.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.