@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateRouteTableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DisassociateRouteTableRequest>
Contains the parameters for DisassociateRouteTable.
NOOP| Constructor and Description |
|---|
DisassociateRouteTableRequest() |
| Modifier and Type | Method and Description |
|---|---|
DisassociateRouteTableRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssociationId()
The association ID representing the current association between the route table and subnet.
|
Request<DisassociateRouteTableRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
int |
hashCode() |
void |
setAssociationId(String associationId)
The association ID representing the current association between the route table and subnet.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DisassociateRouteTableRequest |
withAssociationId(String associationId)
The association ID representing the current association between the route table and 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 setAssociationId(String associationId)
The association ID representing the current association between the route table and subnet.
associationId - The association ID representing the current association between the route table and subnet.public String getAssociationId()
The association ID representing the current association between the route table and subnet.
public DisassociateRouteTableRequest withAssociationId(String associationId)
The association ID representing the current association between the route table and subnet.
associationId - The association ID representing the current association between the route table and subnet.public Request<DisassociateRouteTableRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DisassociateRouteTableRequest>public String toString()
toString in class ObjectObject.toString()public DisassociateRouteTableRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.