@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateRouteTableResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of AssociateRouteTable.
| Constructor and Description |
|---|
AssociateRouteTableResult() |
| Modifier and Type | Method and Description |
|---|---|
AssociateRouteTableResult |
clone() |
boolean |
equals(Object obj) |
String |
getAssociationId()
The route table association ID.
|
int |
hashCode() |
void |
setAssociationId(String associationId)
The route table association ID.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
AssociateRouteTableResult |
withAssociationId(String associationId)
The route table association ID.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAssociationId(String associationId)
The route table association ID. This ID is required for disassociating the route table.
associationId - The route table association ID. This ID is required for disassociating the route table.public String getAssociationId()
The route table association ID. This ID is required for disassociating the route table.
public AssociateRouteTableResult withAssociationId(String associationId)
The route table association ID. This ID is required for disassociating the route table.
associationId - The route table association ID. This ID is required for disassociating the route table.public String toString()
toString in class ObjectObject.toString()public AssociateRouteTableResult clone()
Copyright © 2018. All rights reserved.