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