public class DisassociateRouteTableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DisassociateRouteTableRequest>
DisassociateRouteTable operation
.
Disassociates a subnet from a route table.
After you perform this action, the subnet no longer uses the routes in the route table. Instead, it uses the routes in the VPC's main route table. For more information about route tables, see Route Tables in the Amazon Virtual Private Cloud User Guide .
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.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getAssociationId()
public void setAssociationId(String associationId)
associationId
- The association ID representing the current association between the
route table and subnet.public DisassociateRouteTableRequest withAssociationId(String associationId)
Returns a reference to this object so that method calls can be chained together.
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 © 2015. All rights reserved.