Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.ec2.model
Class DisassociateRouteTableRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.ec2.model.DisassociateRouteTableRequest
All Implemented Interfaces:
Serializable

public class DisassociateRouteTableRequest
extends AmazonWebServiceRequest
implements Serializable

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.

See Also:
AmazonEC2.disassociateRouteTable(DisassociateRouteTableRequest), Serialized Form

Constructor 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

DisassociateRouteTableRequest

public DisassociateRouteTableRequest()
Method Detail

getAssociationId

public String getAssociationId()
The association ID representing the current association between the route table and subnet.

Returns:
The association ID representing the current association between the route table and subnet.

setAssociationId

public void setAssociationId(String associationId)
The association ID representing the current association between the route table and subnet.

Parameters:
associationId - The association ID representing the current association between the route table and subnet.

withAssociationId

public DisassociateRouteTableRequest withAssociationId(String associationId)
The association ID representing the current association between the route table and subnet.

Returns a reference to this object so that method calls can be chained together.

Parameters:
associationId - The association ID representing the current association between the route table and subnet.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.