@Generated(value="software.amazon.awssdk:codegen") public final class UpdateMedicalVocabularyResponse extends TranscribeResponse implements ToCopyableBuilder<UpdateMedicalVocabularyResponse.Builder,UpdateMedicalVocabularyResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateMedicalVocabularyResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateMedicalVocabularyResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LanguageCode |
languageCode()
The language code for the language of the text file used to update the custom vocabulary.
|
String |
languageCodeAsString()
The language code for the language of the text file used to update the custom vocabulary.
|
Instant |
lastModifiedTime()
The date and time that the vocabulary was updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateMedicalVocabularyResponse.Builder> |
serializableBuilderClass() |
UpdateMedicalVocabularyResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vocabularyName()
The name of the updated vocabulary.
|
VocabularyState |
vocabularyState()
The processing state of the update to the vocabulary.
|
String |
vocabularyStateAsString()
The processing state of the update to the vocabulary.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String vocabularyName()
The name of the updated vocabulary.
public 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.
If the service returns an enum value that is not available in the current SDK version, languageCode will
return LanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
languageCodeAsString().
LanguageCodepublic String languageCodeAsString()
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.
If the service returns an enum value that is not available in the current SDK version, languageCode will
return LanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
languageCodeAsString().
LanguageCodepublic Instant lastModifiedTime()
The date and time that the vocabulary was updated.
public 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.
If the service returns an enum value that is not available in the current SDK version, vocabularyState
will return VocabularyState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from vocabularyStateAsString().
VocabularyState field is
READY, the vocabulary is ready to be used in a StartMedicalTranscriptionJob
request.VocabularyStatepublic String vocabularyStateAsString()
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.
If the service returns an enum value that is not available in the current SDK version, vocabularyState
will return VocabularyState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from vocabularyStateAsString().
VocabularyState field is
READY, the vocabulary is ready to be used in a StartMedicalTranscriptionJob
request.VocabularyStatepublic UpdateMedicalVocabularyResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateMedicalVocabularyResponse.Builder,UpdateMedicalVocabularyResponse>toBuilder in class AwsResponsepublic static UpdateMedicalVocabularyResponse.Builder builder()
public static Class<? extends UpdateMedicalVocabularyResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.