|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DisassociateRouteTableRequest
public class DisassociateRouteTableRequest
Container for the parameters to the 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 .
AmazonEC2.disassociateRouteTable(DisassociateRouteTableRequest)
,
Serialized FormConstructor Summary | |
---|---|
DisassociateRouteTableRequest()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DisassociateRouteTableRequest()
Method Detail |
---|
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
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |