@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDirectConnectGatewaysResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Container for the response from the DescribeDirectConnectGateways API call
Constructor and Description |
---|
DescribeDirectConnectGatewaysResult() |
Modifier and Type | Method and Description |
---|---|
DescribeDirectConnectGatewaysResult |
clone() |
boolean |
equals(Object obj) |
List<DirectConnectGateway> |
getDirectConnectGateways()
Information about the direct connect gateways.
|
String |
getNextToken() |
int |
hashCode() |
void |
setDirectConnectGateways(Collection<DirectConnectGateway> directConnectGateways)
Information about the direct connect gateways.
|
void |
setNextToken(String nextToken) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeDirectConnectGatewaysResult |
withDirectConnectGateways(Collection<DirectConnectGateway> directConnectGateways)
Information about the direct connect gateways.
|
DescribeDirectConnectGatewaysResult |
withDirectConnectGateways(DirectConnectGateway... directConnectGateways)
Information about the direct connect gateways.
|
DescribeDirectConnectGatewaysResult |
withNextToken(String nextToken) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DirectConnectGateway> getDirectConnectGateways()
Information about the direct connect gateways.
public void setDirectConnectGateways(Collection<DirectConnectGateway> directConnectGateways)
Information about the direct connect gateways.
directConnectGateways
- Information about the direct connect gateways.public DescribeDirectConnectGatewaysResult withDirectConnectGateways(DirectConnectGateway... directConnectGateways)
Information about the direct connect gateways.
NOTE: This method appends the values to the existing list (if any). Use
setDirectConnectGateways(java.util.Collection)
or
withDirectConnectGateways(java.util.Collection)
if you want to override the existing values.
directConnectGateways
- Information about the direct connect gateways.public DescribeDirectConnectGatewaysResult withDirectConnectGateways(Collection<DirectConnectGateway> directConnectGateways)
Information about the direct connect gateways.
directConnectGateways
- Information about the direct connect gateways.public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public DescribeDirectConnectGatewaysResult withNextToken(String nextToken)
nextToken
- public String toString()
toString
in class Object
Object.toString()
public DescribeDirectConnectGatewaysResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.