@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 text file used to update the custom vocabulary.
|
Date |
getLastModifiedTime()
The date and time 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 text file used to update the custom vocabulary.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The date and time 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 text file used to update the custom vocabulary.
|
UpdateMedicalVocabularyResult |
withLanguageCode(String languageCode)
The language code for the text file used to update the custom vocabulary.
|
UpdateMedicalVocabularyResult |
withLastModifiedTime(Date lastModifiedTime)
The date and time 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, setSdkResponseMetadata
public 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 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 text file used to update the custom vocabulary. US English (en-US) is the only
language supported in Amazon Transcribe Medical.LanguageCode
public String getLanguageCode()
The language code for the text file used to update the custom vocabulary. US English (en-US) is the only language supported in Amazon Transcribe Medical.
LanguageCode
public UpdateMedicalVocabularyResult withLanguageCode(String languageCode)
The language code for 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 text file used to update the custom vocabulary. US English (en-US) is the only
language supported in Amazon Transcribe Medical.LanguageCode
public UpdateMedicalVocabularyResult withLanguageCode(LanguageCode languageCode)
The language code for 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 text file used to update the custom vocabulary. US English (en-US) is the only
language supported in Amazon Transcribe Medical.LanguageCode
public void setLastModifiedTime(Date lastModifiedTime)
The date and time the vocabulary was updated.
lastModifiedTime
- The date and time the vocabulary was updated.public Date getLastModifiedTime()
The date and time the vocabulary was updated.
public UpdateMedicalVocabularyResult withLastModifiedTime(Date lastModifiedTime)
The date and time the vocabulary was updated.
lastModifiedTime
- The date and time 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.VocabularyState
public 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.VocabularyState
public 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.VocabularyState
public 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.VocabularyState
public String toString()
toString
in class Object
Object.toString()
public UpdateMedicalVocabularyResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.