@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MedicalScribeJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
Provides detailed information about a specific Medical Scribe job.
Constructor and Description |
---|
MedicalScribeJobSummary() |
Modifier and Type | Method and Description |
---|---|
MedicalScribeJobSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCompletionTime()
The date and time the specified Medical Scribe job finished processing.
|
Date |
getCreationTime()
The date and time the specified Medical Scribe job request was made.
|
String |
getFailureReason()
If
MedicalScribeJobStatus is FAILED , FailureReason contains information
about why the transcription job failed. |
String |
getLanguageCode()
The language code used to create your Medical Scribe job.
|
String |
getMedicalScribeJobName()
The name of the Medical Scribe job.
|
String |
getMedicalScribeJobStatus()
Provides the status of the specified Medical Scribe job.
|
Date |
getStartTime()
The date and time your Medical Scribe job began processing.
|
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 Scribe job finished processing.
|
void |
setCreationTime(Date creationTime)
The date and time the specified Medical Scribe job request was made.
|
void |
setFailureReason(String failureReason)
If
MedicalScribeJobStatus is FAILED , FailureReason contains information
about why the transcription job failed. |
void |
setLanguageCode(String languageCode)
The language code used to create your Medical Scribe job.
|
void |
setMedicalScribeJobName(String medicalScribeJobName)
The name of the Medical Scribe job.
|
void |
setMedicalScribeJobStatus(String medicalScribeJobStatus)
Provides the status of the specified Medical Scribe job.
|
void |
setStartTime(Date startTime)
The date and time your Medical Scribe job began processing.
|
String |
toString()
Returns a string representation of this object.
|
MedicalScribeJobSummary |
withCompletionTime(Date completionTime)
The date and time the specified Medical Scribe job finished processing.
|
MedicalScribeJobSummary |
withCreationTime(Date creationTime)
The date and time the specified Medical Scribe job request was made.
|
MedicalScribeJobSummary |
withFailureReason(String failureReason)
If
MedicalScribeJobStatus is FAILED , FailureReason contains information
about why the transcription job failed. |
MedicalScribeJobSummary |
withLanguageCode(MedicalScribeLanguageCode languageCode)
The language code used to create your Medical Scribe job.
|
MedicalScribeJobSummary |
withLanguageCode(String languageCode)
The language code used to create your Medical Scribe job.
|
MedicalScribeJobSummary |
withMedicalScribeJobName(String medicalScribeJobName)
The name of the Medical Scribe job.
|
MedicalScribeJobSummary |
withMedicalScribeJobStatus(MedicalScribeJobStatus medicalScribeJobStatus)
Provides the status of the specified Medical Scribe job.
|
MedicalScribeJobSummary |
withMedicalScribeJobStatus(String medicalScribeJobStatus)
Provides the status of the specified Medical Scribe job.
|
MedicalScribeJobSummary |
withStartTime(Date startTime)
The date and time your Medical Scribe job began processing.
|
public void setMedicalScribeJobName(String medicalScribeJobName)
The name of the Medical Scribe job. Job names are case sensitive and must be unique within an Amazon Web Services account.
medicalScribeJobName
- The name of the Medical Scribe job. Job names are case sensitive and must be unique within an Amazon Web
Services account.public String getMedicalScribeJobName()
The name of the Medical Scribe job. Job names are case sensitive and must be unique within an Amazon Web Services account.
public MedicalScribeJobSummary withMedicalScribeJobName(String medicalScribeJobName)
The name of the Medical Scribe job. Job names are case sensitive and must be unique within an Amazon Web Services account.
medicalScribeJobName
- The name of the Medical Scribe 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 Scribe 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 Medical Scribe job that started processing at 12:32 PM
UTC-7 on May 4, 2022.
creationTime
- The date and time the specified Medical Scribe 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 Medical Scribe job that started processing at
12:32 PM UTC-7 on May 4, 2022.
public Date getCreationTime()
The date and time the specified Medical Scribe 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 Medical Scribe 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 Medical Scribe job that started processing at
12:32 PM UTC-7 on May 4, 2022.
public MedicalScribeJobSummary withCreationTime(Date creationTime)
The date and time the specified Medical Scribe 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 Medical Scribe job that started processing at 12:32 PM
UTC-7 on May 4, 2022.
creationTime
- The date and time the specified Medical Scribe 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 Medical Scribe 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 Scribe 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 Medical Scribe job that started processing at 12:32 PM
UTC-7 on May 4, 2022.
startTime
- The date and time your Medical Scribe 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 Medical Scribe job that started processing at
12:32 PM UTC-7 on May 4, 2022.
public Date getStartTime()
The date and time your Medical Scribe 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 Medical Scribe 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 Medical Scribe job that started processing at
12:32 PM UTC-7 on May 4, 2022.
public MedicalScribeJobSummary withStartTime(Date startTime)
The date and time your Medical Scribe 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 Medical Scribe job that started processing at 12:32 PM
UTC-7 on May 4, 2022.
startTime
- The date and time your Medical Scribe 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 Medical Scribe 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 Scribe job finished processing.
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 Medical Scribe job that finished processing at 12:32
PM UTC-7 on May 4, 2022.
completionTime
- The date and time the specified Medical Scribe job finished processing.
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 Medical Scribe job that finished processing at
12:32 PM UTC-7 on May 4, 2022.
public Date getCompletionTime()
The date and time the specified Medical Scribe job finished processing.
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 Medical Scribe job that finished 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 Medical Scribe job that finished processing at
12:32 PM UTC-7 on May 4, 2022.
public MedicalScribeJobSummary withCompletionTime(Date completionTime)
The date and time the specified Medical Scribe job finished processing.
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 Medical Scribe job that finished processing at 12:32
PM UTC-7 on May 4, 2022.
completionTime
- The date and time the specified Medical Scribe job finished processing.
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 Medical Scribe job that finished processing at
12:32 PM UTC-7 on May 4, 2022.
public void setLanguageCode(String languageCode)
The language code used to create your Medical Scribe job. US English (en-US
) is the only supported
language for Medical Scribe jobs.
languageCode
- The language code used to create your Medical Scribe job. US English (en-US
) is the only
supported language for Medical Scribe jobs.MedicalScribeLanguageCode
public String getLanguageCode()
The language code used to create your Medical Scribe job. US English (en-US
) is the only supported
language for Medical Scribe jobs.
en-US
) is the only
supported language for Medical Scribe jobs.MedicalScribeLanguageCode
public MedicalScribeJobSummary withLanguageCode(String languageCode)
The language code used to create your Medical Scribe job. US English (en-US
) is the only supported
language for Medical Scribe jobs.
languageCode
- The language code used to create your Medical Scribe job. US English (en-US
) is the only
supported language for Medical Scribe jobs.MedicalScribeLanguageCode
public MedicalScribeJobSummary withLanguageCode(MedicalScribeLanguageCode languageCode)
The language code used to create your Medical Scribe job. US English (en-US
) is the only supported
language for Medical Scribe jobs.
languageCode
- The language code used to create your Medical Scribe job. US English (en-US
) is the only
supported language for Medical Scribe jobs.MedicalScribeLanguageCode
public void setMedicalScribeJobStatus(String medicalScribeJobStatus)
Provides the status of the specified Medical Scribe job.
If the status is COMPLETED
, the job is finished and you can find the results at the location
specified in MedicalScribeOutput
If the status is FAILED
, FailureReason
provides details on why your Medical Scribe job failed.
medicalScribeJobStatus
- Provides the status of the specified Medical Scribe job.
If the status is COMPLETED
, the job is finished and you can find the results at the location
specified in MedicalScribeOutput
If the status is FAILED
,
FailureReason
provides details on why your Medical Scribe job failed.
MedicalScribeJobStatus
public String getMedicalScribeJobStatus()
Provides the status of the specified Medical Scribe job.
If the status is COMPLETED
, the job is finished and you can find the results at the location
specified in MedicalScribeOutput
If the status is FAILED
, FailureReason
provides details on why your Medical Scribe job failed.
If the status is COMPLETED
, the job is finished and you can find the results at the location
specified in MedicalScribeOutput
If the status is FAILED
,
FailureReason
provides details on why your Medical Scribe job failed.
MedicalScribeJobStatus
public MedicalScribeJobSummary withMedicalScribeJobStatus(String medicalScribeJobStatus)
Provides the status of the specified Medical Scribe job.
If the status is COMPLETED
, the job is finished and you can find the results at the location
specified in MedicalScribeOutput
If the status is FAILED
, FailureReason
provides details on why your Medical Scribe job failed.
medicalScribeJobStatus
- Provides the status of the specified Medical Scribe job.
If the status is COMPLETED
, the job is finished and you can find the results at the location
specified in MedicalScribeOutput
If the status is FAILED
,
FailureReason
provides details on why your Medical Scribe job failed.
MedicalScribeJobStatus
public MedicalScribeJobSummary withMedicalScribeJobStatus(MedicalScribeJobStatus medicalScribeJobStatus)
Provides the status of the specified Medical Scribe job.
If the status is COMPLETED
, the job is finished and you can find the results at the location
specified in MedicalScribeOutput
If the status is FAILED
, FailureReason
provides details on why your Medical Scribe job failed.
medicalScribeJobStatus
- Provides the status of the specified Medical Scribe job.
If the status is COMPLETED
, the job is finished and you can find the results at the location
specified in MedicalScribeOutput
If the status is FAILED
,
FailureReason
provides details on why your Medical Scribe job failed.
MedicalScribeJobStatus
public void setFailureReason(String failureReason)
If MedicalScribeJobStatus
is FAILED
, FailureReason
contains information
about why the transcription job failed. See also: Common Errors.
failureReason
- If MedicalScribeJobStatus
is FAILED
, FailureReason
contains
information about why the transcription job failed. See also: Common Errors.public String getFailureReason()
If MedicalScribeJobStatus
is FAILED
, FailureReason
contains information
about why the transcription job failed. See also: Common Errors.
MedicalScribeJobStatus
is FAILED
, FailureReason
contains
information about why the transcription job failed. See also: Common Errors.public MedicalScribeJobSummary withFailureReason(String failureReason)
If MedicalScribeJobStatus
is FAILED
, FailureReason
contains information
about why the transcription job failed. See also: Common Errors.
failureReason
- If MedicalScribeJobStatus
is FAILED
, FailureReason
contains
information about why the transcription job failed. See also: Common Errors.public String toString()
toString
in class Object
Object.toString()
public MedicalScribeJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.