@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDirectConnectGatewayAssociationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Container for the response from the DescribeDirectConnectGatewayAssociations API call
Constructor and Description |
---|
DescribeDirectConnectGatewayAssociationsResult() |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeDirectConnectGatewayAssociationsResult()
public List<DirectConnectGatewayAssociation> getDirectConnectGatewayAssociations()
Information about the direct connect gateway associations.
public void setDirectConnectGatewayAssociations(Collection<DirectConnectGatewayAssociation> directConnectGatewayAssociations)
Information about the direct connect gateway associations.
directConnectGatewayAssociations
- Information about the direct connect gateway associations.public DescribeDirectConnectGatewayAssociationsResult withDirectConnectGatewayAssociations(DirectConnectGatewayAssociation... directConnectGatewayAssociations)
Information about the direct connect gateway 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 direct connect gateway associations.public DescribeDirectConnectGatewayAssociationsResult withDirectConnectGatewayAssociations(Collection<DirectConnectGatewayAssociation> directConnectGatewayAssociations)
Information about the direct connect gateway associations.
directConnectGatewayAssociations
- Information about the direct connect gateway associations.public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public DescribeDirectConnectGatewayAssociationsResult withNextToken(String nextToken)
nextToken
- public String toString()
toString
in class Object
Object.toString()
public DescribeDirectConnectGatewayAssociationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.