@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTranscriptionJobsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListTranscriptionJobsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListTranscriptionJobsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
The
ListTranscriptionJobs operation returns a page of jobs at a time. |
String |
getStatus()
The requested status of the jobs returned.
|
List<TranscriptionJobSummary> |
getTranscriptionJobSummaries()
A list of objects containing summary information for a transcription job.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
The
ListTranscriptionJobs operation returns a page of jobs at a time. |
void |
setStatus(String status)
The requested status of the jobs returned.
|
void |
setTranscriptionJobSummaries(Collection<TranscriptionJobSummary> transcriptionJobSummaries)
A list of objects containing summary information for a transcription job.
|
String |
toString()
Returns a string representation of this object.
|
ListTranscriptionJobsResult |
withNextToken(String nextToken)
The
ListTranscriptionJobs operation returns a page of jobs at a time. |
ListTranscriptionJobsResult |
withStatus(String status)
The requested status of the jobs returned.
|
ListTranscriptionJobsResult |
withStatus(TranscriptionJobStatus status)
The requested status of the jobs returned.
|
ListTranscriptionJobsResult |
withTranscriptionJobSummaries(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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setStatus(String status)
The requested status of the jobs returned.
status - The requested status of the jobs returned.TranscriptionJobStatuspublic String getStatus()
The requested status of the jobs returned.
TranscriptionJobStatuspublic ListTranscriptionJobsResult withStatus(String status)
The requested status of the jobs returned.
status - The requested status of the jobs returned.TranscriptionJobStatuspublic ListTranscriptionJobsResult withStatus(TranscriptionJobStatus status)
The requested status of the jobs returned.
status - The requested status of the jobs returned.TranscriptionJobStatuspublic void setNextToken(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.
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 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.
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(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.
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 List<TranscriptionJobSummary> getTranscriptionJobSummaries()
A list of objects containing summary information for a transcription job.
public void setTranscriptionJobSummaries(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.
NOTE: This method appends the values to the existing list (if any). Use
setTranscriptionJobSummaries(java.util.Collection) or
withTranscriptionJobSummaries(java.util.Collection) if you want to override the existing values.
transcriptionJobSummaries - A list of objects containing summary information for a transcription job.public ListTranscriptionJobsResult withTranscriptionJobSummaries(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 String toString()
toString in class ObjectObject.toString()public ListTranscriptionJobsResult clone()
Copyright © 2021. All rights reserved.