@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 you selected for your custom medical vocabulary.
|
Date |
getLastModifiedTime()
The date and time the specified custom medical vocabulary was last updated.
|
String |
getVocabularyName()
The name of the updated custom medical vocabulary.
|
String |
getVocabularyState()
The processing state of your custom medical vocabulary.
|
int |
hashCode() |
void |
setLanguageCode(String languageCode)
The language code you selected for your custom medical vocabulary.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The date and time the specified custom medical vocabulary was last updated.
|
void |
setVocabularyName(String vocabularyName)
The name of the updated custom medical vocabulary.
|
void |
setVocabularyState(String vocabularyState)
The processing state of your custom medical vocabulary.
|
String |
toString()
Returns a string representation of this object.
|
UpdateMedicalVocabularyResult |
withLanguageCode(LanguageCode languageCode)
The language code you selected for your custom medical vocabulary.
|
UpdateMedicalVocabularyResult |
withLanguageCode(String languageCode)
The language code you selected for your custom medical vocabulary.
|
UpdateMedicalVocabularyResult |
withLastModifiedTime(Date lastModifiedTime)
The date and time the specified custom medical vocabulary was last updated.
|
UpdateMedicalVocabularyResult |
withVocabularyName(String vocabularyName)
The name of the updated custom medical vocabulary.
|
UpdateMedicalVocabularyResult |
withVocabularyState(String vocabularyState)
The processing state of your custom medical vocabulary.
|
UpdateMedicalVocabularyResult |
withVocabularyState(VocabularyState vocabularyState)
The processing state of your custom medical vocabulary.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setVocabularyName(String vocabularyName)
The name of the updated custom medical vocabulary.
vocabularyName - The name of the updated custom medical vocabulary.public String getVocabularyName()
The name of the updated custom medical vocabulary.
public UpdateMedicalVocabularyResult withVocabularyName(String vocabularyName)
The name of the updated custom medical vocabulary.
vocabularyName - The name of the updated custom medical vocabulary.public void setLanguageCode(String languageCode)
The language code you selected for your custom medical vocabulary. US English (en-US) is the only
language supported with Amazon Transcribe Medical.
languageCode - The language code you selected for your custom medical vocabulary. US English (en-US) is the
only language supported with Amazon Transcribe Medical.LanguageCodepublic String getLanguageCode()
The language code you selected for your custom medical vocabulary. US English (en-US) is the only
language supported with Amazon Transcribe Medical.
en-US) is the
only language supported with Amazon Transcribe Medical.LanguageCodepublic UpdateMedicalVocabularyResult withLanguageCode(String languageCode)
The language code you selected for your custom medical vocabulary. US English (en-US) is the only
language supported with Amazon Transcribe Medical.
languageCode - The language code you selected for your custom medical vocabulary. US English (en-US) is the
only language supported with Amazon Transcribe Medical.LanguageCodepublic UpdateMedicalVocabularyResult withLanguageCode(LanguageCode languageCode)
The language code you selected for your custom medical vocabulary. US English (en-US) is the only
language supported with Amazon Transcribe Medical.
languageCode - The language code you selected for your custom medical vocabulary. US English (en-US) is the
only language supported with Amazon Transcribe Medical.LanguageCodepublic void setLastModifiedTime(Date lastModifiedTime)
The date and time the specified custom medical vocabulary was last updated.
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 12:32 PM UTC-7 on May 4, 2022.
lastModifiedTime - The date and time the specified custom medical vocabulary was last updated.
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 12:32 PM UTC-7 on May 4, 2022.
public Date getLastModifiedTime()
The date and time the specified custom medical vocabulary was last updated.
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 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 12:32 PM UTC-7 on May 4, 2022.
public UpdateMedicalVocabularyResult withLastModifiedTime(Date lastModifiedTime)
The date and time the specified custom medical vocabulary was last updated.
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 12:32 PM UTC-7 on May 4, 2022.
lastModifiedTime - The date and time the specified custom medical vocabulary was last updated.
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 12:32 PM UTC-7 on May 4, 2022.
public void setVocabularyState(String vocabularyState)
The processing state of your custom medical vocabulary. If the state is READY, you can use the
custom vocabulary in a StartMedicalTranscriptionJob request.
vocabularyState - The processing state of your custom medical vocabulary. If the state is READY, you can use
the custom vocabulary in a StartMedicalTranscriptionJob request.VocabularyStatepublic String getVocabularyState()
The processing state of your custom medical vocabulary. If the state is READY, you can use the
custom vocabulary in a StartMedicalTranscriptionJob request.
READY, you can use
the custom vocabulary in a StartMedicalTranscriptionJob request.VocabularyStatepublic UpdateMedicalVocabularyResult withVocabularyState(String vocabularyState)
The processing state of your custom medical vocabulary. If the state is READY, you can use the
custom vocabulary in a StartMedicalTranscriptionJob request.
vocabularyState - The processing state of your custom medical vocabulary. If the state is READY, you can use
the custom vocabulary in a StartMedicalTranscriptionJob request.VocabularyStatepublic UpdateMedicalVocabularyResult withVocabularyState(VocabularyState vocabularyState)
The processing state of your custom medical vocabulary. If the state is READY, you can use the
custom vocabulary in a StartMedicalTranscriptionJob request.
vocabularyState - The processing state of your custom medical vocabulary. If the state is READY, you can use
the custom vocabulary in a StartMedicalTranscriptionJob request.VocabularyStatepublic String toString()
toString in class ObjectObject.toString()public UpdateMedicalVocabularyResult clone()