public class DisassociateRouteTableRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable, DryRunSupportedRequest<DisassociateRouteTableRequest>
Contains the parameters for DisassociateRouteTable.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
associationId
The association ID representing the current association between the route
table and subnet.
|
NOOP
Constructor and Description |
---|
DisassociateRouteTableRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateRouteTableRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.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(java.lang.String associationId)
The association ID representing the current association between the route
table and subnet.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DisassociateRouteTableRequest |
withAssociationId(java.lang.String associationId)
The association ID representing the current association between the route
table and subnet.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String associationId
The association ID representing the current association between the route table and subnet.
public void setAssociationId(java.lang.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 java.lang.String getAssociationId()
The association ID representing the current association between the route table and subnet.
public DisassociateRouteTableRequest withAssociationId(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DisassociateRouteTableRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()