@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() |
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, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, 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 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 Object
Object.toString()
public DisassociateRouteTableRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2017. All rights reserved.