@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListMedicalTranscriptionJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListMedicalTranscriptionJobsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListMedicalTranscriptionJobsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getJobNameContains()
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
|
Integer |
getMaxResults()
The maximum number of medical transcription jobs to return in the response.
|
String |
getNextToken()
If you a receive a truncated result in the previous request of
ListMedicalTranscriptionJobs, include
NextToken to fetch the next set of jobs. |
String |
getStatus()
When specified, returns only medical transcription jobs with the specified status.
|
int |
hashCode() |
void |
setJobNameContains(String jobNameContains)
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
|
void |
setMaxResults(Integer maxResults)
The maximum number of medical transcription jobs to return in the response.
|
void |
setNextToken(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(String status)
When specified, returns only medical transcription jobs with the specified status.
|
String |
toString()
Returns a string representation of this object.
|
ListMedicalTranscriptionJobsRequest |
withJobNameContains(String jobNameContains)
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
|
ListMedicalTranscriptionJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of medical transcription jobs to return in the response.
|
ListMedicalTranscriptionJobsRequest |
withNextToken(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(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.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setStatus(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.
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 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.
TranscriptionJobStatuspublic ListMedicalTranscriptionJobsRequest withStatus(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.
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.
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 setJobNameContains(String jobNameContains)
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
jobNameContains - When specified, the jobs returned in the list are limited to jobs whose name contains the specified
string.public String getJobNameContains()
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
public ListMedicalTranscriptionJobsRequest withJobNameContains(String jobNameContains)
When specified, the jobs returned in the list are limited to jobs whose name contains the specified string.
jobNameContains - When specified, the jobs returned in the list are limited to jobs whose name contains the specified
string.public void setNextToken(String nextToken)
If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include
NextToken to fetch the next set of jobs.
nextToken - If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs,
include NextToken to fetch the next set of jobs.public String getNextToken()
If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include
NextToken to fetch the next set of jobs.
ListMedicalTranscriptionJobs,
include NextToken to fetch the next set of jobs.public ListMedicalTranscriptionJobsRequest withNextToken(String nextToken)
If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs, include
NextToken to fetch the next set of jobs.
nextToken - If you a receive a truncated result in the previous request of ListMedicalTranscriptionJobs,
include NextToken to fetch the next set of jobs.public void setMaxResults(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.
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 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.
public ListMedicalTranscriptionJobsRequest withMaxResults(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.
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 String toString()
toString in class ObjectObject.toString()public ListMedicalTranscriptionJobsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.