@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDirectConnectGatewayAttachmentsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Container for the response from the DescribeDirectConnectGatewayAttachments API call
| Constructor and Description |
|---|
DescribeDirectConnectGatewayAttachmentsResult() |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeDirectConnectGatewayAttachmentsResult()
public List<DirectConnectGatewayAttachment> getDirectConnectGatewayAttachments()
Information about the direct connect gateway attachments.
public void setDirectConnectGatewayAttachments(Collection<DirectConnectGatewayAttachment> directConnectGatewayAttachments)
Information about the direct connect gateway attachments.
directConnectGatewayAttachments - Information about the direct connect gateway attachments.public DescribeDirectConnectGatewayAttachmentsResult withDirectConnectGatewayAttachments(DirectConnectGatewayAttachment... directConnectGatewayAttachments)
Information about the direct connect gateway attachments.
NOTE: This method appends the values to the existing list (if any). Use
setDirectConnectGatewayAttachments(java.util.Collection) or
withDirectConnectGatewayAttachments(java.util.Collection) if you want to override the existing values.
directConnectGatewayAttachments - Information about the direct connect gateway attachments.public DescribeDirectConnectGatewayAttachmentsResult withDirectConnectGatewayAttachments(Collection<DirectConnectGatewayAttachment> directConnectGatewayAttachments)
Information about the direct connect gateway attachments.
directConnectGatewayAttachments - Information about the direct connect gateway attachments.public void setNextToken(String nextToken)
nextToken - public String getNextToken()
public DescribeDirectConnectGatewayAttachmentsResult withNextToken(String nextToken)
nextToken - public String toString()
toString in class ObjectObject.toString()public DescribeDirectConnectGatewayAttachmentsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.