@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeIpamPoolsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeIpamPoolsRequest>
NOOP
Constructor and Description |
---|
DescribeIpamPoolsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeIpamPoolsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DescribeIpamPoolsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
One or more filters for the request.
|
List<String> |
getIpamPoolIds()
The IDs of the IPAM pools you would like information on.
|
Integer |
getMaxResults()
The maximum number of results to return in the request.
|
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 |
setIpamPoolIds(Collection<String> ipamPoolIds)
The IDs of the IPAM pools you would like information on.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the request.
|
void |
setNextToken(String nextToken)
The token for the next page of results.
|
String |
toString()
Returns a string representation of this object.
|
DescribeIpamPoolsRequest |
withFilters(Collection<Filter> filters)
One or more filters for the request.
|
DescribeIpamPoolsRequest |
withFilters(Filter... filters)
One or more filters for the request.
|
DescribeIpamPoolsRequest |
withIpamPoolIds(Collection<String> ipamPoolIds)
The IDs of the IPAM pools you would like information on.
|
DescribeIpamPoolsRequest |
withIpamPoolIds(String... ipamPoolIds)
The IDs of the IPAM pools you would like information on.
|
DescribeIpamPoolsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the request.
|
DescribeIpamPoolsRequest |
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 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 DescribeIpamPoolsRequest 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 DescribeIpamPoolsRequest 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 to return in the request.
maxResults
- The maximum number of results to return in the request.public Integer getMaxResults()
The maximum number of results to return in the request.
public DescribeIpamPoolsRequest withMaxResults(Integer maxResults)
The maximum number of results to return in the request.
maxResults
- The maximum number of results to return in the request.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 DescribeIpamPoolsRequest withNextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.public List<String> getIpamPoolIds()
The IDs of the IPAM pools you would like information on.
public void setIpamPoolIds(Collection<String> ipamPoolIds)
The IDs of the IPAM pools you would like information on.
ipamPoolIds
- The IDs of the IPAM pools you would like information on.public DescribeIpamPoolsRequest withIpamPoolIds(String... ipamPoolIds)
The IDs of the IPAM pools you would like information on.
NOTE: This method appends the values to the existing list (if any). Use
setIpamPoolIds(java.util.Collection)
or withIpamPoolIds(java.util.Collection)
if you want to
override the existing values.
ipamPoolIds
- The IDs of the IPAM pools you would like information on.public DescribeIpamPoolsRequest withIpamPoolIds(Collection<String> ipamPoolIds)
The IDs of the IPAM pools you would like information on.
ipamPoolIds
- The IDs of the IPAM pools you would like information on.public Request<DescribeIpamPoolsRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DescribeIpamPoolsRequest>
public String toString()
toString
in class Object
Object.toString()
public DescribeIpamPoolsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()