@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeLocalGatewayRouteTableVpcAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
DescribeLocalGatewayRouteTableVpcAssociationsResult()  | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeLocalGatewayRouteTableVpcAssociationsResult()
public List<LocalGatewayRouteTableVpcAssociation> getLocalGatewayRouteTableVpcAssociations()
Information about the associations.
public void setLocalGatewayRouteTableVpcAssociations(Collection<LocalGatewayRouteTableVpcAssociation> localGatewayRouteTableVpcAssociations)
Information about the associations.
localGatewayRouteTableVpcAssociations - Information about the associations.public DescribeLocalGatewayRouteTableVpcAssociationsResult withLocalGatewayRouteTableVpcAssociations(LocalGatewayRouteTableVpcAssociation... localGatewayRouteTableVpcAssociations)
Information about the associations.
 NOTE: This method appends the values to the existing list (if any). Use
 setLocalGatewayRouteTableVpcAssociations(java.util.Collection) or
 withLocalGatewayRouteTableVpcAssociations(java.util.Collection) if you want to override the existing
 values.
 
localGatewayRouteTableVpcAssociations - Information about the associations.public DescribeLocalGatewayRouteTableVpcAssociationsResult withLocalGatewayRouteTableVpcAssociations(Collection<LocalGatewayRouteTableVpcAssociation> localGatewayRouteTableVpcAssociations)
Information about the associations.
localGatewayRouteTableVpcAssociations - Information about the associations.public void setNextToken(String nextToken)
 The token to use to retrieve the next page of results. This value is null when there are no more
 results to return.
 
nextToken - The token to use to retrieve the next page of results. This value is null when there are no
        more results to return.public String getNextToken()
 The token to use to retrieve the next page of results. This value is null when there are no more
 results to return.
 
null when there are no
         more results to return.public DescribeLocalGatewayRouteTableVpcAssociationsResult withNextToken(String nextToken)
 The token to use to retrieve the next page of results. This value is null when there are no more
 results to return.
 
nextToken - The token to use to retrieve the next page of results. This value is null when there are no
        more results to return.public String toString()
toString in class ObjectObject.toString()public DescribeLocalGatewayRouteTableVpcAssociationsResult clone()