public class ListMedicalTranscriptionJobsResult
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ListMedicalTranscriptionJobsResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<MedicalTranscriptionJobSummary> |
getMedicalTranscriptionJobSummaries()
A list of objects containing summary information for a transcription job.
|
java.lang.String |
getNextToken()
The
ListMedicalTranscriptionJobs operation returns a page of
jobs at a time. |
java.lang.String |
getStatus()
The requested status of the medical transcription jobs returned.
|
int |
hashCode() |
void |
setMedicalTranscriptionJobSummaries(java.util.Collection<MedicalTranscriptionJobSummary> medicalTranscriptionJobSummaries)
A list of objects containing summary information for a transcription job.
|
void |
setNextToken(java.lang.String nextToken)
The
ListMedicalTranscriptionJobs operation returns a page of
jobs at a time. |
void |
setStatus(java.lang.String status)
The requested status of the medical transcription jobs returned.
|
void |
setStatus(TranscriptionJobStatus status)
The requested status of the medical transcription jobs returned.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListMedicalTranscriptionJobsResult |
withMedicalTranscriptionJobSummaries(java.util.Collection<MedicalTranscriptionJobSummary> medicalTranscriptionJobSummaries)
A list of objects containing summary information for a transcription job.
|
ListMedicalTranscriptionJobsResult |
withMedicalTranscriptionJobSummaries(MedicalTranscriptionJobSummary... medicalTranscriptionJobSummaries)
A list of objects containing summary information for a transcription job.
|
ListMedicalTranscriptionJobsResult |
withNextToken(java.lang.String nextToken)
The
ListMedicalTranscriptionJobs operation returns a page of
jobs at a time. |
ListMedicalTranscriptionJobsResult |
withStatus(java.lang.String status)
The requested status of the medical transcription jobs returned.
|
ListMedicalTranscriptionJobsResult |
withStatus(TranscriptionJobStatus status)
The requested status of the medical transcription jobs returned.
|
public java.lang.String getStatus()
The requested status of the medical transcription jobs returned.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, FAILED, COMPLETED
The requested status of the medical transcription jobs returned.
TranscriptionJobStatuspublic void setStatus(java.lang.String status)
The requested status of the medical transcription jobs returned.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, FAILED, COMPLETED
status - The requested status of the medical transcription jobs returned.
TranscriptionJobStatuspublic ListMedicalTranscriptionJobsResult withStatus(java.lang.String status)
The requested status of the medical transcription 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 medical transcription jobs returned.
TranscriptionJobStatuspublic void setStatus(TranscriptionJobStatus status)
The requested status of the medical transcription jobs returned.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, FAILED, COMPLETED
status - The requested status of the medical transcription jobs returned.
TranscriptionJobStatuspublic ListMedicalTranscriptionJobsResult withStatus(TranscriptionJobStatus status)
The requested status of the medical transcription 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 medical transcription jobs returned.
TranscriptionJobStatuspublic java.lang.String getNextToken()
The ListMedicalTranscriptionJobs operation returns a page of
jobs at a time. The maximum size of the page is set by the
MaxResults parameter. If the number of jobs exceeds what can
fit on a page, Amazon Transcribe Medical returns the
NextPage token. Include the token in the next request to the
ListMedicalTranscriptionJobs operation to return in the next
page of jobs.
Constraints:
Length: - 8192
Pattern: .+
The ListMedicalTranscriptionJobs operation returns a
page of jobs at a time. The maximum size of the page is set by
the MaxResults parameter. If the number of jobs
exceeds what can fit on a page, Amazon Transcribe Medical returns
the NextPage token. Include the token in the next
request to the ListMedicalTranscriptionJobs
operation to return in the next page of jobs.
public void setNextToken(java.lang.String nextToken)
The ListMedicalTranscriptionJobs operation returns a page of
jobs at a time. The maximum size of the page is set by the
MaxResults parameter. If the number of jobs exceeds what can
fit on a page, Amazon Transcribe Medical returns the
NextPage token. Include the token in the next request to the
ListMedicalTranscriptionJobs operation to return in the next
page of jobs.
Constraints:
Length: - 8192
Pattern: .+
nextToken -
The ListMedicalTranscriptionJobs operation
returns a page of jobs at a time. The maximum size of the page
is set by the MaxResults parameter. If the number
of jobs exceeds what can fit on a page, Amazon Transcribe
Medical returns the NextPage token. Include the
token in the next request to the
ListMedicalTranscriptionJobs operation to return
in the next page of jobs.
public ListMedicalTranscriptionJobsResult withNextToken(java.lang.String nextToken)
The ListMedicalTranscriptionJobs operation returns a page of
jobs at a time. The maximum size of the page is set by the
MaxResults parameter. If the number of jobs exceeds what can
fit on a page, Amazon Transcribe Medical returns the
NextPage token. Include the token in the next request to the
ListMedicalTranscriptionJobs 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 ListMedicalTranscriptionJobs operation
returns a page of jobs at a time. The maximum size of the page
is set by the MaxResults parameter. If the number
of jobs exceeds what can fit on a page, Amazon Transcribe
Medical returns the NextPage token. Include the
token in the next request to the
ListMedicalTranscriptionJobs operation to return
in the next page of jobs.
public java.util.List<MedicalTranscriptionJobSummary> getMedicalTranscriptionJobSummaries()
A list of objects containing summary information for a transcription job.
A list of objects containing summary information for a transcription job.
public void setMedicalTranscriptionJobSummaries(java.util.Collection<MedicalTranscriptionJobSummary> medicalTranscriptionJobSummaries)
A list of objects containing summary information for a transcription job.
medicalTranscriptionJobSummaries - A list of objects containing summary information for a transcription job.
public ListMedicalTranscriptionJobsResult withMedicalTranscriptionJobSummaries(MedicalTranscriptionJobSummary... medicalTranscriptionJobSummaries)
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.
medicalTranscriptionJobSummaries - A list of objects containing summary information for a transcription job.
public ListMedicalTranscriptionJobsResult withMedicalTranscriptionJobSummaries(java.util.Collection<MedicalTranscriptionJobSummary> medicalTranscriptionJobSummaries)
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.
medicalTranscriptionJobSummaries - A list of objects containing summary information for a transcription job.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.