@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MedicalTranscriptionJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides detailed information about a specific medical transcription job.
| Constructor and Description |
|---|
MedicalTranscriptionJobSummary() |
| Modifier and Type | Method and Description |
|---|---|
MedicalTranscriptionJobSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCompletionTime()
The date and time the specified medical transcription job finished processing.
|
String |
getContentIdentificationType()
Labels all personal health information (PHI) identified in your transcript.
|
Date |
getCreationTime()
The date and time the specified medical transcription job request was made.
|
String |
getFailureReason()
If
TranscriptionJobStatus is FAILED, FailureReason contains information
about why the transcription job failed. |
String |
getLanguageCode()
The language code used to create your medical transcription.
|
String |
getMedicalTranscriptionJobName()
The name of the medical transcription job.
|
String |
getOutputLocationType()
Indicates where the specified medical transcription output is stored.
|
String |
getSpecialty()
Provides the medical specialty represented in your media.
|
Date |
getStartTime()
The date and time your medical transcription job began processing.
|
String |
getTranscriptionJobStatus()
Provides the status of your medical transcription job.
|
String |
getType()
Indicates whether the input media is a dictation or a conversation, as specified in the
StartMedicalTranscriptionJob request. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCompletionTime(Date completionTime)
The date and time the specified medical transcription job finished processing.
|
void |
setContentIdentificationType(String contentIdentificationType)
Labels all personal health information (PHI) identified in your transcript.
|
void |
setCreationTime(Date creationTime)
The date and time the specified medical transcription job request was made.
|
void |
setFailureReason(String failureReason)
If
TranscriptionJobStatus is FAILED, FailureReason contains information
about why the transcription job failed. |
void |
setLanguageCode(String languageCode)
The language code used to create your medical transcription.
|
void |
setMedicalTranscriptionJobName(String medicalTranscriptionJobName)
The name of the medical transcription job.
|
void |
setOutputLocationType(String outputLocationType)
Indicates where the specified medical transcription output is stored.
|
void |
setSpecialty(String specialty)
Provides the medical specialty represented in your media.
|
void |
setStartTime(Date startTime)
The date and time your medical transcription job began processing.
|
void |
setTranscriptionJobStatus(String transcriptionJobStatus)
Provides the status of your medical transcription job.
|
void |
setType(String type)
Indicates whether the input media is a dictation or a conversation, as specified in the
StartMedicalTranscriptionJob request. |
String |
toString()
Returns a string representation of this object.
|
MedicalTranscriptionJobSummary |
withCompletionTime(Date completionTime)
The date and time the specified medical transcription job finished processing.
|
MedicalTranscriptionJobSummary |
withContentIdentificationType(MedicalContentIdentificationType contentIdentificationType)
Labels all personal health information (PHI) identified in your transcript.
|
MedicalTranscriptionJobSummary |
withContentIdentificationType(String contentIdentificationType)
Labels all personal health information (PHI) identified in your transcript.
|
MedicalTranscriptionJobSummary |
withCreationTime(Date creationTime)
The date and time the specified medical transcription job request was made.
|
MedicalTranscriptionJobSummary |
withFailureReason(String failureReason)
If
TranscriptionJobStatus is FAILED, FailureReason contains information
about why the transcription job failed. |
MedicalTranscriptionJobSummary |
withLanguageCode(LanguageCode languageCode)
The language code used to create your medical transcription.
|
MedicalTranscriptionJobSummary |
withLanguageCode(String languageCode)
The language code used to create your medical transcription.
|
MedicalTranscriptionJobSummary |
withMedicalTranscriptionJobName(String medicalTranscriptionJobName)
The name of the medical transcription job.
|
MedicalTranscriptionJobSummary |
withOutputLocationType(OutputLocationType outputLocationType)
Indicates where the specified medical transcription output is stored.
|
MedicalTranscriptionJobSummary |
withOutputLocationType(String outputLocationType)
Indicates where the specified medical transcription output is stored.
|
MedicalTranscriptionJobSummary |
withSpecialty(Specialty specialty)
Provides the medical specialty represented in your media.
|
MedicalTranscriptionJobSummary |
withSpecialty(String specialty)
Provides the medical specialty represented in your media.
|
MedicalTranscriptionJobSummary |
withStartTime(Date startTime)
The date and time your medical transcription job began processing.
|
MedicalTranscriptionJobSummary |
withTranscriptionJobStatus(String transcriptionJobStatus)
Provides the status of your medical transcription job.
|
MedicalTranscriptionJobSummary |
withTranscriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
Provides the status of your medical transcription job.
|
MedicalTranscriptionJobSummary |
withType(String type)
Indicates whether the input media is a dictation or a conversation, as specified in the
StartMedicalTranscriptionJob request. |
MedicalTranscriptionJobSummary |
withType(Type type)
Indicates whether the input media is a dictation or a conversation, as specified in the
StartMedicalTranscriptionJob request. |
public void setMedicalTranscriptionJobName(String medicalTranscriptionJobName)
The name of the medical transcription job. Job names are case sensitive and must be unique within an Amazon Web Services account.
medicalTranscriptionJobName - The name of the medical transcription job. Job names are case sensitive and must be unique within an
Amazon Web Services account.public String getMedicalTranscriptionJobName()
The name of the medical transcription job. Job names are case sensitive and must be unique within an Amazon Web Services account.
public MedicalTranscriptionJobSummary withMedicalTranscriptionJobName(String medicalTranscriptionJobName)
The name of the medical transcription job. Job names are case sensitive and must be unique within an Amazon Web Services account.
medicalTranscriptionJobName - The name of the medical transcription job. Job names are case sensitive and must be unique within an
Amazon Web Services account.public void setCreationTime(Date creationTime)
The date and time the specified medical transcription job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents a transcription job that started processing at 12:32 PM
UTC-7 on May 4, 2022.
creationTime - The date and time the specified medical transcription job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents a transcription job that started processing at
12:32 PM UTC-7 on May 4, 2022.
public Date getCreationTime()
The date and time the specified medical transcription job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents a transcription job that started processing at 12:32 PM
UTC-7 on May 4, 2022.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents a transcription job that started processing at
12:32 PM UTC-7 on May 4, 2022.
public MedicalTranscriptionJobSummary withCreationTime(Date creationTime)
The date and time the specified medical transcription job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents a transcription job that started processing at 12:32 PM
UTC-7 on May 4, 2022.
creationTime - The date and time the specified medical transcription job request was made.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents a transcription job that started processing at
12:32 PM UTC-7 on May 4, 2022.
public void setStartTime(Date startTime)
The date and time your medical transcription job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.789000-07:00 represents a transcription job that started processing at 12:32 PM
UTC-7 on May 4, 2022.
startTime - The date and time your medical transcription job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.789000-07:00 represents a transcription job that started processing at
12:32 PM UTC-7 on May 4, 2022.
public Date getStartTime()
The date and time your medical transcription job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.789000-07:00 represents a transcription job that started processing at 12:32 PM
UTC-7 on May 4, 2022.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.789000-07:00 represents a transcription job that started processing at
12:32 PM UTC-7 on May 4, 2022.
public MedicalTranscriptionJobSummary withStartTime(Date startTime)
The date and time your medical transcription job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.789000-07:00 represents a transcription job that started processing at 12:32 PM
UTC-7 on May 4, 2022.
startTime - The date and time your medical transcription job began processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.789000-07:00 represents a transcription job that started processing at
12:32 PM UTC-7 on May 4, 2022.
public void setCompletionTime(Date completionTime)
The date and time the specified medical transcription job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:33:13.922000-07:00 represents a transcription job that started processing at 12:33 PM
UTC-7 on May 4, 2022.
completionTime - The date and time the specified medical transcription job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:33:13.922000-07:00 represents a transcription job that started processing at
12:33 PM UTC-7 on May 4, 2022.
public Date getCompletionTime()
The date and time the specified medical transcription job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:33:13.922000-07:00 represents a transcription job that started processing at 12:33 PM
UTC-7 on May 4, 2022.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:33:13.922000-07:00 represents a transcription job that started processing at
12:33 PM UTC-7 on May 4, 2022.
public MedicalTranscriptionJobSummary withCompletionTime(Date completionTime)
The date and time the specified medical transcription job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:33:13.922000-07:00 represents a transcription job that started processing at 12:33 PM
UTC-7 on May 4, 2022.
completionTime - The date and time the specified medical transcription job finished processing.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:33:13.922000-07:00 represents a transcription job that started processing at
12:33 PM UTC-7 on May 4, 2022.
public void setLanguageCode(String languageCode)
The language code used to create your medical transcription. US English (en-US) is the only
supported language for medical transcriptions.
languageCode - The language code used to create your medical transcription. US English (en-US) is the only
supported language for medical transcriptions.LanguageCodepublic String getLanguageCode()
The language code used to create your medical transcription. US English (en-US) is the only
supported language for medical transcriptions.
en-US) is the only
supported language for medical transcriptions.LanguageCodepublic MedicalTranscriptionJobSummary withLanguageCode(String languageCode)
The language code used to create your medical transcription. US English (en-US) is the only
supported language for medical transcriptions.
languageCode - The language code used to create your medical transcription. US English (en-US) is the only
supported language for medical transcriptions.LanguageCodepublic MedicalTranscriptionJobSummary withLanguageCode(LanguageCode languageCode)
The language code used to create your medical transcription. US English (en-US) is the only
supported language for medical transcriptions.
languageCode - The language code used to create your medical transcription. US English (en-US) is the only
supported language for medical transcriptions.LanguageCodepublic void setTranscriptionJobStatus(String transcriptionJobStatus)
Provides the status of your medical transcription job.
If the status is COMPLETED, the job is finished and you can find the results at the location
specified in TranscriptFileUri. If the status is FAILED, FailureReason
provides details on why your transcription job failed.
transcriptionJobStatus - Provides the status of your medical transcription job.
If the status is COMPLETED, the job is finished and you can find the results at the location
specified in TranscriptFileUri. If the status is FAILED,
FailureReason provides details on why your transcription job failed.
TranscriptionJobStatuspublic String getTranscriptionJobStatus()
Provides the status of your medical transcription job.
If the status is COMPLETED, the job is finished and you can find the results at the location
specified in TranscriptFileUri. If the status is FAILED, FailureReason
provides details on why your transcription job failed.
If the status is COMPLETED, the job is finished and you can find the results at the location
specified in TranscriptFileUri. If the status is FAILED,
FailureReason provides details on why your transcription job failed.
TranscriptionJobStatuspublic MedicalTranscriptionJobSummary withTranscriptionJobStatus(String transcriptionJobStatus)
Provides the status of your medical transcription job.
If the status is COMPLETED, the job is finished and you can find the results at the location
specified in TranscriptFileUri. If the status is FAILED, FailureReason
provides details on why your transcription job failed.
transcriptionJobStatus - Provides the status of your medical transcription job.
If the status is COMPLETED, the job is finished and you can find the results at the location
specified in TranscriptFileUri. If the status is FAILED,
FailureReason provides details on why your transcription job failed.
TranscriptionJobStatuspublic MedicalTranscriptionJobSummary withTranscriptionJobStatus(TranscriptionJobStatus transcriptionJobStatus)
Provides the status of your medical transcription job.
If the status is COMPLETED, the job is finished and you can find the results at the location
specified in TranscriptFileUri. If the status is FAILED, FailureReason
provides details on why your transcription job failed.
transcriptionJobStatus - Provides the status of your medical transcription job.
If the status is COMPLETED, the job is finished and you can find the results at the location
specified in TranscriptFileUri. If the status is FAILED,
FailureReason provides details on why your transcription job failed.
TranscriptionJobStatuspublic void setFailureReason(String failureReason)
If TranscriptionJobStatus is FAILED, FailureReason contains information
about why the transcription job failed. See also: Common Errors.
failureReason - If TranscriptionJobStatus is FAILED, FailureReason contains
information about why the transcription job failed. See also: Common Errors.public String getFailureReason()
If TranscriptionJobStatus is FAILED, FailureReason contains information
about why the transcription job failed. See also: Common Errors.
TranscriptionJobStatus is FAILED, FailureReason contains
information about why the transcription job failed. See also: Common Errors.public MedicalTranscriptionJobSummary withFailureReason(String failureReason)
If TranscriptionJobStatus is FAILED, FailureReason contains information
about why the transcription job failed. See also: Common Errors.
failureReason - If TranscriptionJobStatus is FAILED, FailureReason contains
information about why the transcription job failed. See also: Common Errors.public void setOutputLocationType(String outputLocationType)
Indicates where the specified medical transcription output is stored.
If the value is CUSTOMER_BUCKET, the location is the Amazon S3 bucket you specified using the
OutputBucketName parameter in your request. If you also included OutputKey in your
request, your output is located in the path you specified in your request.
If the value is SERVICE_BUCKET, the location is a service-managed Amazon S3 bucket. To access a
transcript stored in a service-managed bucket, use the URI shown in the TranscriptFileUri field.
outputLocationType - Indicates where the specified medical transcription output is stored.
If the value is CUSTOMER_BUCKET, the location is the Amazon S3 bucket you specified using the
OutputBucketName parameter in your request. If you also included OutputKey in
your request, your output is located in the path you specified in your request.
If the value is SERVICE_BUCKET, the location is a service-managed Amazon S3 bucket. To access
a transcript stored in a service-managed bucket, use the URI shown in the TranscriptFileUri
field.
OutputLocationTypepublic String getOutputLocationType()
Indicates where the specified medical transcription output is stored.
If the value is CUSTOMER_BUCKET, the location is the Amazon S3 bucket you specified using the
OutputBucketName parameter in your request. If you also included OutputKey in your
request, your output is located in the path you specified in your request.
If the value is SERVICE_BUCKET, the location is a service-managed Amazon S3 bucket. To access a
transcript stored in a service-managed bucket, use the URI shown in the TranscriptFileUri field.
If the value is CUSTOMER_BUCKET, the location is the Amazon S3 bucket you specified using
the OutputBucketName parameter in your request. If you also included OutputKey
in your request, your output is located in the path you specified in your request.
If the value is SERVICE_BUCKET, the location is a service-managed Amazon S3 bucket. To
access a transcript stored in a service-managed bucket, use the URI shown in the
TranscriptFileUri field.
OutputLocationTypepublic MedicalTranscriptionJobSummary withOutputLocationType(String outputLocationType)
Indicates where the specified medical transcription output is stored.
If the value is CUSTOMER_BUCKET, the location is the Amazon S3 bucket you specified using the
OutputBucketName parameter in your request. If you also included OutputKey in your
request, your output is located in the path you specified in your request.
If the value is SERVICE_BUCKET, the location is a service-managed Amazon S3 bucket. To access a
transcript stored in a service-managed bucket, use the URI shown in the TranscriptFileUri field.
outputLocationType - Indicates where the specified medical transcription output is stored.
If the value is CUSTOMER_BUCKET, the location is the Amazon S3 bucket you specified using the
OutputBucketName parameter in your request. If you also included OutputKey in
your request, your output is located in the path you specified in your request.
If the value is SERVICE_BUCKET, the location is a service-managed Amazon S3 bucket. To access
a transcript stored in a service-managed bucket, use the URI shown in the TranscriptFileUri
field.
OutputLocationTypepublic MedicalTranscriptionJobSummary withOutputLocationType(OutputLocationType outputLocationType)
Indicates where the specified medical transcription output is stored.
If the value is CUSTOMER_BUCKET, the location is the Amazon S3 bucket you specified using the
OutputBucketName parameter in your request. If you also included OutputKey in your
request, your output is located in the path you specified in your request.
If the value is SERVICE_BUCKET, the location is a service-managed Amazon S3 bucket. To access a
transcript stored in a service-managed bucket, use the URI shown in the TranscriptFileUri field.
outputLocationType - Indicates where the specified medical transcription output is stored.
If the value is CUSTOMER_BUCKET, the location is the Amazon S3 bucket you specified using the
OutputBucketName parameter in your request. If you also included OutputKey in
your request, your output is located in the path you specified in your request.
If the value is SERVICE_BUCKET, the location is a service-managed Amazon S3 bucket. To access
a transcript stored in a service-managed bucket, use the URI shown in the TranscriptFileUri
field.
OutputLocationTypepublic void setSpecialty(String specialty)
Provides the medical specialty represented in your media.
specialty - Provides the medical specialty represented in your media.Specialtypublic String getSpecialty()
Provides the medical specialty represented in your media.
Specialtypublic MedicalTranscriptionJobSummary withSpecialty(String specialty)
Provides the medical specialty represented in your media.
specialty - Provides the medical specialty represented in your media.Specialtypublic MedicalTranscriptionJobSummary withSpecialty(Specialty specialty)
Provides the medical specialty represented in your media.
specialty - Provides the medical specialty represented in your media.Specialtypublic void setContentIdentificationType(String contentIdentificationType)
Labels all personal health information (PHI) identified in your transcript. For more information, see Identifying personal health information (PHI) in a transcription.
contentIdentificationType - Labels all personal health information (PHI) identified in your transcript. For more information, see Identifying personal health
information (PHI) in a transcription.MedicalContentIdentificationTypepublic String getContentIdentificationType()
Labels all personal health information (PHI) identified in your transcript. For more information, see Identifying personal health information (PHI) in a transcription.
MedicalContentIdentificationTypepublic MedicalTranscriptionJobSummary withContentIdentificationType(String contentIdentificationType)
Labels all personal health information (PHI) identified in your transcript. For more information, see Identifying personal health information (PHI) in a transcription.
contentIdentificationType - Labels all personal health information (PHI) identified in your transcript. For more information, see Identifying personal health
information (PHI) in a transcription.MedicalContentIdentificationTypepublic MedicalTranscriptionJobSummary withContentIdentificationType(MedicalContentIdentificationType contentIdentificationType)
Labels all personal health information (PHI) identified in your transcript. For more information, see Identifying personal health information (PHI) in a transcription.
contentIdentificationType - Labels all personal health information (PHI) identified in your transcript. For more information, see Identifying personal health
information (PHI) in a transcription.MedicalContentIdentificationTypepublic void setType(String type)
Indicates whether the input media is a dictation or a conversation, as specified in the
StartMedicalTranscriptionJob request.
type - Indicates whether the input media is a dictation or a conversation, as specified in the
StartMedicalTranscriptionJob request.Typepublic String getType()
Indicates whether the input media is a dictation or a conversation, as specified in the
StartMedicalTranscriptionJob request.
StartMedicalTranscriptionJob request.Typepublic MedicalTranscriptionJobSummary withType(String type)
Indicates whether the input media is a dictation or a conversation, as specified in the
StartMedicalTranscriptionJob request.
type - Indicates whether the input media is a dictation or a conversation, as specified in the
StartMedicalTranscriptionJob request.Typepublic MedicalTranscriptionJobSummary withType(Type type)
Indicates whether the input media is a dictation or a conversation, as specified in the
StartMedicalTranscriptionJob request.
type - Indicates whether the input media is a dictation or a conversation, as specified in the
StartMedicalTranscriptionJob request.Typepublic String toString()
toString in class ObjectObject.toString()public MedicalTranscriptionJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.