@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLocalGatewayRouteTableVpcAssociationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateLocalGatewayRouteTableVpcAssociationResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateLocalGatewayRouteTableVpcAssociationResult | clone() | 
| boolean | equals(Object obj) | 
| LocalGatewayRouteTableVpcAssociation | getLocalGatewayRouteTableVpcAssociation()
 Information about the association. | 
| int | hashCode() | 
| void | setLocalGatewayRouteTableVpcAssociation(LocalGatewayRouteTableVpcAssociation localGatewayRouteTableVpcAssociation)
 Information about the association. | 
| String | toString()Returns a string representation of this object. | 
| CreateLocalGatewayRouteTableVpcAssociationResult | withLocalGatewayRouteTableVpcAssociation(LocalGatewayRouteTableVpcAssociation localGatewayRouteTableVpcAssociation)
 Information about the association. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic CreateLocalGatewayRouteTableVpcAssociationResult()
public void setLocalGatewayRouteTableVpcAssociation(LocalGatewayRouteTableVpcAssociation localGatewayRouteTableVpcAssociation)
Information about the association.
localGatewayRouteTableVpcAssociation - Information about the association.public LocalGatewayRouteTableVpcAssociation getLocalGatewayRouteTableVpcAssociation()
Information about the association.
public CreateLocalGatewayRouteTableVpcAssociationResult withLocalGatewayRouteTableVpcAssociation(LocalGatewayRouteTableVpcAssociation localGatewayRouteTableVpcAssociation)
Information about the association.
localGatewayRouteTableVpcAssociation - Information about the association.public String toString()
toString in class ObjectObject.toString()public CreateLocalGatewayRouteTableVpcAssociationResult clone()