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