@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribePoolsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribePoolsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribePoolsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<PoolFilter> |
getFilters()
An array of PoolFilter objects to filter the results.
|
Integer |
getMaxResults()
The maximum number of results to return per each request.
|
String |
getNextToken()
The token to be used for the next set of paginated results.
|
List<String> |
getPoolIds()
The unique identifier of pools to find.
|
int |
hashCode() |
void |
setFilters(Collection<PoolFilter> filters)
An array of PoolFilter objects to filter the results.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return per each request.
|
void |
setNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
void |
setPoolIds(Collection<String> poolIds)
The unique identifier of pools to find.
|
String |
toString()
Returns a string representation of this object.
|
DescribePoolsRequest |
withFilters(Collection<PoolFilter> filters)
An array of PoolFilter objects to filter the results.
|
DescribePoolsRequest |
withFilters(PoolFilter... filters)
An array of PoolFilter objects to filter the results.
|
DescribePoolsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per each request.
|
DescribePoolsRequest |
withNextToken(String nextToken)
The token to be used for the next set of paginated results.
|
DescribePoolsRequest |
withPoolIds(Collection<String> poolIds)
The unique identifier of pools to find.
|
DescribePoolsRequest |
withPoolIds(String... poolIds)
The unique identifier of pools to find.
|
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<String> getPoolIds()
The unique identifier of pools to find. This is an array of strings that can be either the PoolId or PoolArn.
public void setPoolIds(Collection<String> poolIds)
The unique identifier of pools to find. This is an array of strings that can be either the PoolId or PoolArn.
poolIds
- The unique identifier of pools to find. This is an array of strings that can be either the PoolId or
PoolArn.public DescribePoolsRequest withPoolIds(String... poolIds)
The unique identifier of pools to find. This is an array of strings that can be either the PoolId or PoolArn.
NOTE: This method appends the values to the existing list (if any). Use
setPoolIds(java.util.Collection)
or withPoolIds(java.util.Collection)
if you want to override
the existing values.
poolIds
- The unique identifier of pools to find. This is an array of strings that can be either the PoolId or
PoolArn.public DescribePoolsRequest withPoolIds(Collection<String> poolIds)
The unique identifier of pools to find. This is an array of strings that can be either the PoolId or PoolArn.
poolIds
- The unique identifier of pools to find. This is an array of strings that can be either the PoolId or
PoolArn.public List<PoolFilter> getFilters()
An array of PoolFilter objects to filter the results.
public void setFilters(Collection<PoolFilter> filters)
An array of PoolFilter objects to filter the results.
filters
- An array of PoolFilter objects to filter the results.public DescribePoolsRequest withFilters(PoolFilter... filters)
An array of PoolFilter objects to filter the results.
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
- An array of PoolFilter objects to filter the results.public DescribePoolsRequest withFilters(Collection<PoolFilter> filters)
An array of PoolFilter objects to filter the results.
filters
- An array of PoolFilter objects to filter the results.public void setNextToken(String nextToken)
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
nextToken
- The token to be used for the next set of paginated results. You don't need to supply a value for this
field in the initial request.public String getNextToken()
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
public DescribePoolsRequest withNextToken(String nextToken)
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
nextToken
- The token to be used for the next set of paginated results. You don't need to supply a value for this
field in the initial request.public void setMaxResults(Integer maxResults)
The maximum number of results to return per each request.
maxResults
- The maximum number of results to return per each request.public Integer getMaxResults()
The maximum number of results to return per each request.
public DescribePoolsRequest withMaxResults(Integer maxResults)
The maximum number of results to return per each request.
maxResults
- The maximum number of results to return per each request.public String toString()
toString
in class Object
Object.toString()
public DescribePoolsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()