@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDirectConnectGatewayAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeDirectConnectGatewayAssociationsResult() |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeDirectConnectGatewayAssociationsResult()
public List<DirectConnectGatewayAssociation> getDirectConnectGatewayAssociations()
Information about the associations.
public void setDirectConnectGatewayAssociations(Collection<DirectConnectGatewayAssociation> directConnectGatewayAssociations)
Information about the associations.
directConnectGatewayAssociations
- Information about the associations.public DescribeDirectConnectGatewayAssociationsResult withDirectConnectGatewayAssociations(DirectConnectGatewayAssociation... directConnectGatewayAssociations)
Information about the associations.
NOTE: This method appends the values to the existing list (if any). Use
setDirectConnectGatewayAssociations(java.util.Collection)
or
withDirectConnectGatewayAssociations(java.util.Collection)
if you want to override the existing values.
directConnectGatewayAssociations
- Information about the associations.public DescribeDirectConnectGatewayAssociationsResult withDirectConnectGatewayAssociations(Collection<DirectConnectGatewayAssociation> directConnectGatewayAssociations)
Information about the associations.
directConnectGatewayAssociations
- Information about the associations.public void setNextToken(String nextToken)
The token to retrieve the next page.
nextToken
- The token to retrieve the next page.public String getNextToken()
The token to retrieve the next page.
public DescribeDirectConnectGatewayAssociationsResult withNextToken(String nextToken)
The token to retrieve the next page.
nextToken
- The token to retrieve the next page.public String toString()
toString
in class Object
Object.toString()
public DescribeDirectConnectGatewayAssociationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.