@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 location in Amazon S3 where the vocabulary is stored.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failureReason()
If the
VocabularyState 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 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 String vocabularyName()
The name of the vocabulary returned by Amazon Transcribe Medical.
public 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 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 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 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 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 String failureReason()
If the VocabularyState is FAILED, this field contains information about why the job
failed.
VocabularyState is FAILED, this field contains information about why the
job failed.public String downloadUri()
The location in Amazon S3 where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
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 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.