public class ListMedicalTranscriptionJobsRequest extends AmazonWebServiceRequest implements java.io.Serializable
Lists medical transcription jobs with a specified status or substring that matches their names.
| Constructor and Description |
|---|
ListMedicalTranscriptionJobsRequest() |
| 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 medical transcription jobs to return in the
response.
|
java.lang.String |
getNextToken()
If you a receive a truncated result in the previous request of
ListMedicalTranscriptionJobs, include NextToken
to fetch the next set of jobs. |
java.lang.String |
getStatus()
When specified, returns only medical 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 medical transcription jobs to return in the
response.
|
void |
setNextToken(java.lang.String nextToken)
If you a receive a truncated result in the previous request of
ListMedicalTranscriptionJobs, include NextToken
to fetch the next set of jobs. |
void |
setStatus(java.lang.String status)
When specified, returns only medical transcription jobs with the
specified status.
|
void |
setStatus(TranscriptionJobStatus status)
When specified, returns only medical transcription jobs with the
specified status.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListMedicalTranscriptionJobsRequest |
withJobNameContains(java.lang.String jobNameContains)
When specified, the jobs returned in the list are limited to jobs whose
name contains the specified string.
|
ListMedicalTranscriptionJobsRequest |
withMaxResults(java.lang.Integer maxResults)
The maximum number of medical transcription jobs to return in the
response.
|
ListMedicalTranscriptionJobsRequest |
withNextToken(java.lang.String nextToken)
If you a receive a truncated result in the previous request of
ListMedicalTranscriptionJobs, include NextToken
to fetch the next set of jobs. |
ListMedicalTranscriptionJobsRequest |
withStatus(java.lang.String status)
When specified, returns only medical transcription jobs with the
specified status.
|
ListMedicalTranscriptionJobsRequest |
withStatus(TranscriptionJobStatus status)
When specified, returns only medical transcription jobs with the
specified status.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic java.lang.String getStatus()
When specified, returns only medical 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 Medical returns all transcription jobs ordered by creation date.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, FAILED, COMPLETED
When specified, returns only medical 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 Medical returns all transcription jobs ordered by creation date.
TranscriptionJobStatuspublic void setStatus(java.lang.String status)
When specified, returns only medical 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 Medical returns all transcription jobs ordered by creation date.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, FAILED, COMPLETED
status - When specified, returns only medical 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 Medical returns all transcription jobs ordered by creation date.
TranscriptionJobStatuspublic ListMedicalTranscriptionJobsRequest withStatus(java.lang.String status)
When specified, returns only medical 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 Medical 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 medical 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 Medical returns all transcription jobs ordered by creation date.
TranscriptionJobStatuspublic void setStatus(TranscriptionJobStatus status)
When specified, returns only medical 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 Medical returns all transcription jobs ordered by creation date.
Constraints:
Allowed Values: QUEUED, IN_PROGRESS, FAILED, COMPLETED
status - When specified, returns only medical 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 Medical returns all transcription jobs ordered by creation date.
TranscriptionJobStatuspublic ListMedicalTranscriptionJobsRequest withStatus(TranscriptionJobStatus status)
When specified, returns only medical 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 Medical 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 medical 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 Medical returns all transcription jobs ordered by creation date.
TranscriptionJobStatuspublic 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 ListMedicalTranscriptionJobsRequest 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 you a receive a truncated result in the previous request of
ListMedicalTranscriptionJobs, include NextToken
to fetch the next set of jobs.
Constraints:
Length: - 8192
Pattern: .+
If you a receive a truncated result in the previous request of
ListMedicalTranscriptionJobs, include
NextToken to fetch the next set of jobs.
public void setNextToken(java.lang.String nextToken)
If you a receive a truncated result in the previous request of
ListMedicalTranscriptionJobs, include NextToken
to fetch the next set of jobs.
Constraints:
Length: - 8192
Pattern: .+
nextToken -
If you a receive a truncated result in the previous request of
ListMedicalTranscriptionJobs, include
NextToken to fetch the next set of jobs.
public ListMedicalTranscriptionJobsRequest withNextToken(java.lang.String nextToken)
If you a receive a truncated result in the previous request of
ListMedicalTranscriptionJobs, include 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 you a receive a truncated result in the previous request of
ListMedicalTranscriptionJobs, include
NextToken to fetch the next set of jobs.
public java.lang.Integer getMaxResults()
The maximum number of medical transcription 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 medical transcription 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 medical transcription 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 medical transcription jobs to return in the response. IF there are fewer results in the list, this response contains only the actual results.
public ListMedicalTranscriptionJobsRequest withMaxResults(java.lang.Integer maxResults)
The maximum number of medical transcription 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 medical transcription 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.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.