@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateTransitGatewayRouteTableResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
AssociateTransitGatewayRouteTableResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
AssociateTransitGatewayRouteTableResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
TransitGatewayAssociation | 
getAssociation()
 The ID of the association. 
 | 
int | 
hashCode()  | 
void | 
setAssociation(TransitGatewayAssociation association)
 The ID of the association. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
AssociateTransitGatewayRouteTableResult | 
withAssociation(TransitGatewayAssociation association)
 The ID of the association. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic AssociateTransitGatewayRouteTableResult()
public void setAssociation(TransitGatewayAssociation association)
The ID of the association.
association - The ID of the association.public TransitGatewayAssociation getAssociation()
The ID of the association.
public AssociateTransitGatewayRouteTableResult withAssociation(TransitGatewayAssociation association)
The ID of the association.
association - The ID of the association.public String toString()
toString in class ObjectObject.toString()public AssociateTransitGatewayRouteTableResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.