@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateTransitGatewayPolicyTableResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
AssociateTransitGatewayPolicyTableResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
AssociateTransitGatewayPolicyTableResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
TransitGatewayPolicyTableAssociation | 
getAssociation()
 Describes the association of a transit gateway and a transit gateway policy table. 
 | 
int | 
hashCode()  | 
void | 
setAssociation(TransitGatewayPolicyTableAssociation association)
 Describes the association of a transit gateway and a transit gateway policy table. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
AssociateTransitGatewayPolicyTableResult | 
withAssociation(TransitGatewayPolicyTableAssociation association)
 Describes the association of a transit gateway and a transit gateway policy table. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic AssociateTransitGatewayPolicyTableResult()
public void setAssociation(TransitGatewayPolicyTableAssociation association)
Describes the association of a transit gateway and a transit gateway policy table.
association - Describes the association of a transit gateway and a transit gateway policy table.public TransitGatewayPolicyTableAssociation getAssociation()
Describes the association of a transit gateway and a transit gateway policy table.
public AssociateTransitGatewayPolicyTableResult withAssociation(TransitGatewayPolicyTableAssociation association)
Describes the association of a transit gateway and a transit gateway policy table.
association - Describes the association of a transit gateway and a transit gateway policy table.public String toString()
toString in class ObjectObject.toString()public AssociateTransitGatewayPolicyTableResult clone()