@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAssociatedIpv6PoolCidrsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAssociatedIpv6PoolCidrsResult() |
Modifier and Type | Method and Description |
---|---|
GetAssociatedIpv6PoolCidrsResult |
clone() |
boolean |
equals(Object obj) |
List<Ipv6CidrAssociation> |
getIpv6CidrAssociations()
Information about the IPv6 CIDR block associations.
|
String |
getNextToken()
The token to use to retrieve the next page of results.
|
int |
hashCode() |
void |
setIpv6CidrAssociations(Collection<Ipv6CidrAssociation> ipv6CidrAssociations)
Information about the IPv6 CIDR block associations.
|
void |
setNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
GetAssociatedIpv6PoolCidrsResult |
withIpv6CidrAssociations(Collection<Ipv6CidrAssociation> ipv6CidrAssociations)
Information about the IPv6 CIDR block associations.
|
GetAssociatedIpv6PoolCidrsResult |
withIpv6CidrAssociations(Ipv6CidrAssociation... ipv6CidrAssociations)
Information about the IPv6 CIDR block associations.
|
GetAssociatedIpv6PoolCidrsResult |
withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<Ipv6CidrAssociation> getIpv6CidrAssociations()
Information about the IPv6 CIDR block associations.
public void setIpv6CidrAssociations(Collection<Ipv6CidrAssociation> ipv6CidrAssociations)
Information about the IPv6 CIDR block associations.
ipv6CidrAssociations
- Information about the IPv6 CIDR block associations.public GetAssociatedIpv6PoolCidrsResult withIpv6CidrAssociations(Ipv6CidrAssociation... ipv6CidrAssociations)
Information about the IPv6 CIDR block associations.
NOTE: This method appends the values to the existing list (if any). Use
setIpv6CidrAssociations(java.util.Collection)
or withIpv6CidrAssociations(java.util.Collection)
if you want to override the existing values.
ipv6CidrAssociations
- Information about the IPv6 CIDR block associations.public GetAssociatedIpv6PoolCidrsResult withIpv6CidrAssociations(Collection<Ipv6CidrAssociation> ipv6CidrAssociations)
Information about the IPv6 CIDR block associations.
ipv6CidrAssociations
- Information about the IPv6 CIDR block associations.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 GetAssociatedIpv6PoolCidrsResult 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 GetAssociatedIpv6PoolCidrsResult clone()