@Generated(value="software.amazon.awssdk:codegen") public final class UpdateMedicalVocabularyRequest extends TranscribeRequest implements ToCopyableBuilder<UpdateMedicalVocabularyRequest.Builder,UpdateMedicalVocabularyRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateMedicalVocabularyRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateMedicalVocabularyRequest.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 that represents the language of the entries in the custom vocabulary you want to update.
|
String |
languageCodeAsString()
The language code that represents the language of the entries in the custom vocabulary you want to update.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateMedicalVocabularyRequest.Builder> |
serializableBuilderClass() |
UpdateMedicalVocabularyRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vocabularyFileUri()
The Amazon S3 location of the text file that contains your custom medical vocabulary.
|
String |
vocabularyName()
The name of the custom medical vocabulary you want to update.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String vocabularyName()
The name of the custom medical vocabulary you want to update. Custom medical vocabulary names are case sensitive.
public final LanguageCode languageCode()
The language code that represents the language of the entries in the custom vocabulary you want to update. US
English (en-US) is the only language supported with 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().
en-US) is the only language supported with Amazon Transcribe Medical.LanguageCodepublic final String languageCodeAsString()
The language code that represents the language of the entries in the custom vocabulary you want to update. US
English (en-US) is the only language supported with 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().
en-US) is the only language supported with Amazon Transcribe Medical.LanguageCodepublic final String vocabularyFileUri()
The Amazon S3 location of the text file that contains your custom medical vocabulary. The URI must be located in the same Amazon Web Services Region as the resource you're calling.
Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-vocab-file.txt
Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-vocab-file.txt
public UpdateMedicalVocabularyRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateMedicalVocabularyRequest.Builder,UpdateMedicalVocabularyRequest>toBuilder in class TranscribeRequestpublic static UpdateMedicalVocabularyRequest.Builder builder()
public static Class<? extends UpdateMedicalVocabularyRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.