@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListLabelingJobsForWorkteamRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListLabelingJobsForWorkteamRequest() |
Modifier and Type | Method and Description |
---|---|
ListLabelingJobsForWorkteamRequest |
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).
|
String |
getJobReferenceCodeContains()
A filter the limits jobs to only the ones whose job reference code contains the specified string.
|
Integer |
getMaxResults()
The maximum number of labeling jobs to return in each page of the response.
|
String |
getNextToken()
If the result of the previous
ListLabelingJobsForWorkteam request was truncated, the response
includes a NextToken . |
String |
getSortBy()
The field to sort results by.
|
String |
getSortOrder()
The sort order for results.
|
String |
getWorkteamArn()
The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.
|
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 |
setJobReferenceCodeContains(String jobReferenceCodeContains)
A filter the limits jobs to only the ones whose job reference code contains the specified string.
|
void |
setMaxResults(Integer maxResults)
The maximum number of labeling jobs to return in each page of the response.
|
void |
setNextToken(String nextToken)
If the result of the previous
ListLabelingJobsForWorkteam 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 |
setWorkteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.
|
String |
toString()
Returns a string representation of this object.
|
ListLabelingJobsForWorkteamRequest |
withCreationTimeAfter(Date creationTimeAfter)
A filter that returns only labeling jobs created after the specified time (timestamp).
|
ListLabelingJobsForWorkteamRequest |
withCreationTimeBefore(Date creationTimeBefore)
A filter that returns only labeling jobs created before the specified time (timestamp).
|
ListLabelingJobsForWorkteamRequest |
withJobReferenceCodeContains(String jobReferenceCodeContains)
A filter the limits jobs to only the ones whose job reference code contains the specified string.
|
ListLabelingJobsForWorkteamRequest |
withMaxResults(Integer maxResults)
The maximum number of labeling jobs to return in each page of the response.
|
ListLabelingJobsForWorkteamRequest |
withNextToken(String nextToken)
If the result of the previous
ListLabelingJobsForWorkteam request was truncated, the response
includes a NextToken . |
ListLabelingJobsForWorkteamRequest |
withSortBy(ListLabelingJobsForWorkteamSortByOptions sortBy)
The field to sort results by.
|
ListLabelingJobsForWorkteamRequest |
withSortBy(String sortBy)
The field to sort results by.
|
ListLabelingJobsForWorkteamRequest |
withSortOrder(SortOrder sortOrder)
The sort order for results.
|
ListLabelingJobsForWorkteamRequest |
withSortOrder(String sortOrder)
The sort order for results.
|
ListLabelingJobsForWorkteamRequest |
withWorkteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.
|
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 setWorkteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.
workteamArn
- The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.public String getWorkteamArn()
The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.
public ListLabelingJobsForWorkteamRequest withWorkteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.
workteamArn
- The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.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 ListLabelingJobsForWorkteamRequest 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 ListLabelingJobsForWorkteam
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 ListLabelingJobsForWorkteam
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 ListLabelingJobsForWorkteam
request was truncated, the response
includes a NextToken
. To retrieve the next set of labeling jobs, use the token in the next request.
ListLabelingJobsForWorkteam
request was truncated, the
response includes a NextToken
. To retrieve the next set of labeling jobs, use the token in
the next request.public ListLabelingJobsForWorkteamRequest withNextToken(String nextToken)
If the result of the previous ListLabelingJobsForWorkteam
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 ListLabelingJobsForWorkteam
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 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 ListLabelingJobsForWorkteamRequest 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 ListLabelingJobsForWorkteamRequest 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 setJobReferenceCodeContains(String jobReferenceCodeContains)
A filter the limits jobs to only the ones whose job reference code contains the specified string.
jobReferenceCodeContains
- A filter the limits jobs to only the ones whose job reference code contains the specified string.public String getJobReferenceCodeContains()
A filter the limits jobs to only the ones whose job reference code contains the specified string.
public ListLabelingJobsForWorkteamRequest withJobReferenceCodeContains(String jobReferenceCodeContains)
A filter the limits jobs to only the ones whose job reference code contains the specified string.
jobReferenceCodeContains
- A filter the limits jobs to only the ones whose job reference code 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
.ListLabelingJobsForWorkteamSortByOptions
public String getSortBy()
The field to sort results by. The default is CreationTime
.
CreationTime
.ListLabelingJobsForWorkteamSortByOptions
public ListLabelingJobsForWorkteamRequest withSortBy(String sortBy)
The field to sort results by. The default is CreationTime
.
sortBy
- The field to sort results by. The default is CreationTime
.ListLabelingJobsForWorkteamSortByOptions
public ListLabelingJobsForWorkteamRequest withSortBy(ListLabelingJobsForWorkteamSortByOptions sortBy)
The field to sort results by. The default is CreationTime
.
sortBy
- The field to sort results by. The default is CreationTime
.ListLabelingJobsForWorkteamSortByOptions
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 ListLabelingJobsForWorkteamRequest withSortOrder(String sortOrder)
The sort order for results. The default is Ascending
.
sortOrder
- The sort order for results. The default is Ascending
.SortOrder
public ListLabelingJobsForWorkteamRequest withSortOrder(SortOrder sortOrder)
The sort order for results. The default is Ascending
.
sortOrder
- The sort order for results. The default is Ascending
.SortOrder
public String toString()
toString
in class Object
Object.toString()
public ListLabelingJobsForWorkteamRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()