public class DescribeNatGatewaysResult
extends java.lang.Object
implements java.io.Serializable
Contains the output of DescribeNatGateways.
Constructor and Description |
---|
DescribeNatGatewaysResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<NatGateway> |
getNatGateways()
Information about the NAT gateways.
|
java.lang.String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setNatGateways(java.util.Collection<NatGateway> natGateways)
Information about the NAT gateways.
|
void |
setNextToken(java.lang.String nextToken)
The token to use to retrieve the next page of results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeNatGatewaysResult |
withNatGateways(java.util.Collection<NatGateway> natGateways)
Information about the NAT gateways.
|
DescribeNatGatewaysResult |
withNatGateways(NatGateway... natGateways)
Information about the NAT gateways.
|
DescribeNatGatewaysResult |
withNextToken(java.lang.String nextToken)
The token to use to retrieve the next page of results.
|
public java.util.List<NatGateway> getNatGateways()
public void setNatGateways(java.util.Collection<NatGateway> natGateways)
natGateways
- Information about the NAT gateways.public DescribeNatGatewaysResult withNatGateways(NatGateway... natGateways)
Returns a reference to this object so that method calls can be chained together.
natGateways
- Information about the NAT gateways.public DescribeNatGatewaysResult withNatGateways(java.util.Collection<NatGateway> natGateways)
Returns a reference to this object so that method calls can be chained together.
natGateways
- Information about the NAT gateways.public java.lang.String getNextToken()
null
when there are no more results to return.null
when there are no more results to return.public void setNextToken(java.lang.String nextToken)
null
when there are no more results to return.nextToken
- The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.public DescribeNatGatewaysResult withNextToken(java.lang.String nextToken)
null
when there are no more results to return.
Returns a reference to this object so that method calls can be chained together.
nextToken
- The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.