@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateVpcCidrBlockRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<AssociateVpcCidrBlockRequest>
NOOP
Constructor and Description |
---|
AssociateVpcCidrBlockRequest() |
Modifier and Type | Method and Description |
---|---|
AssociateVpcCidrBlockRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getAmazonProvidedIpv6CidrBlock()
Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC.
|
String |
getCidrBlock()
An IPv4 CIDR block to associate with the VPC.
|
Request<AssociateVpcCidrBlockRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getIpv6CidrBlockNetworkBorderGroup()
The name of the location from which we advertise the IPV6 CIDR block.
|
String |
getVpcId()
The ID of the VPC.
|
int |
hashCode() |
Boolean |
isAmazonProvidedIpv6CidrBlock()
Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC.
|
void |
setAmazonProvidedIpv6CidrBlock(Boolean amazonProvidedIpv6CidrBlock)
Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC.
|
void |
setCidrBlock(String cidrBlock)
An IPv4 CIDR block to associate with the VPC.
|
void |
setIpv6CidrBlockNetworkBorderGroup(String ipv6CidrBlockNetworkBorderGroup)
The name of the location from which we advertise the IPV6 CIDR block.
|
void |
setVpcId(String vpcId)
The ID of the VPC.
|
String |
toString()
Returns a string representation of this object.
|
AssociateVpcCidrBlockRequest |
withAmazonProvidedIpv6CidrBlock(Boolean amazonProvidedIpv6CidrBlock)
Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC.
|
AssociateVpcCidrBlockRequest |
withCidrBlock(String cidrBlock)
An IPv4 CIDR block to associate with the VPC.
|
AssociateVpcCidrBlockRequest |
withIpv6CidrBlockNetworkBorderGroup(String ipv6CidrBlockNetworkBorderGroup)
The name of the location from which we advertise the IPV6 CIDR block.
|
AssociateVpcCidrBlockRequest |
withVpcId(String vpcId)
The ID of the VPC.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAmazonProvidedIpv6CidrBlock(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.
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 Boolean getAmazonProvidedIpv6CidrBlock()
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 AssociateVpcCidrBlockRequest withAmazonProvidedIpv6CidrBlock(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.
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 Boolean isAmazonProvidedIpv6CidrBlock()
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 void setCidrBlock(String cidrBlock)
An IPv4 CIDR block to associate with the VPC.
cidrBlock
- An IPv4 CIDR block to associate with the VPC.public String getCidrBlock()
An IPv4 CIDR block to associate with the VPC.
public AssociateVpcCidrBlockRequest withCidrBlock(String cidrBlock)
An IPv4 CIDR block to associate with the VPC.
cidrBlock
- An IPv4 CIDR block to associate with the VPC.public void setVpcId(String vpcId)
The ID of the VPC.
vpcId
- The ID of the VPC.public String getVpcId()
The ID of the VPC.
public AssociateVpcCidrBlockRequest withVpcId(String vpcId)
The ID of the VPC.
vpcId
- The ID of the VPC.public void setIpv6CidrBlockNetworkBorderGroup(String ipv6CidrBlockNetworkBorderGroup)
The name of the location from which we advertise the IPV6 CIDR block. Use this parameter to limit the CiDR block to this location.
You must set AmazonProvidedIpv6CidrBlock
to true
to use this parameter.
You can have one IPv6 CIDR block association per network border group.
ipv6CidrBlockNetworkBorderGroup
- The name of the location from which we advertise the IPV6 CIDR block. Use this parameter to limit the CiDR
block to this location.
You must set AmazonProvidedIpv6CidrBlock
to true
to use this parameter.
You can have one IPv6 CIDR block association per network border group.
public String getIpv6CidrBlockNetworkBorderGroup()
The name of the location from which we advertise the IPV6 CIDR block. Use this parameter to limit the CiDR block to this location.
You must set AmazonProvidedIpv6CidrBlock
to true
to use this parameter.
You can have one IPv6 CIDR block association per network border group.
You must set AmazonProvidedIpv6CidrBlock
to true
to use this parameter.
You can have one IPv6 CIDR block association per network border group.
public AssociateVpcCidrBlockRequest withIpv6CidrBlockNetworkBorderGroup(String ipv6CidrBlockNetworkBorderGroup)
The name of the location from which we advertise the IPV6 CIDR block. Use this parameter to limit the CiDR block to this location.
You must set AmazonProvidedIpv6CidrBlock
to true
to use this parameter.
You can have one IPv6 CIDR block association per network border group.
ipv6CidrBlockNetworkBorderGroup
- The name of the location from which we advertise the IPV6 CIDR block. Use this parameter to limit the CiDR
block to this location.
You must set AmazonProvidedIpv6CidrBlock
to true
to use this parameter.
You can have one IPv6 CIDR block association per network border group.
public Request<AssociateVpcCidrBlockRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<AssociateVpcCidrBlockRequest>
public String toString()
toString
in class Object
Object.toString()
public AssociateVpcCidrBlockRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.