public class AssociateRouteTableResult extends Object implements Serializable
Contains the output of AssociateRouteTable.
| Constructor and Description | 
|---|
| AssociateRouteTableResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| String | getAssociationId()The route table association ID (needed to disassociate the route
 table). | 
| int | hashCode() | 
| void | setAssociationId(String associationId)The route table association ID (needed to disassociate the route
 table). | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| AssociateRouteTableResult | withAssociationId(String associationId)The route table association ID (needed to disassociate the route
 table). | 
public String getAssociationId()
public void setAssociationId(String associationId)
associationId - The route table association ID (needed to disassociate the route
         table).public AssociateRouteTableResult withAssociationId(String associationId)
Returns a reference to this object so that method calls can be chained together.
associationId - The route table association ID (needed to disassociate the route
         table).public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.