@Generated(value="software.amazon.awssdk:codegen") public final class CreateMedicalVocabularyResponse extends TranscribeResponse implements ToCopyableBuilder<CreateMedicalVocabularyResponse.Builder,CreateMedicalVocabularyResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateMedicalVocabularyResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateMedicalVocabularyResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
If the
VocabularyState field is FAILED, this field contains information about why the
job failed. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LanguageCode |
languageCode()
The language code for the entries in your custom vocabulary.
|
String |
languageCodeAsString()
The language code for the entries in your custom vocabulary.
|
Instant |
lastModifiedTime()
The date and time that you created the vocabulary.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateMedicalVocabularyResponse.Builder> |
serializableBuilderClass() |
CreateMedicalVocabularyResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vocabularyName()
The name of the vocabulary.
|
VocabularyState |
vocabularyState()
The processing state of your custom vocabulary in Amazon Transcribe Medical.
|
String |
vocabularyStateAsString()
The processing state of your custom vocabulary in Amazon Transcribe Medical.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String vocabularyName()
The name of the vocabulary. The name must be unique within an AWS account and is case sensitive.
public LanguageCode languageCode()
The language code for the entries in your custom vocabulary. US English (en-US) is the only valid language code for 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 entries in your custom vocabulary. US English (en-US) is the only valid language code for 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 VocabularyState vocabularyState()
The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY,
you can use the vocabulary 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().
READY, you can use the vocabulary in a StartMedicalTranscriptionJob request.VocabularyStatepublic String vocabularyStateAsString()
The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY,
you can use the vocabulary 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().
READY, you can use the vocabulary in a StartMedicalTranscriptionJob request.VocabularyStatepublic Instant lastModifiedTime()
The date and time that you created the vocabulary.
public String failureReason()
If the VocabularyState field is FAILED, this field contains information about why the
job failed.
VocabularyState field is FAILED, this field contains information about
why the job failed.public CreateMedicalVocabularyResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateMedicalVocabularyResponse.Builder,CreateMedicalVocabularyResponse>toBuilder in class AwsResponsepublic static CreateMedicalVocabularyResponse.Builder builder()
public static Class<? extends CreateMedicalVocabularyResponse.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.