@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeIpv6PoolsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeIpv6PoolsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeIpv6PoolsResult |
clone() |
boolean |
equals(Object obj) |
List<Ipv6Pool> |
getIpv6Pools()
Information about the IPv6 address pools.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setIpv6Pools(Collection<Ipv6Pool> ipv6Pools)
Information about the IPv6 address pools.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeIpv6PoolsResult |
withIpv6Pools(Collection<Ipv6Pool> ipv6Pools)
Information about the IPv6 address pools.
|
DescribeIpv6PoolsResult |
withIpv6Pools(Ipv6Pool... ipv6Pools)
Information about the IPv6 address pools.
|
DescribeIpv6PoolsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Ipv6Pool> getIpv6Pools()
Information about the IPv6 address pools.
public void setIpv6Pools(Collection<Ipv6Pool> ipv6Pools)
Information about the IPv6 address pools.
ipv6Pools
- Information about the IPv6 address pools.public DescribeIpv6PoolsResult withIpv6Pools(Ipv6Pool... ipv6Pools)
Information about the IPv6 address pools.
NOTE: This method appends the values to the existing list (if any). Use
setIpv6Pools(java.util.Collection)
or withIpv6Pools(java.util.Collection)
if you want to
override the existing values.
ipv6Pools
- Information about the IPv6 address pools.public DescribeIpv6PoolsResult withIpv6Pools(Collection<Ipv6Pool> ipv6Pools)
Information about the IPv6 address pools.
ipv6Pools
- Information about the IPv6 address pools.public void setNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is 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 String getNextToken()
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
null
when there are no
more results to return.public DescribeIpv6PoolsResult withNextToken(String nextToken)
The token to use to retrieve the next page of results. This value is 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 String toString()
toString
in class Object
Object.toString()
public DescribeIpv6PoolsResult clone()