public class GetMedicalVocabularyResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
GetMedicalVocabularyResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDownloadUri()
The location in Amazon S3 where the vocabulary is stored.
|
java.lang.String |
getFailureReason()
If the
VocabularyState is FAILED , this field
contains information about why the job failed. |
java.lang.String |
getLanguageCode()
The valid language code for your vocabulary entries.
|
java.util.Date |
getLastModifiedTime()
The date and time that the vocabulary was last modified with a text file
different from the one that was previously used.
|
java.lang.String |
getVocabularyName()
The name of the vocabulary returned by Amazon Transcribe Medical.
|
java.lang.String |
getVocabularyState()
The processing state of the vocabulary.
|
int |
hashCode() |
void |
setDownloadUri(java.lang.String downloadUri)
The location in Amazon S3 where the vocabulary is stored.
|
void |
setFailureReason(java.lang.String failureReason)
If the
VocabularyState is FAILED , this field
contains information about why the job failed. |
void |
setLanguageCode(LanguageCode languageCode)
The valid language code for your vocabulary entries.
|
void |
setLanguageCode(java.lang.String languageCode)
The valid language code for your vocabulary entries.
|
void |
setLastModifiedTime(java.util.Date lastModifiedTime)
The date and time that the vocabulary was last modified with a text file
different from the one that was previously used.
|
void |
setVocabularyName(java.lang.String vocabularyName)
The name of the vocabulary returned by Amazon Transcribe Medical.
|
void |
setVocabularyState(java.lang.String vocabularyState)
The processing state of the vocabulary.
|
void |
setVocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetMedicalVocabularyResult |
withDownloadUri(java.lang.String downloadUri)
The location in Amazon S3 where the vocabulary is stored.
|
GetMedicalVocabularyResult |
withFailureReason(java.lang.String failureReason)
If the
VocabularyState is FAILED , this field
contains information about why the job failed. |
GetMedicalVocabularyResult |
withLanguageCode(LanguageCode languageCode)
The valid language code for your vocabulary entries.
|
GetMedicalVocabularyResult |
withLanguageCode(java.lang.String languageCode)
The valid language code for your vocabulary entries.
|
GetMedicalVocabularyResult |
withLastModifiedTime(java.util.Date lastModifiedTime)
The date and time that the vocabulary was last modified with a text file
different from the one that was previously used.
|
GetMedicalVocabularyResult |
withVocabularyName(java.lang.String vocabularyName)
The name of the vocabulary returned by Amazon Transcribe Medical.
|
GetMedicalVocabularyResult |
withVocabularyState(java.lang.String vocabularyState)
The processing state of the vocabulary.
|
GetMedicalVocabularyResult |
withVocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
public java.lang.String getVocabularyName()
The name of the vocabulary returned by Amazon Transcribe Medical.
Constraints:
Length: 1 - 200
Pattern: ^[0-9a-zA-Z._-]+
The name of the vocabulary returned by Amazon Transcribe Medical.
public void setVocabularyName(java.lang.String vocabularyName)
The name of the vocabulary returned by Amazon Transcribe Medical.
Constraints:
Length: 1 - 200
Pattern: ^[0-9a-zA-Z._-]+
vocabularyName
- The name of the vocabulary returned by Amazon Transcribe Medical.
public GetMedicalVocabularyResult withVocabularyName(java.lang.String vocabularyName)
The name of the vocabulary returned by Amazon Transcribe Medical.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 200
Pattern: ^[0-9a-zA-Z._-]+
vocabularyName
- The name of the vocabulary returned by Amazon Transcribe Medical.
public java.lang.String getLanguageCode()
The valid language code for your vocabulary entries.
Constraints:
Allowed Values: af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE,
en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR,
fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR,
ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
The valid language code for your vocabulary entries.
LanguageCode
public void setLanguageCode(java.lang.String languageCode)
The valid language code for your vocabulary entries.
Constraints:
Allowed Values: af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE,
en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR,
fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR,
ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
languageCode
- The valid language code for your vocabulary entries.
LanguageCode
public GetMedicalVocabularyResult withLanguageCode(java.lang.String languageCode)
The valid language code for your vocabulary entries.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE,
en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR,
fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR,
ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
languageCode
- The valid language code for your vocabulary entries.
LanguageCode
public void setLanguageCode(LanguageCode languageCode)
The valid language code for your vocabulary entries.
Constraints:
Allowed Values: af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE,
en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR,
fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR,
ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
languageCode
- The valid language code for your vocabulary entries.
LanguageCode
public GetMedicalVocabularyResult withLanguageCode(LanguageCode languageCode)
The valid language code for your vocabulary entries.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: af-ZA, ar-AE, ar-SA, cy-GB, da-DK, de-CH, de-DE,
en-AB, en-AU, en-GB, en-IE, en-IN, en-US, en-WL, es-ES, es-US, fa-IR,
fr-CA, fr-FR, ga-IE, gd-GB, he-IL, hi-IN, id-ID, it-IT, ja-JP, ko-KR,
ms-MY, nl-NL, pt-BR, pt-PT, ru-RU, ta-IN, te-IN, tr-TR, zh-CN
languageCode
- The valid language code for your vocabulary entries.
LanguageCode
public java.lang.String getVocabularyState()
The processing state of the vocabulary. If the
VocabularyState
is READY
then you can use it in
the StartMedicalTranscriptionJob
operation.
Constraints:
Allowed Values: PENDING, READY, FAILED
The processing state of the vocabulary. If the
VocabularyState
is READY
then you can
use it in the StartMedicalTranscriptionJob
operation.
VocabularyState
public void setVocabularyState(java.lang.String vocabularyState)
The processing state of the vocabulary. If the
VocabularyState
is READY
then you can use it in
the StartMedicalTranscriptionJob
operation.
Constraints:
Allowed Values: PENDING, READY, FAILED
vocabularyState
-
The processing state of the vocabulary. If the
VocabularyState
is READY
then you
can use it in the StartMedicalTranscriptionJob
operation.
VocabularyState
public GetMedicalVocabularyResult withVocabularyState(java.lang.String vocabularyState)
The processing state of the vocabulary. If the
VocabularyState
is READY
then you can use it in
the StartMedicalTranscriptionJob
operation.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: PENDING, READY, FAILED
vocabularyState
-
The processing state of the vocabulary. If the
VocabularyState
is READY
then you
can use it in the StartMedicalTranscriptionJob
operation.
VocabularyState
public void setVocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary. If the
VocabularyState
is READY
then you can use it in
the StartMedicalTranscriptionJob
operation.
Constraints:
Allowed Values: PENDING, READY, FAILED
vocabularyState
-
The processing state of the vocabulary. If the
VocabularyState
is READY
then you
can use it in the StartMedicalTranscriptionJob
operation.
VocabularyState
public GetMedicalVocabularyResult withVocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary. If the
VocabularyState
is READY
then you can use it in
the StartMedicalTranscriptionJob
operation.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: PENDING, READY, FAILED
vocabularyState
-
The processing state of the vocabulary. If the
VocabularyState
is READY
then you
can use it in the StartMedicalTranscriptionJob
operation.
VocabularyState
public java.util.Date getLastModifiedTime()
The date and time that the vocabulary was last modified with a text file different from the one that was previously used.
The date and time that the vocabulary was last modified with a text file different from the one that was previously used.
public void setLastModifiedTime(java.util.Date lastModifiedTime)
The date and time that the vocabulary was last modified with a text file different from the one that was previously used.
lastModifiedTime
- The date and time that the vocabulary was last modified with a text file different from the one that was previously used.
public GetMedicalVocabularyResult withLastModifiedTime(java.util.Date lastModifiedTime)
The date and time that the vocabulary was last modified with a text file different from the one that was previously used.
Returns a reference to this object so that method calls can be chained together.
lastModifiedTime
- The date and time that the vocabulary was last modified with a text file different from the one that was previously used.
public java.lang.String getFailureReason()
If the VocabularyState
is FAILED
, this field
contains information about why the job failed.
If the VocabularyState
is FAILED
, this
field contains information about why the job failed.
public void setFailureReason(java.lang.String failureReason)
If the VocabularyState
is FAILED
, this field
contains information about why the job failed.
failureReason
-
If the VocabularyState
is FAILED
,
this field contains information about why the job failed.
public GetMedicalVocabularyResult withFailureReason(java.lang.String failureReason)
If the VocabularyState
is FAILED
, this field
contains information about why the job failed.
Returns a reference to this object so that method calls can be chained together.
failureReason
-
If the VocabularyState
is FAILED
,
this field contains information about why the job failed.
public java.lang.String getDownloadUri()
The location in Amazon S3 where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
Constraints:
Length: 1 - 2000
Pattern: (s3://|http(s*)://).+
The location in Amazon S3 where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
public void setDownloadUri(java.lang.String downloadUri)
The location in Amazon S3 where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
Constraints:
Length: 1 - 2000
Pattern: (s3://|http(s*)://).+
downloadUri
- The location in Amazon S3 where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
public GetMedicalVocabularyResult withDownloadUri(java.lang.String downloadUri)
The location in Amazon S3 where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 2000
Pattern: (s3://|http(s*)://).+
downloadUri
- The location in Amazon S3 where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.