@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MedicalTranscriptionJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides summary information about a transcription job.
| Constructor and Description |
|---|
MedicalTranscriptionJobSummary() |
| Modifier and Type | Method and Description |
|---|---|
MedicalTranscriptionJobSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCompletionTime()
A timestamp that shows when the job was completed.
|
Date |
getCreationTime()
A timestamp that shows when the medical transcription job was created.
|
String |
getFailureReason()
If the
TranscriptionJobStatus field is FAILED, a description of the error. |
String |
getLanguageCode()
The language of the transcript in the source audio file.
|
String |
getMedicalTranscriptionJobName()
The name of a medical transcription job.
|
String |
getOutputLocationType()
Indicates the location of the transcription job's output.
|
String |
getSpecialty()
The medical specialty of the transcription job.
|
Date |
getStartTime()
A timestamp that shows when the job began processing.
|
String |
getTranscriptionJobStatus()
The status of the medical transcription job.
|
String |
getType()
The speech of the clinician in the input audio.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCompletionTime(Date completionTime)
A timestamp that shows when the job was completed.
|
void |
setCreationTime(Date creationTime)
A timestamp that shows when the medical transcription job was created.
|
void |
setFailureReason(String failureReason)
If the
TranscriptionJobStatus field is FAILED, a description of the error. |
void |
setLanguageCode(String languageCode)
The language of the transcript in the source audio file.
|
void |
setMedicalTranscriptionJobName(String medicalTranscriptionJobName)
The name of a medical transcription job.
|
void |
setOutputLocationType(String outputLocationType)
Indicates the location of the transcription job's output.
|
void |
setSpecialty(String specialty)
The medical specialty of the transcription job.
|
void |
setStartTime(Date startTime)
A timestamp that shows when the job began processing.
|
void |
setTranscriptionJobStatus(String transcriptionJobStatus)
The status of the medical transcription job.
|
void |
setType(String type)
The speech of the clinician in the input audio.
|
String |
toString()
Returns a string representation of this object.
|
MedicalTranscriptionJobSummary |
withCompletionTime(Date completionTime)
A timestamp that shows when the job was completed.
|
MedicalTranscriptionJobSummary |
withCreationTime(Date creationTime)
A timestamp that shows when the medical transcription job was created.
|
MedicalTranscriptionJobSummary |
withFailureReason(String failureReason)
If the
TranscriptionJobStatus field is FAILED, a description of the error. |
MedicalTranscriptionJobSummary |
withLanguageCode(LanguageCode languageCode)
The language of the transcript in the source audio file.
|
MedicalTranscriptionJobSummary |
withLanguageCode(String languageCode)
The language of the transcript in the source audio file.
|
MedicalTranscriptionJobSummary |
withMedicalTranscriptionJobName(String medicalTranscriptionJobName)
The name of a medical transcription job.
|
MedicalTranscriptionJobSummary |
withOutputLocationType(OutputLocationType outputLocationType)
Indicates the location of the transcription job's output.
|
MedicalTranscriptionJobSummary |
withOutputLocationType(String outputLocationType)
Indicates the location of the transcription job's output.
|
MedicalTranscriptionJobSummary |
withSpecialty(Specialty specialty)
The medical specialty of the transcription job.
|
MedicalTranscriptionJobSummary |
withSpecialty(String specialty)
The medical specialty of the transcription job.
|
MedicalTranscriptionJobSummary |
withStartTime(Date startTime)
A timestamp that shows when the job began processing.
|
MedicalTranscriptionJobSummary |
withTranscriptionJobStatus(String transcriptionJobStatus)
The status of the medical transcription job.
|
MedicalTranscriptionJobSummary |
withTranscriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
The status of the medical transcription job.
|
MedicalTranscriptionJobSummary |
withType(String type)
The speech of the clinician in the input audio.
|
MedicalTranscriptionJobSummary |
withType(Type type)
The speech of the clinician in the input audio.
|
public void setMedicalTranscriptionJobName(String medicalTranscriptionJobName)
The name of a medical transcription job.
medicalTranscriptionJobName - The name of a medical transcription job.public String getMedicalTranscriptionJobName()
The name of a medical transcription job.
public MedicalTranscriptionJobSummary withMedicalTranscriptionJobName(String medicalTranscriptionJobName)
The name of a medical transcription job.
medicalTranscriptionJobName - The name of a medical transcription job.public void setCreationTime(Date creationTime)
A timestamp that shows when the medical transcription job was created.
creationTime - A timestamp that shows when the medical transcription job was created.public Date getCreationTime()
A timestamp that shows when the medical transcription job was created.
public MedicalTranscriptionJobSummary withCreationTime(Date creationTime)
A timestamp that shows when the medical transcription job was created.
creationTime - A timestamp that shows when the medical transcription job was created.public void setStartTime(Date startTime)
A timestamp that shows when the job began processing.
startTime - A timestamp that shows when the job began processing.public Date getStartTime()
A timestamp that shows when the job began processing.
public MedicalTranscriptionJobSummary withStartTime(Date startTime)
A timestamp that shows when the job began processing.
startTime - A timestamp that shows when the job began processing.public void setCompletionTime(Date completionTime)
A timestamp that shows when the job was completed.
completionTime - A timestamp that shows when the job was completed.public Date getCompletionTime()
A timestamp that shows when the job was completed.
public MedicalTranscriptionJobSummary withCompletionTime(Date completionTime)
A timestamp that shows when the job was completed.
completionTime - A timestamp that shows when the job was completed.public void setLanguageCode(String languageCode)
The language of the transcript in the source audio file.
languageCode - The language of the transcript in the source audio file.LanguageCodepublic String getLanguageCode()
The language of the transcript in the source audio file.
LanguageCodepublic MedicalTranscriptionJobSummary withLanguageCode(String languageCode)
The language of the transcript in the source audio file.
languageCode - The language of the transcript in the source audio file.LanguageCodepublic MedicalTranscriptionJobSummary withLanguageCode(LanguageCode languageCode)
The language of the transcript in the source audio file.
languageCode - The language of the transcript in the source audio file.LanguageCodepublic void setTranscriptionJobStatus(String transcriptionJobStatus)
The status of the medical transcription job.
transcriptionJobStatus - The status of the medical transcription job.TranscriptionJobStatuspublic String getTranscriptionJobStatus()
The status of the medical transcription job.
TranscriptionJobStatuspublic MedicalTranscriptionJobSummary withTranscriptionJobStatus(String transcriptionJobStatus)
The status of the medical transcription job.
transcriptionJobStatus - The status of the medical transcription job.TranscriptionJobStatuspublic MedicalTranscriptionJobSummary withTranscriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
The status of the medical transcription job.
transcriptionJobStatus - The status of the medical transcription job.TranscriptionJobStatuspublic void setFailureReason(String failureReason)
If the TranscriptionJobStatus field is FAILED, a description of the error.
failureReason - If the TranscriptionJobStatus field is FAILED, a description of the error.public String getFailureReason()
If the TranscriptionJobStatus field is FAILED, a description of the error.
TranscriptionJobStatus field is FAILED, a description of the error.public MedicalTranscriptionJobSummary withFailureReason(String failureReason)
If the TranscriptionJobStatus field is FAILED, a description of the error.
failureReason - If the TranscriptionJobStatus field is FAILED, a description of the error.public void setOutputLocationType(String outputLocationType)
Indicates the location of the transcription job's output.
The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the
outputLocationType - Indicates the location of the transcription job's output.
The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field
when the
OutputLocationTypepublic String getOutputLocationType()
Indicates the location of the transcription job's output.
The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the
The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field
when the
OutputLocationTypepublic MedicalTranscriptionJobSummary withOutputLocationType(String outputLocationType)
Indicates the location of the transcription job's output.
The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the
outputLocationType - Indicates the location of the transcription job's output.
The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field
when the
OutputLocationTypepublic MedicalTranscriptionJobSummary withOutputLocationType(OutputLocationType outputLocationType)
Indicates the location of the transcription job's output.
The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field when the
outputLocationType - Indicates the location of the transcription job's output.
The CUSTOMER_BUCKET is the S3 location provided in the OutputBucketName field
when the
OutputLocationTypepublic void setSpecialty(String specialty)
The medical specialty of the transcription job. Primary care is the only valid value.
specialty - The medical specialty of the transcription job. Primary care is the only valid value.Specialtypublic String getSpecialty()
The medical specialty of the transcription job. Primary care is the only valid value.
Primary care is the only valid value.Specialtypublic MedicalTranscriptionJobSummary withSpecialty(String specialty)
The medical specialty of the transcription job. Primary care is the only valid value.
specialty - The medical specialty of the transcription job. Primary care is the only valid value.Specialtypublic MedicalTranscriptionJobSummary withSpecialty(Specialty specialty)
The medical specialty of the transcription job. Primary care is the only valid value.
specialty - The medical specialty of the transcription job. Primary care is the only valid value.Specialtypublic void setType(String type)
The speech of the clinician in the input audio.
type - The speech of the clinician in the input audio.Typepublic String getType()
The speech of the clinician in the input audio.
Typepublic MedicalTranscriptionJobSummary withType(String type)
The speech of the clinician in the input audio.
type - The speech of the clinician in the input audio.Typepublic MedicalTranscriptionJobSummary withType(Type type)
The speech of the clinician in the input audio.
type - The speech of the clinician in the input audio.Typepublic String toString()
toString in class ObjectObject.toString()public MedicalTranscriptionJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.