Cloneable
, ReadLimitInfo
, ToCopyableBuilder<AssociateVpcCidrBlockRequest.Builder,AssociateVpcCidrBlockRequest>
@Generated("software.amazon.awssdk:codegen") public class AssociateVpcCidrBlockRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<AssociateVpcCidrBlockRequest.Builder,AssociateVpcCidrBlockRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
AssociateVpcCidrBlockRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
Boolean |
amazonProvidedIpv6CidrBlock() |
Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC.
|
static AssociateVpcCidrBlockRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends AssociateVpcCidrBlockRequest.Builder> |
serializableBuilderClass() |
|
AssociateVpcCidrBlockRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
vpcId() |
The ID of the VPC.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public Boolean amazonProvidedIpv6CidrBlock()
Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IPv6 addresses, or the size of the CIDR block.
public String vpcId()
The ID of the VPC.
public AssociateVpcCidrBlockRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AssociateVpcCidrBlockRequest.Builder,AssociateVpcCidrBlockRequest>
public static AssociateVpcCidrBlockRequest.Builder builder()
public static Class<? extends AssociateVpcCidrBlockRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.