@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTranscriptionJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListTranscriptionJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListTranscriptionJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getJobNameContains()
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
|
Integer |
getMaxResults()
The maximum number of jobs to return in the response.
|
String |
getNextToken()
If the result of the previous request to
ListTranscriptionJobs was truncated, include the
NextToken to fetch the next set of jobs. |
String |
getStatus()
When specified, returns only transcription jobs with the specified status.
|
int |
hashCode() |
void |
setJobNameContains(String jobNameContains)
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
|
void |
setMaxResults(Integer maxResults)
The maximum number of jobs to return in the response.
|
void |
setNextToken(String nextToken)
If the result of the previous request to
ListTranscriptionJobs was truncated, include the
NextToken to fetch the next set of jobs. |
void |
setStatus(String status)
When specified, returns only transcription jobs with the specified status.
|
String |
toString()
Returns a string representation of this object.
|
ListTranscriptionJobsRequest |
withJobNameContains(String jobNameContains)
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
|
ListTranscriptionJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of jobs to return in the response.
|
ListTranscriptionJobsRequest |
withNextToken(String nextToken)
If the result of the previous request to
ListTranscriptionJobs was truncated, include the
NextToken to fetch the next set of jobs. |
ListTranscriptionJobsRequest |
withStatus(String status)
When specified, returns only transcription jobs with the specified status.
|
ListTranscriptionJobsRequest |
withStatus(TranscriptionJobStatus status)
When specified, returns only transcription jobs with the specified 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 setStatus(String status)
When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
status
- When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation
date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all
transcription jobs ordered by creation date.TranscriptionJobStatus
public String getStatus()
When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
TranscriptionJobStatus
public ListTranscriptionJobsRequest withStatus(String status)
When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
status
- When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation
date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all
transcription jobs ordered by creation date.TranscriptionJobStatus
public ListTranscriptionJobsRequest withStatus(TranscriptionJobStatus status)
When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.
status
- When specified, returns only transcription jobs with the specified status. Jobs are ordered by creation
date, with the newest jobs returned first. If you don’t specify a status, Amazon Transcribe returns all
transcription jobs ordered by creation date.TranscriptionJobStatus
public void setJobNameContains(String jobNameContains)
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
jobNameContains
- When specified, the jobs returned in the list are limited to jobs whose name contains the specified
string.public String getJobNameContains()
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
public ListTranscriptionJobsRequest withJobNameContains(String jobNameContains)
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
jobNameContains
- When specified, the jobs returned in the list are limited to jobs whose name contains the specified
string.public void setNextToken(String nextToken)
If the result of the previous request to ListTranscriptionJobs
was truncated, include the
NextToken
to fetch the next set of jobs.
nextToken
- If the result of the previous request to ListTranscriptionJobs
was truncated, include the
NextToken
to fetch the next set of jobs.public String getNextToken()
If the result of the previous request to ListTranscriptionJobs
was truncated, include the
NextToken
to fetch the next set of jobs.
ListTranscriptionJobs
was truncated, include the
NextToken
to fetch the next set of jobs.public ListTranscriptionJobsRequest withNextToken(String nextToken)
If the result of the previous request to ListTranscriptionJobs
was truncated, include the
NextToken
to fetch the next set of jobs.
nextToken
- If the result of the previous request to ListTranscriptionJobs
was truncated, include the
NextToken
to fetch the next set of jobs.public void setMaxResults(Integer maxResults)
The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
maxResults
- The maximum number of jobs to return in the response. If there are fewer results in the list, this
response contains only the actual results.public Integer getMaxResults()
The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
public ListTranscriptionJobsRequest withMaxResults(Integer maxResults)
The maximum number of jobs to return in the response. If there are fewer results in the list, this response contains only the actual results.
maxResults
- The maximum number of jobs to return in the response. If there are fewer results in the list, this
response contains only the actual results.public String toString()
toString
in class Object
Object.toString()
public ListTranscriptionJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.