@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateMedicalVocabularyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateMedicalVocabularyResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateMedicalVocabularyResult |
clone() |
boolean |
equals(Object obj) |
String |
getLanguageCode()
The language code for the language of the text file used to update the custom vocabulary.
|
Date |
getLastModifiedTime()
The date and time that the vocabulary was updated.
|
String |
getVocabularyName()
The name of the updated vocabulary.
|
String |
getVocabularyState()
The processing state of the update to the vocabulary.
|
int |
hashCode() |
void |
setLanguageCode(String languageCode)
The language code for the language of the text file used to update the custom vocabulary.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary was updated.
|
void |
setVocabularyName(String vocabularyName)
The name of the updated vocabulary.
|
void |
setVocabularyState(String vocabularyState)
The processing state of the update to the vocabulary.
|
String |
toString()
Returns a string representation of this object.
|
UpdateMedicalVocabularyResult |
withLanguageCode(LanguageCode languageCode)
The language code for the language of the text file used to update the custom vocabulary.
|
UpdateMedicalVocabularyResult |
withLanguageCode(String languageCode)
The language code for the language of the text file used to update the custom vocabulary.
|
UpdateMedicalVocabularyResult |
withLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary was updated.
|
UpdateMedicalVocabularyResult |
withVocabularyName(String vocabularyName)
The name of the updated vocabulary.
|
UpdateMedicalVocabularyResult |
withVocabularyState(String vocabularyState)
The processing state of the update to the vocabulary.
|
UpdateMedicalVocabularyResult |
withVocabularyState(VocabularyState vocabularyState)
The processing state of the update to the vocabulary.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setVocabularyName(String vocabularyName)
The name of the updated vocabulary.
vocabularyName - The name of the updated vocabulary.public String getVocabularyName()
The name of the updated vocabulary.
public UpdateMedicalVocabularyResult withVocabularyName(String vocabularyName)
The name of the updated vocabulary.
vocabularyName - The name of the updated vocabulary.public void setLanguageCode(String languageCode)
The language code for the language of the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.
languageCode - The language code for the language of the text file used to update the custom vocabulary. US English
(en-US) is the only language supported in Amazon Transcribe Medical.LanguageCodepublic String getLanguageCode()
The language code for the language of the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.
LanguageCodepublic UpdateMedicalVocabularyResult withLanguageCode(String languageCode)
The language code for the language of the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.
languageCode - The language code for the language of the text file used to update the custom vocabulary. US English
(en-US) is the only language supported in Amazon Transcribe Medical.LanguageCodepublic UpdateMedicalVocabularyResult withLanguageCode(LanguageCode languageCode)
The language code for the language of the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.
languageCode - The language code for the language of the text file used to update the custom vocabulary. US English
(en-US) is the only language supported in Amazon Transcribe Medical.LanguageCodepublic void setLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary was updated.
lastModifiedTime - The date and time that the vocabulary was updated.public Date getLastModifiedTime()
The date and time that the vocabulary was updated.
public UpdateMedicalVocabularyResult withLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary was updated.
lastModifiedTime - The date and time that the vocabulary was updated.public void setVocabularyState(String vocabularyState)
The processing state of the update to the vocabulary. When the VocabularyState field is
READY, the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.
vocabularyState - The processing state of the update to the vocabulary. When the VocabularyState field is
READY, the vocabulary is ready to be used in a StartMedicalTranscriptionJob
request.VocabularyStatepublic String getVocabularyState()
The processing state of the update to the vocabulary. When the VocabularyState field is
READY, the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.
VocabularyState field is
READY, the vocabulary is ready to be used in a StartMedicalTranscriptionJob
request.VocabularyStatepublic UpdateMedicalVocabularyResult withVocabularyState(String vocabularyState)
The processing state of the update to the vocabulary. When the VocabularyState field is
READY, the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.
vocabularyState - The processing state of the update to the vocabulary. When the VocabularyState field is
READY, the vocabulary is ready to be used in a StartMedicalTranscriptionJob
request.VocabularyStatepublic UpdateMedicalVocabularyResult withVocabularyState(VocabularyState vocabularyState)
The processing state of the update to the vocabulary. When the VocabularyState field is
READY, the vocabulary is ready to be used in a StartMedicalTranscriptionJob request.
vocabularyState - The processing state of the update to the vocabulary. When the VocabularyState field is
READY, the vocabulary is ready to be used in a StartMedicalTranscriptionJob
request.VocabularyStatepublic String toString()
toString in class ObjectObject.toString()public UpdateMedicalVocabularyResult clone()
Copyright © 2021. All rights reserved.