public class ListTranscriptionJobsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists transcription jobs with the specified status.
Constructor and Description |
---|
ListTranscriptionJobsRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getJobNameContains()
When specified, the jobs returned in the list are limited to jobs whose
name contains the specified string.
|
java.lang.Integer |
getMaxResults()
The maximum number of jobs to return in the response.
|
java.lang.String |
getNextToken()
If the result of the previous request to
ListTranscriptionJobs was truncated, include the
NextToken to fetch the next set of jobs. |
java.lang.String |
getStatus()
When specified, returns only transcription jobs with the specified
status.
|
int |
hashCode() |
void |
setJobNameContains(java.lang.String jobNameContains)
When specified, the jobs returned in the list are limited to jobs whose
name contains the specified string.
|
void |
setMaxResults(java.lang.Integer maxResults)
The maximum number of jobs to return in the response.
|
void |
setNextToken(java.lang.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(java.lang.String status)
When specified, returns only transcription jobs with the specified
status.
|
void |
setStatus(TranscriptionJobStatus status)
When specified, returns only transcription jobs with the specified
status.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTranscriptionJobsRequest |
withJobNameContains(java.lang.String jobNameContains)
When specified, the jobs returned in the list are limited to jobs whose
name contains the specified string.
|
ListTranscriptionJobsRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of jobs to return in the response.
|
ListTranscriptionJobsRequest |
withNextToken(java.lang.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(java.lang.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.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.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.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, FAILED, COMPLETED
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 setStatus(java.lang.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.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, FAILED, COMPLETED
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(java.lang.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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, FAILED, COMPLETED
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 setStatus(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.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, FAILED, COMPLETED
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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, FAILED, COMPLETED
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 java.lang.String getJobNameContains()
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
Constraints:
Length: 1 - 200
Pattern: ^[0-9a-zA-Z._-]+
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
public void setJobNameContains(java.lang.String jobNameContains)
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
Constraints:
Length: 1 - 200
Pattern: ^[0-9a-zA-Z._-]+
jobNameContains
- When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
public ListTranscriptionJobsRequest withJobNameContains(java.lang.String jobNameContains)
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 200
Pattern: ^[0-9a-zA-Z._-]+
jobNameContains
- When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
public java.lang.String getNextToken()
If the result of the previous request to
ListTranscriptionJobs
was truncated, include the
NextToken
to fetch the next set of jobs.
Constraints:
Length: - 8192
Pattern: .+
If the result of the previous request to
ListTranscriptionJobs
was truncated, include the
NextToken
to fetch the next set of jobs.
public void setNextToken(java.lang.String nextToken)
If the result of the previous request to
ListTranscriptionJobs
was truncated, include the
NextToken
to fetch the next set of jobs.
Constraints:
Length: - 8192
Pattern: .+
nextToken
-
If the result of the previous request to
ListTranscriptionJobs
was truncated, include the
NextToken
to fetch the next set of jobs.
public ListTranscriptionJobsRequest withNextToken(java.lang.String nextToken)
If the result of the previous request to
ListTranscriptionJobs
was truncated, include the
NextToken
to fetch the next set of jobs.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 8192
Pattern: .+
nextToken
-
If the result of the previous request to
ListTranscriptionJobs
was truncated, include the
NextToken
to fetch the next set of jobs.
public java.lang.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.
Constraints:
Range: 1 - 100
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 void setMaxResults(java.lang.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.
Constraints:
Range: 1 - 100
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 ListTranscriptionJobsRequest withMaxResults(java.lang.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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 100
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.