public class AssociateRouteTableResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of AssociateRouteTable.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
associationId
The route table association ID (needed to disassociate the route table).
|
Constructor and Description |
---|
AssociateRouteTableResult() |
Modifier and Type | Method and Description |
---|---|
AssociateRouteTableResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAssociationId()
The route table association ID (needed to disassociate the route table).
|
int |
hashCode() |
void |
setAssociationId(java.lang.String associationId)
The route table association ID (needed to disassociate the route table).
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AssociateRouteTableResult |
withAssociationId(java.lang.String associationId)
The route table association ID (needed to disassociate the route table).
|
private java.lang.String associationId
The route table association ID (needed to disassociate the route table).
public void setAssociationId(java.lang.String associationId)
The route table association ID (needed to disassociate the route table).
associationId
- The route table association ID (needed to disassociate the route
table).public java.lang.String getAssociationId()
The route table association ID (needed to disassociate the route table).
public AssociateRouteTableResult withAssociationId(java.lang.String associationId)
The route table association ID (needed to disassociate the route table).
associationId
- The route table association ID (needed to disassociate the route
table).public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public AssociateRouteTableResult clone()
clone
in class java.lang.Object