@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLabelingJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListLabelingJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListLabelingJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Date |
getCreationTimeAfter()
A filter that returns only labeling jobs created after the specified time (timestamp).
|
Date |
getCreationTimeBefore()
A filter that returns only labeling jobs created before the specified time (timestamp).
|
Date |
getLastModifiedTimeAfter()
A filter that returns only labeling jobs modified after the specified time (timestamp).
|
Date |
getLastModifiedTimeBefore()
A filter that returns only labeling jobs modified before the specified time (timestamp).
|
Integer |
getMaxResults()
The maximum number of labeling jobs to return in each page of the response.
|
String |
getNameContains()
A string in the labeling job name.
|
String |
getNextToken()
If the result of the previous
ListLabelingJobs request was truncated, the response includes a
NextToken . |
String |
getSortBy()
The field to sort results by.
|
String |
getSortOrder()
The sort order for results.
|
String |
getStatusEquals()
A filter that retrieves only labeling jobs with a specific status.
|
int |
hashCode() |
void |
setCreationTimeAfter(Date creationTimeAfter)
A filter that returns only labeling jobs created after the specified time (timestamp).
|
void |
setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only labeling jobs created before the specified time (timestamp).
|
void |
setLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only labeling jobs modified after the specified time (timestamp).
|
void |
setLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only labeling jobs modified before the specified time (timestamp).
|
void |
setMaxResults(Integer maxResults)
The maximum number of labeling jobs to return in each page of the response.
|
void |
setNameContains(String nameContains)
A string in the labeling job name.
|
void |
setNextToken(String nextToken)
If the result of the previous
ListLabelingJobs request was truncated, the response includes a
NextToken . |
void |
setSortBy(String sortBy)
The field to sort results by.
|
void |
setSortOrder(String sortOrder)
The sort order for results.
|
void |
setStatusEquals(String statusEquals)
A filter that retrieves only labeling jobs with a specific status.
|
String |
toString()
Returns a string representation of this object.
|
ListLabelingJobsRequest |
withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only labeling jobs created after the specified time (timestamp).
|
ListLabelingJobsRequest |
withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only labeling jobs created before the specified time (timestamp).
|
ListLabelingJobsRequest |
withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only labeling jobs modified after the specified time (timestamp).
|
ListLabelingJobsRequest |
withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only labeling jobs modified before the specified time (timestamp).
|
ListLabelingJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of labeling jobs to return in each page of the response.
|
ListLabelingJobsRequest |
withNameContains(String nameContains)
A string in the labeling job name.
|
ListLabelingJobsRequest |
withNextToken(String nextToken)
If the result of the previous
ListLabelingJobs request was truncated, the response includes a
NextToken . |
ListLabelingJobsRequest |
withSortBy(SortBy sortBy)
The field to sort results by.
|
ListLabelingJobsRequest |
withSortBy(String sortBy)
The field to sort results by.
|
ListLabelingJobsRequest |
withSortOrder(SortOrder sortOrder)
The sort order for results.
|
ListLabelingJobsRequest |
withSortOrder(String sortOrder)
The sort order for results.
|
ListLabelingJobsRequest |
withStatusEquals(LabelingJobStatus statusEquals)
A filter that retrieves only labeling jobs with a specific status.
|
ListLabelingJobsRequest |
withStatusEquals(String statusEquals)
A filter that retrieves only labeling jobs with a specific status.
|
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 setCreationTimeAfter(Date creationTimeAfter)
A filter that returns only labeling jobs created after the specified time (timestamp).
creationTimeAfter
- A filter that returns only labeling jobs created after the specified time (timestamp).public Date getCreationTimeAfter()
A filter that returns only labeling jobs created after the specified time (timestamp).
public ListLabelingJobsRequest withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only labeling jobs created after the specified time (timestamp).
creationTimeAfter
- A filter that returns only labeling jobs created after the specified time (timestamp).public void setCreationTimeBefore(Date creationTimeBefore)
A filter that returns only labeling jobs created before the specified time (timestamp).
creationTimeBefore
- A filter that returns only labeling jobs created before the specified time (timestamp).public Date getCreationTimeBefore()
A filter that returns only labeling jobs created before the specified time (timestamp).
public ListLabelingJobsRequest withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only labeling jobs created before the specified time (timestamp).
creationTimeBefore
- A filter that returns only labeling jobs created before the specified time (timestamp).public void setLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only labeling jobs modified after the specified time (timestamp).
lastModifiedTimeAfter
- A filter that returns only labeling jobs modified after the specified time (timestamp).public Date getLastModifiedTimeAfter()
A filter that returns only labeling jobs modified after the specified time (timestamp).
public ListLabelingJobsRequest withLastModifiedTimeAfter(Date lastModifiedTimeAfter)
A filter that returns only labeling jobs modified after the specified time (timestamp).
lastModifiedTimeAfter
- A filter that returns only labeling jobs modified after the specified time (timestamp).public void setLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only labeling jobs modified before the specified time (timestamp).
lastModifiedTimeBefore
- A filter that returns only labeling jobs modified before the specified time (timestamp).public Date getLastModifiedTimeBefore()
A filter that returns only labeling jobs modified before the specified time (timestamp).
public ListLabelingJobsRequest withLastModifiedTimeBefore(Date lastModifiedTimeBefore)
A filter that returns only labeling jobs modified before the specified time (timestamp).
lastModifiedTimeBefore
- A filter that returns only labeling jobs modified before the specified time (timestamp).public void setMaxResults(Integer maxResults)
The maximum number of labeling jobs to return in each page of the response.
maxResults
- The maximum number of labeling jobs to return in each page of the response.public Integer getMaxResults()
The maximum number of labeling jobs to return in each page of the response.
public ListLabelingJobsRequest withMaxResults(Integer maxResults)
The maximum number of labeling jobs to return in each page of the response.
maxResults
- The maximum number of labeling jobs to return in each page of the response.public void setNextToken(String nextToken)
If the result of the previous ListLabelingJobs
request was truncated, the response includes a
NextToken
. To retrieve the next set of labeling jobs, use the token in the next request.
nextToken
- If the result of the previous ListLabelingJobs
request was truncated, the response includes a
NextToken
. To retrieve the next set of labeling jobs, use the token in the next request.public String getNextToken()
If the result of the previous ListLabelingJobs
request was truncated, the response includes a
NextToken
. To retrieve the next set of labeling jobs, use the token in the next request.
ListLabelingJobs
request was truncated, the response includes
a NextToken
. To retrieve the next set of labeling jobs, use the token in the next request.public ListLabelingJobsRequest withNextToken(String nextToken)
If the result of the previous ListLabelingJobs
request was truncated, the response includes a
NextToken
. To retrieve the next set of labeling jobs, use the token in the next request.
nextToken
- If the result of the previous ListLabelingJobs
request was truncated, the response includes a
NextToken
. To retrieve the next set of labeling jobs, use the token in the next request.public void setNameContains(String nameContains)
A string in the labeling job name. This filter returns only labeling jobs whose name contains the specified string.
nameContains
- A string in the labeling job name. This filter returns only labeling jobs whose name contains the
specified string.public String getNameContains()
A string in the labeling job name. This filter returns only labeling jobs whose name contains the specified string.
public ListLabelingJobsRequest withNameContains(String nameContains)
A string in the labeling job name. This filter returns only labeling jobs whose name contains the specified string.
nameContains
- A string in the labeling job name. This filter returns only labeling jobs whose name contains the
specified string.public void setSortBy(String sortBy)
The field to sort results by. The default is CreationTime
.
sortBy
- The field to sort results by. The default is CreationTime
.SortBy
public String getSortBy()
The field to sort results by. The default is CreationTime
.
CreationTime
.SortBy
public ListLabelingJobsRequest withSortBy(String sortBy)
The field to sort results by. The default is CreationTime
.
sortBy
- The field to sort results by. The default is CreationTime
.SortBy
public ListLabelingJobsRequest withSortBy(SortBy sortBy)
The field to sort results by. The default is CreationTime
.
sortBy
- The field to sort results by. The default is CreationTime
.SortBy
public void setSortOrder(String sortOrder)
The sort order for results. The default is Ascending
.
sortOrder
- The sort order for results. The default is Ascending
.SortOrder
public String getSortOrder()
The sort order for results. The default is Ascending
.
Ascending
.SortOrder
public ListLabelingJobsRequest withSortOrder(String sortOrder)
The sort order for results. The default is Ascending
.
sortOrder
- The sort order for results. The default is Ascending
.SortOrder
public ListLabelingJobsRequest withSortOrder(SortOrder sortOrder)
The sort order for results. The default is Ascending
.
sortOrder
- The sort order for results. The default is Ascending
.SortOrder
public void setStatusEquals(String statusEquals)
A filter that retrieves only labeling jobs with a specific status.
statusEquals
- A filter that retrieves only labeling jobs with a specific status.LabelingJobStatus
public String getStatusEquals()
A filter that retrieves only labeling jobs with a specific status.
LabelingJobStatus
public ListLabelingJobsRequest withStatusEquals(String statusEquals)
A filter that retrieves only labeling jobs with a specific status.
statusEquals
- A filter that retrieves only labeling jobs with a specific status.LabelingJobStatus
public ListLabelingJobsRequest withStatusEquals(LabelingJobStatus statusEquals)
A filter that retrieves only labeling jobs with a specific status.
statusEquals
- A filter that retrieves only labeling jobs with a specific status.LabelingJobStatus
public String toString()
toString
in class Object
Object.toString()
public ListLabelingJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()