@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 | 
getIpv6IpamPoolId()
 An IPv6 IPAM pool ID. 
 | 
Integer | 
getIpv6NetmaskLength()
 An IPv6 netmask length. 
 | 
String | 
getSubnetId()
 The ID of your subnet. 
 | 
int | 
hashCode()  | 
void | 
setIpv6CidrBlock(String ipv6CidrBlock)
 The IPv6 CIDR block for your subnet. 
 | 
void | 
setIpv6IpamPoolId(String ipv6IpamPoolId)
 An IPv6 IPAM pool ID. 
 | 
void | 
setIpv6NetmaskLength(Integer ipv6NetmaskLength)
 An IPv6 netmask length. 
 | 
void | 
setSubnetId(String subnetId)
 The ID of your subnet. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
AssociateSubnetCidrBlockRequest | 
withIpv6CidrBlock(String ipv6CidrBlock)
 The IPv6 CIDR block for your subnet. 
 | 
AssociateSubnetCidrBlockRequest | 
withIpv6IpamPoolId(String ipv6IpamPoolId)
 An IPv6 IPAM pool ID. 
 | 
AssociateSubnetCidrBlockRequest | 
withIpv6NetmaskLength(Integer ipv6NetmaskLength)
 An IPv6 netmask length. 
 | 
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, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setIpv6CidrBlock(String ipv6CidrBlock)
The IPv6 CIDR block for your subnet.
ipv6CidrBlock - The IPv6 CIDR block for your subnet.public String getIpv6CidrBlock()
The IPv6 CIDR block for your subnet.
public AssociateSubnetCidrBlockRequest withIpv6CidrBlock(String ipv6CidrBlock)
The IPv6 CIDR block for your subnet.
ipv6CidrBlock - The IPv6 CIDR block for your subnet.public 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 setIpv6IpamPoolId(String ipv6IpamPoolId)
An IPv6 IPAM pool ID.
ipv6IpamPoolId - An IPv6 IPAM pool ID.public String getIpv6IpamPoolId()
An IPv6 IPAM pool ID.
public AssociateSubnetCidrBlockRequest withIpv6IpamPoolId(String ipv6IpamPoolId)
An IPv6 IPAM pool ID.
ipv6IpamPoolId - An IPv6 IPAM pool ID.public void setIpv6NetmaskLength(Integer ipv6NetmaskLength)
An IPv6 netmask length.
ipv6NetmaskLength - An IPv6 netmask length.public Integer getIpv6NetmaskLength()
An IPv6 netmask length.
public AssociateSubnetCidrBlockRequest withIpv6NetmaskLength(Integer ipv6NetmaskLength)
An IPv6 netmask length.
ipv6NetmaskLength - An IPv6 netmask 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()