@Generated(value="software.amazon.awssdk:codegen") public class AttachVpnGatewayRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<AttachVpnGatewayRequest.Builder,AttachVpnGatewayRequest>
Contains the parameters for AttachVpnGateway.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AttachVpnGatewayRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
static AttachVpnGatewayRequest.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
static Class<? extends AttachVpnGatewayRequest.Builder> |
serializableBuilderClass() |
AttachVpnGatewayRequest.Builder |
toBuilder() |
String |
toString() |
String |
vpcId()
The ID of the VPC.
|
String |
vpnGatewayId()
The ID of the virtual private gateway.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String vpcId()
The ID of the VPC.
public String vpnGatewayId()
The ID of the virtual private gateway.
public AttachVpnGatewayRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<AttachVpnGatewayRequest.Builder,AttachVpnGatewayRequest>public static AttachVpnGatewayRequest.Builder builder()
public static Class<? extends AttachVpnGatewayRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.