public class ListTranscriptionJobsResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ListTranscriptionJobsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getNextToken()
The
ListTranscriptionJobs operation returns a page of jobs
at a time. |
java.lang.String |
getStatus()
The requested status of the jobs returned.
|
java.util.List<TranscriptionJobSummary> |
getTranscriptionJobSummaries()
A list of objects containing summary information for a transcription job.
|
int |
hashCode() |
void |
setNextToken(java.lang.String nextToken)
The
ListTranscriptionJobs operation returns a page of jobs
at a time. |
void |
setStatus(java.lang.String status)
The requested status of the jobs returned.
|
void |
setStatus(TranscriptionJobStatus status)
The requested status of the jobs returned.
|
void |
setTranscriptionJobSummaries(java.util.Collection<TranscriptionJobSummary> transcriptionJobSummaries)
A list of objects containing summary information for a transcription job.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListTranscriptionJobsResult |
withNextToken(java.lang.String nextToken)
The
ListTranscriptionJobs operation returns a page of jobs
at a time. |
ListTranscriptionJobsResult |
withStatus(java.lang.String status)
The requested status of the jobs returned.
|
ListTranscriptionJobsResult |
withStatus(TranscriptionJobStatus status)
The requested status of the jobs returned.
|
ListTranscriptionJobsResult |
withTranscriptionJobSummaries(java.util.Collection<TranscriptionJobSummary> transcriptionJobSummaries)
A list of objects containing summary information for a transcription job.
|
ListTranscriptionJobsResult |
withTranscriptionJobSummaries(TranscriptionJobSummary... transcriptionJobSummaries)
A list of objects containing summary information for a transcription job.
|
public java.lang.String getStatus()
The requested status of the jobs returned.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, FAILED, COMPLETED
The requested status of the jobs returned.
TranscriptionJobStatus
public void setStatus(java.lang.String status)
The requested status of the jobs returned.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, FAILED, COMPLETED
status
- The requested status of the jobs returned.
TranscriptionJobStatus
public ListTranscriptionJobsResult withStatus(java.lang.String status)
The requested status of the jobs returned.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, FAILED, COMPLETED
status
- The requested status of the jobs returned.
TranscriptionJobStatus
public void setStatus(TranscriptionJobStatus status)
The requested status of the jobs returned.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, FAILED, COMPLETED
status
- The requested status of the jobs returned.
TranscriptionJobStatus
public ListTranscriptionJobsResult withStatus(TranscriptionJobStatus status)
The requested status of the jobs returned.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, FAILED, COMPLETED
status
- The requested status of the jobs returned.
TranscriptionJobStatus
public java.lang.String getNextToken()
The ListTranscriptionJobs
operation returns a page of jobs
at a time. The maximum size of the page is set by the
MaxResults
parameter. If there are more jobs in the list
than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the
ListTranscriptionJobs
operation to return in the next page
of jobs.
Constraints:
Length: - 8192
Pattern: .+
The ListTranscriptionJobs
operation returns a page
of jobs at a time. The maximum size of the page is set by the
MaxResults
parameter. If there are more jobs in the
list than the page size, Amazon Transcribe returns the
NextPage
token. Include the token in the next
request to the ListTranscriptionJobs
operation to
return in the next page of jobs.
public void setNextToken(java.lang.String nextToken)
The ListTranscriptionJobs
operation returns a page of jobs
at a time. The maximum size of the page is set by the
MaxResults
parameter. If there are more jobs in the list
than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the
ListTranscriptionJobs
operation to return in the next page
of jobs.
Constraints:
Length: - 8192
Pattern: .+
nextToken
-
The ListTranscriptionJobs
operation returns a
page of jobs at a time. The maximum size of the page is set by
the MaxResults
parameter. If there are more jobs
in the list than the page size, Amazon Transcribe returns the
NextPage
token. Include the token in the next
request to the ListTranscriptionJobs
operation to
return in the next page of jobs.
public ListTranscriptionJobsResult withNextToken(java.lang.String nextToken)
The ListTranscriptionJobs
operation returns a page of jobs
at a time. The maximum size of the page is set by the
MaxResults
parameter. If there are more jobs in the list
than the page size, Amazon Transcribe returns the NextPage
token. Include the token in the next request to the
ListTranscriptionJobs
operation to return in the next page
of jobs.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: - 8192
Pattern: .+
nextToken
-
The ListTranscriptionJobs
operation returns a
page of jobs at a time. The maximum size of the page is set by
the MaxResults
parameter. If there are more jobs
in the list than the page size, Amazon Transcribe returns the
NextPage
token. Include the token in the next
request to the ListTranscriptionJobs
operation to
return in the next page of jobs.
public java.util.List<TranscriptionJobSummary> getTranscriptionJobSummaries()
A list of objects containing summary information for a transcription job.
A list of objects containing summary information for a transcription job.
public void setTranscriptionJobSummaries(java.util.Collection<TranscriptionJobSummary> transcriptionJobSummaries)
A list of objects containing summary information for a transcription job.
transcriptionJobSummaries
- A list of objects containing summary information for a transcription job.
public ListTranscriptionJobsResult withTranscriptionJobSummaries(TranscriptionJobSummary... transcriptionJobSummaries)
A list of objects containing summary information for a transcription job.
Returns a reference to this object so that method calls can be chained together.
transcriptionJobSummaries
- A list of objects containing summary information for a transcription job.
public ListTranscriptionJobsResult withTranscriptionJobSummaries(java.util.Collection<TranscriptionJobSummary> transcriptionJobSummaries)
A list of objects containing summary information for a transcription job.
Returns a reference to this object so that method calls can be chained together.
transcriptionJobSummaries
- A list of objects containing summary information for a transcription job.
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.