public class DisassociateVpcCidrBlockRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DisassociateVpcCidrBlockRequest>
NOOP
Constructor and Description |
---|
DisassociateVpcCidrBlockRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateVpcCidrBlockRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getAssociationId()
The association ID for the CIDR block.
|
Request<DisassociateVpcCidrBlockRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
int |
hashCode() |
void |
setAssociationId(String associationId)
The association ID for the CIDR block.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DisassociateVpcCidrBlockRequest |
withAssociationId(String associationId)
The association ID for the CIDR block.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAssociationId(String associationId)
The association ID for the CIDR block.
associationId
- The association ID for the CIDR block.public String getAssociationId()
The association ID for the CIDR block.
public DisassociateVpcCidrBlockRequest withAssociationId(String associationId)
The association ID for the CIDR block.
associationId
- The association ID for the CIDR block.public Request<DisassociateVpcCidrBlockRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DisassociateVpcCidrBlockRequest>
public String toString()
toString
in class Object
Object.toString()
public DisassociateVpcCidrBlockRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.