public class DisassociateRouteTableRequest extends AmazonWebServiceRequest implements java.io.Serializable, 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 .
Constructor and Description |
---|
DisassociateRouteTableRequest() |
Modifier and Type | Method and Description |
---|---|
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.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getAssociationId()
public void setAssociationId(java.lang.String associationId)
associationId
- The association ID representing the current association between the
route table and subnet.public DisassociateRouteTableRequest withAssociationId(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.