@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateSubnetCidrBlockRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<AssociateSubnetCidrBlockRequest>
NOOP| Constructor and Description | 
|---|
| AssociateSubnetCidrBlockRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| AssociateSubnetCidrBlockRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| Request<AssociateSubnetCidrBlockRequest> | getDryRunRequest()This method is intended for internal use only. | 
| String | getIpv6CidrBlock()
 The IPv6 CIDR block for your subnet. | 
| String | getSubnetId()
 The ID of your subnet. | 
| int | hashCode() | 
| void | setIpv6CidrBlock(String ipv6CidrBlock)
 The IPv6 CIDR block for your subnet. | 
| void | setSubnetId(String subnetId)
 The ID of your subnet. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| AssociateSubnetCidrBlockRequest | withIpv6CidrBlock(String ipv6CidrBlock)
 The IPv6 CIDR block for your subnet. | 
| AssociateSubnetCidrBlockRequest | withSubnetId(String subnetId)
 The ID of your subnet. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setSubnetId(String subnetId)
The ID of your subnet.
subnetId - The ID of your subnet.public String getSubnetId()
The ID of your subnet.
public AssociateSubnetCidrBlockRequest withSubnetId(String subnetId)
The ID of your subnet.
subnetId - The ID of your subnet.public void setIpv6CidrBlock(String ipv6CidrBlock)
The IPv6 CIDR block for your subnet. The subnet must have a /64 prefix length.
ipv6CidrBlock - The IPv6 CIDR block for your subnet. The subnet must have a /64 prefix length.public String getIpv6CidrBlock()
The IPv6 CIDR block for your subnet. The subnet must have a /64 prefix length.
public AssociateSubnetCidrBlockRequest withIpv6CidrBlock(String ipv6CidrBlock)
The IPv6 CIDR block for your subnet. The subnet must have a /64 prefix length.
ipv6CidrBlock - The IPv6 CIDR block for your subnet. The subnet must have a /64 prefix length.public Request<AssociateSubnetCidrBlockRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<AssociateSubnetCidrBlockRequest>public String toString()
toString in class ObjectObject.toString()public AssociateSubnetCidrBlockRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.