@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEgressOnlyInternetGatewaysResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeEgressOnlyInternetGatewaysResult() |
Modifier and Type | Method and Description |
---|---|
DescribeEgressOnlyInternetGatewaysResult |
clone() |
boolean |
equals(Object obj) |
List<EgressOnlyInternetGateway> |
getEgressOnlyInternetGateways()
Information about the egress-only Internet gateways.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setEgressOnlyInternetGateways(Collection<EgressOnlyInternetGateway> egressOnlyInternetGateways)
Information about the egress-only Internet gateways.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeEgressOnlyInternetGatewaysResult |
withEgressOnlyInternetGateways(Collection<EgressOnlyInternetGateway> egressOnlyInternetGateways)
Information about the egress-only Internet gateways.
|
DescribeEgressOnlyInternetGatewaysResult |
withEgressOnlyInternetGateways(EgressOnlyInternetGateway... egressOnlyInternetGateways)
Information about the egress-only Internet gateways.
|
DescribeEgressOnlyInternetGatewaysResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeEgressOnlyInternetGatewaysResult()
public List<EgressOnlyInternetGateway> getEgressOnlyInternetGateways()
Information about the egress-only Internet gateways.
public void setEgressOnlyInternetGateways(Collection<EgressOnlyInternetGateway> egressOnlyInternetGateways)
Information about the egress-only Internet gateways.
egressOnlyInternetGateways
- Information about the egress-only Internet gateways.public DescribeEgressOnlyInternetGatewaysResult withEgressOnlyInternetGateways(EgressOnlyInternetGateway... egressOnlyInternetGateways)
Information about the egress-only Internet gateways.
NOTE: This method appends the values to the existing list (if any). Use
setEgressOnlyInternetGateways(java.util.Collection)
or
withEgressOnlyInternetGateways(java.util.Collection)
if you want to override the existing values.
egressOnlyInternetGateways
- Information about the egress-only Internet gateways.public DescribeEgressOnlyInternetGatewaysResult withEgressOnlyInternetGateways(Collection<EgressOnlyInternetGateway> egressOnlyInternetGateways)
Information about the egress-only Internet gateways.
egressOnlyInternetGateways
- Information about the egress-only Internet gateways.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results.
nextToken
- The token to use to retrieve the next page of results.public String getNextToken()
The token to use to retrieve the next page of results.
public DescribeEgressOnlyInternetGatewaysResult withNextToken(String nextToken)
The token to use to retrieve the next page of results.
nextToken
- The token to use to retrieve the next page of results.public String toString()
toString
in class Object
Object.toString()
public DescribeEgressOnlyInternetGatewaysResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.