ToCopyableBuilder<CreateVpnGatewayResponse.Builder,CreateVpnGatewayResponse>
@Generated("software.amazon.awssdk:codegen") public class CreateVpnGatewayResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CreateVpnGatewayResponse.Builder,CreateVpnGatewayResponse>
Contains the output of CreateVpnGateway.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateVpnGatewayResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CreateVpnGatewayResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends CreateVpnGatewayResponse.Builder> |
serializableBuilderClass() |
|
CreateVpnGatewayResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
VpnGateway |
vpnGateway() |
Information about the virtual private gateway.
|
setSdkHttpMetadata, setSdkResponseMetadata
public VpnGateway vpnGateway()
Information about the virtual private gateway.
public CreateVpnGatewayResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateVpnGatewayResponse.Builder,CreateVpnGatewayResponse>
public static CreateVpnGatewayResponse.Builder builder()
public static Class<? extends CreateVpnGatewayResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.