public class DisassociateRouteTableRequest extends AmazonWebServiceRequest implements java.io.Serializable
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.
| コンストラクタと説明 |
|---|
DisassociateRouteTableRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAssociationId()
The association ID representing the current association between the
route table and subnet.
|
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.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic 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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object