|
Did this page help you?Yes No Tell us about it... |
||||||
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, go to Route Tables in the Amazon Virtual Private Cloud User Guide.
AmazonEC2.disassociateRouteTable(DisassociateRouteTableRequest)
,
Serialized FormConstructor Summary | |
---|---|
DisassociateRouteTableRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getAssociationId()
The association ID representing the current association between the route table and subnet. |
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DisassociateRouteTableRequest()
Method Detail |
---|
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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |