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