@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateMedicalVocabularyRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateMedicalVocabularyRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateMedicalVocabularyRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLanguageCode()
The language code that represents the language of the entries in the custom vocabulary you want to update.
|
String |
getVocabularyFileUri()
The Amazon S3 location of the text file that contains your custom medical vocabulary.
|
String |
getVocabularyName()
The name of the custom medical vocabulary you want to update.
|
int |
hashCode() |
void |
setLanguageCode(String languageCode)
The language code that represents the language of the entries in the custom vocabulary you want to update.
|
void |
setVocabularyFileUri(String vocabularyFileUri)
The Amazon S3 location of the text file that contains your custom medical vocabulary.
|
void |
setVocabularyName(String vocabularyName)
The name of the custom medical vocabulary you want to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateMedicalVocabularyRequest |
withLanguageCode(LanguageCode languageCode)
The language code that represents the language of the entries in the custom vocabulary you want to update.
|
UpdateMedicalVocabularyRequest |
withLanguageCode(String languageCode)
The language code that represents the language of the entries in the custom vocabulary you want to update.
|
UpdateMedicalVocabularyRequest |
withVocabularyFileUri(String vocabularyFileUri)
The Amazon S3 location of the text file that contains your custom medical vocabulary.
|
UpdateMedicalVocabularyRequest |
withVocabularyName(String vocabularyName)
The name of the custom medical vocabulary you want to update.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setVocabularyName(String vocabularyName)
The name of the custom medical vocabulary you want to update. Custom medical vocabulary names are case sensitive.
vocabularyName
- The name of the custom medical vocabulary you want to update. Custom medical vocabulary names are case
sensitive.public String getVocabularyName()
The name of the custom medical vocabulary you want to update. Custom medical vocabulary names are case sensitive.
public UpdateMedicalVocabularyRequest withVocabularyName(String vocabularyName)
The name of the custom medical vocabulary you want to update. Custom medical vocabulary names are case sensitive.
vocabularyName
- The name of the custom medical vocabulary you want to update. Custom medical vocabulary names are case
sensitive.public void setLanguageCode(String 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.
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.LanguageCode
public String getLanguageCode()
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.
en-US
) is the only language supported with Amazon Transcribe Medical.LanguageCode
public UpdateMedicalVocabularyRequest withLanguageCode(String 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.
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.LanguageCode
public UpdateMedicalVocabularyRequest withLanguageCode(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.
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.LanguageCode
public void setVocabularyFileUri(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
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
public String getVocabularyFileUri()
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 withVocabularyFileUri(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
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
public String toString()
toString
in class Object
Object.toString()
public UpdateMedicalVocabularyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()