@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetIpamPoolAllocationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<GetIpamPoolAllocationsRequest>
NOOP
Constructor and Description |
---|
GetIpamPoolAllocationsRequest() |
Modifier and Type | Method and Description |
---|---|
GetIpamPoolAllocationsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<GetIpamPoolAllocationsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
One or more filters for the request.
|
String |
getIpamPoolAllocationId()
The ID of the allocation.
|
String |
getIpamPoolId()
The ID of the IPAM pool you want to see the allocations for.
|
Integer |
getMaxResults()
The maximum number of results you would like returned per page.
|
String |
getNextToken()
The token for the next page of results.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
One or more filters for the request.
|
void |
setIpamPoolAllocationId(String ipamPoolAllocationId)
The ID of the allocation.
|
void |
setIpamPoolId(String ipamPoolId)
The ID of the IPAM pool you want to see the allocations for.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results you would like returned per page.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
GetIpamPoolAllocationsRequest |
withFilters(Collection<Filter> filters)
One or more filters for the request.
|
GetIpamPoolAllocationsRequest |
withFilters(Filter... filters)
One or more filters for the request.
|
GetIpamPoolAllocationsRequest |
withIpamPoolAllocationId(String ipamPoolAllocationId)
The ID of the allocation.
|
GetIpamPoolAllocationsRequest |
withIpamPoolId(String ipamPoolId)
The ID of the IPAM pool you want to see the allocations for.
|
GetIpamPoolAllocationsRequest |
withMaxResults(Integer maxResults)
The maximum number of results you would like returned per page.
|
GetIpamPoolAllocationsRequest |
withNextToken(String nextToken)
The token for the next page of results.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setIpamPoolId(String ipamPoolId)
The ID of the IPAM pool you want to see the allocations for.
ipamPoolId
- The ID of the IPAM pool you want to see the allocations for.public String getIpamPoolId()
The ID of the IPAM pool you want to see the allocations for.
public GetIpamPoolAllocationsRequest withIpamPoolId(String ipamPoolId)
The ID of the IPAM pool you want to see the allocations for.
ipamPoolId
- The ID of the IPAM pool you want to see the allocations for.public void setIpamPoolAllocationId(String ipamPoolAllocationId)
The ID of the allocation.
ipamPoolAllocationId
- The ID of the allocation.public String getIpamPoolAllocationId()
The ID of the allocation.
public GetIpamPoolAllocationsRequest withIpamPoolAllocationId(String ipamPoolAllocationId)
The ID of the allocation.
ipamPoolAllocationId
- The ID of the allocation.public List<Filter> getFilters()
One or more filters for the request. For more information about filtering, see Filtering CLI output.
public void setFilters(Collection<Filter> filters)
One or more filters for the request. For more information about filtering, see Filtering CLI output.
filters
- One or more filters for the request. For more information about filtering, see Filtering CLI output.public GetIpamPoolAllocationsRequest withFilters(Filter... filters)
One or more filters for the request. For more information about filtering, see Filtering CLI output.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- One or more filters for the request. For more information about filtering, see Filtering CLI output.public GetIpamPoolAllocationsRequest withFilters(Collection<Filter> filters)
One or more filters for the request. For more information about filtering, see Filtering CLI output.
filters
- One or more filters for the request. For more information about filtering, see Filtering CLI output.public void setMaxResults(Integer maxResults)
The maximum number of results you would like returned per page.
maxResults
- The maximum number of results you would like returned per page.public Integer getMaxResults()
The maximum number of results you would like returned per page.
public GetIpamPoolAllocationsRequest withMaxResults(Integer maxResults)
The maximum number of results you would like returned per page.
maxResults
- The maximum number of results you would like returned per page.public void setNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public String getNextToken()
The token for the next page of results.
public GetIpamPoolAllocationsRequest withNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public Request<GetIpamPoolAllocationsRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<GetIpamPoolAllocationsRequest>
public String toString()
toString
in class Object
Object.toString()
public GetIpamPoolAllocationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()