@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public CreateLocalGatewayRouteTableVpcAssociationResult clone()
Copyright © 2024. All rights reserved.