@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SearchJobsRequest() |
Modifier and Type | Method and Description |
---|---|
SearchJobsRequest |
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 job.
|
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.
|
Integer |
getPageSize()
Specifies the number of items per page for the resource.
|
List<String> |
getQueueIds()
The queue ID to use in the job search.
|
List<SearchSortExpression> |
getSortExpressions()
The search terms for a resource.
|
int |
hashCode() |
void |
setFarmId(String farmId)
The farm ID of the job.
|
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 |
setPageSize(Integer pageSize)
Specifies the number of items per page for the resource.
|
void |
setQueueIds(Collection<String> queueIds)
The queue ID to use in the job search.
|
void |
setSortExpressions(Collection<SearchSortExpression> sortExpressions)
The search terms for a resource.
|
String |
toString()
Returns a string representation of this object.
|
SearchJobsRequest |
withFarmId(String farmId)
The farm ID of the job.
|
SearchJobsRequest |
withFilterExpressions(SearchGroupedFilterExpressions filterExpressions)
The filter expression,
AND or OR , to use when searching among a group of search strings
in a resource. |
SearchJobsRequest |
withItemOffset(Integer itemOffset)
Defines how far into the scrollable list to start the return of results.
|
SearchJobsRequest |
withPageSize(Integer pageSize)
Specifies the number of items per page for the resource.
|
SearchJobsRequest |
withQueueIds(Collection<String> queueIds)
The queue ID to use in the job search.
|
SearchJobsRequest |
withQueueIds(String... queueIds)
The queue ID to use in the job search.
|
SearchJobsRequest |
withSortExpressions(Collection<SearchSortExpression> sortExpressions)
The search terms for a resource.
|
SearchJobsRequest |
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 job.
farmId
- The farm ID of the job.public String getFarmId()
The farm ID of the job.
public SearchJobsRequest withFarmId(String farmId)
The farm ID of the job.
farmId
- The farm ID of the job.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 SearchJobsRequest 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 SearchJobsRequest 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 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 SearchJobsRequest 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 ID to use in the job search.
public void setQueueIds(Collection<String> queueIds)
The queue ID to use in the job search.
queueIds
- The queue ID to use in the job search.public SearchJobsRequest withQueueIds(String... queueIds)
The queue ID to use in the job 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 ID to use in the job search.public SearchJobsRequest withQueueIds(Collection<String> queueIds)
The queue ID to use in the job search.
queueIds
- The queue ID to use in the job 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 SearchJobsRequest 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 SearchJobsRequest 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 SearchJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()