@Generated(value="software.amazon.awssdk:codegen") public final class GetMedicalVocabularyResponse extends TranscribeResponse implements ToCopyableBuilder<GetMedicalVocabularyResponse.Builder,GetMedicalVocabularyResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetMedicalVocabularyResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetMedicalVocabularyResponse.Builder |
builder() |
String |
downloadUri()
The S3 location where the vocabulary is stored; use this URI to view or download the vocabulary.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
If your request returns a
VocabularyState that is FAILED, the
FailureReason field contains information about why the request failed. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LanguageCode |
languageCode()
The valid language code for your vocabulary entries.
|
String |
languageCodeAsString()
The valid language code for your vocabulary entries.
|
Instant |
lastModifiedTime()
The date and time that the vocabulary was last modified with a text file different from the one that was
previously used.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetMedicalVocabularyResponse.Builder> |
serializableBuilderClass() |
GetMedicalVocabularyResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vocabularyName()
The name of the vocabulary returned by Amazon Transcribe Medical.
|
VocabularyState |
vocabularyState()
The processing state of the vocabulary.
|
String |
vocabularyStateAsString()
The processing state of the vocabulary.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String vocabularyName()
The name of the vocabulary returned by Amazon Transcribe Medical.
public final LanguageCode languageCode()
The valid language code for your vocabulary entries.
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 final String languageCodeAsString()
The valid language code for your vocabulary entries.
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 final VocabularyState vocabularyState()
The processing state of the vocabulary. If the VocabularyState is READY then you can
use it in the StartMedicalTranscriptionJob operation.
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 is READY then
you can use it in the StartMedicalTranscriptionJob operation.VocabularyStatepublic final String vocabularyStateAsString()
The processing state of the vocabulary. If the VocabularyState is READY then you can
use it in the StartMedicalTranscriptionJob operation.
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 is READY then
you can use it in the StartMedicalTranscriptionJob operation.VocabularyStatepublic final Instant lastModifiedTime()
The date and time that the vocabulary was last modified with a text file different from the one that was previously used.
public final String failureReason()
If your request returns a VocabularyState that is FAILED, the
FailureReason field contains information about why the request failed.
For more information, refer to the Common Errors section.
VocabularyState that is FAILED, the
FailureReason field contains information about why the request failed.
For more information, refer to the Common Errors section.
public final String downloadUri()
The S3 location where the vocabulary is stored; use this URI to view or download the vocabulary.
public GetMedicalVocabularyResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetMedicalVocabularyResponse.Builder,GetMedicalVocabularyResponse>toBuilder in class AwsResponsepublic static GetMedicalVocabularyResponse.Builder builder()
public static Class<? extends GetMedicalVocabularyResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2022. All rights reserved.