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