@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchTasksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SearchTasksRequest() |
Modifier and Type | Method and Description |
---|---|
SearchTasksRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFarmId()
The farm ID of the task.
|
SearchGroupedFilterExpressions |
getFilterExpressions()
The filter expression,
AND or OR , to use when searching among a group of search strings
in a resource. |
Integer |
getItemOffset()
Defines how far into the scrollable list to start the return of results.
|
String |
getJobId()
The job ID for the task search.
|
Integer |
getPageSize()
Specifies the number of items per page for the resource.
|
List<String> |
getQueueIds()
The queue IDs to include in the search.
|
List<SearchSortExpression> |
getSortExpressions()
The search terms for a resource.
|
int |
hashCode() |
void |
setFarmId(String farmId)
The farm ID of the task.
|
void |
setFilterExpressions(SearchGroupedFilterExpressions filterExpressions)
The filter expression,
AND or OR , to use when searching among a group of search strings
in a resource. |
void |
setItemOffset(Integer itemOffset)
Defines how far into the scrollable list to start the return of results.
|
void |
setJobId(String jobId)
The job ID for the task search.
|
void |
setPageSize(Integer pageSize)
Specifies the number of items per page for the resource.
|
void |
setQueueIds(Collection<String> queueIds)
The queue IDs to include in the search.
|
void |
setSortExpressions(Collection<SearchSortExpression> sortExpressions)
The search terms for a resource.
|
String |
toString()
Returns a string representation of this object.
|
SearchTasksRequest |
withFarmId(String farmId)
The farm ID of the task.
|
SearchTasksRequest |
withFilterExpressions(SearchGroupedFilterExpressions filterExpressions)
The filter expression,
AND or OR , to use when searching among a group of search strings
in a resource. |
SearchTasksRequest |
withItemOffset(Integer itemOffset)
Defines how far into the scrollable list to start the return of results.
|
SearchTasksRequest |
withJobId(String jobId)
The job ID for the task search.
|
SearchTasksRequest |
withPageSize(Integer pageSize)
Specifies the number of items per page for the resource.
|
SearchTasksRequest |
withQueueIds(Collection<String> queueIds)
The queue IDs to include in the search.
|
SearchTasksRequest |
withQueueIds(String... queueIds)
The queue IDs to include in the search.
|
SearchTasksRequest |
withSortExpressions(Collection<SearchSortExpression> sortExpressions)
The search terms for a resource.
|
SearchTasksRequest |
withSortExpressions(SearchSortExpression... sortExpressions)
The search terms for a resource.
|
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 setFarmId(String farmId)
The farm ID of the task.
farmId
- The farm ID of the task.public String getFarmId()
The farm ID of the task.
public SearchTasksRequest withFarmId(String farmId)
The farm ID of the task.
farmId
- The farm ID of the task.public void setFilterExpressions(SearchGroupedFilterExpressions filterExpressions)
The filter expression, AND
or OR
, to use when searching among a group of search strings
in a resource.
You can use two groupings per search each within parenthesis ()
.
filterExpressions
- The filter expression, AND
or OR
, to use when searching among a group of search
strings in a resource.
You can use two groupings per search each within parenthesis ()
.
public SearchGroupedFilterExpressions getFilterExpressions()
The filter expression, AND
or OR
, to use when searching among a group of search strings
in a resource.
You can use two groupings per search each within parenthesis ()
.
AND
or OR
, to use when searching among a group of search
strings in a resource.
You can use two groupings per search each within parenthesis ()
.
public SearchTasksRequest withFilterExpressions(SearchGroupedFilterExpressions filterExpressions)
The filter expression, AND
or OR
, to use when searching among a group of search strings
in a resource.
You can use two groupings per search each within parenthesis ()
.
filterExpressions
- The filter expression, AND
or OR
, to use when searching among a group of search
strings in a resource.
You can use two groupings per search each within parenthesis ()
.
public void setItemOffset(Integer itemOffset)
Defines how far into the scrollable list to start the return of results.
itemOffset
- Defines how far into the scrollable list to start the return of results.public Integer getItemOffset()
Defines how far into the scrollable list to start the return of results.
public SearchTasksRequest withItemOffset(Integer itemOffset)
Defines how far into the scrollable list to start the return of results.
itemOffset
- Defines how far into the scrollable list to start the return of results.public void setJobId(String jobId)
The job ID for the task search.
jobId
- The job ID for the task search.public String getJobId()
The job ID for the task search.
public SearchTasksRequest withJobId(String jobId)
The job ID for the task search.
jobId
- The job ID for the task search.public void setPageSize(Integer pageSize)
Specifies the number of items per page for the resource.
pageSize
- Specifies the number of items per page for the resource.public Integer getPageSize()
Specifies the number of items per page for the resource.
public SearchTasksRequest withPageSize(Integer pageSize)
Specifies the number of items per page for the resource.
pageSize
- Specifies the number of items per page for the resource.public List<String> getQueueIds()
The queue IDs to include in the search.
public void setQueueIds(Collection<String> queueIds)
The queue IDs to include in the search.
queueIds
- The queue IDs to include in the search.public SearchTasksRequest withQueueIds(String... queueIds)
The queue IDs to include in the search.
NOTE: This method appends the values to the existing list (if any). Use
setQueueIds(java.util.Collection)
or withQueueIds(java.util.Collection)
if you want to override
the existing values.
queueIds
- The queue IDs to include in the search.public SearchTasksRequest withQueueIds(Collection<String> queueIds)
The queue IDs to include in the search.
queueIds
- The queue IDs to include in the search.public List<SearchSortExpression> getSortExpressions()
The search terms for a resource.
public void setSortExpressions(Collection<SearchSortExpression> sortExpressions)
The search terms for a resource.
sortExpressions
- The search terms for a resource.public SearchTasksRequest withSortExpressions(SearchSortExpression... sortExpressions)
The search terms for a resource.
NOTE: This method appends the values to the existing list (if any). Use
setSortExpressions(java.util.Collection)
or withSortExpressions(java.util.Collection)
if you
want to override the existing values.
sortExpressions
- The search terms for a resource.public SearchTasksRequest withSortExpressions(Collection<SearchSortExpression> sortExpressions)
The search terms for a resource.
sortExpressions
- The search terms for a resource.public String toString()
toString
in class Object
Object.toString()
public SearchTasksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()