@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() |
boolean |
equals(Object obj) |
String |
getLanguageCode()
The language code of the entries in the updated vocabulary.
|
String |
getVocabularyFileUri()
The Amazon S3 location of the text file containing the definition of the custom vocabulary.
|
String |
getVocabularyName()
The name of the vocabulary to update.
|
int |
hashCode() |
void |
setLanguageCode(String languageCode)
The language code of the entries in the updated vocabulary.
|
void |
setVocabularyFileUri(String vocabularyFileUri)
The Amazon S3 location of the text file containing the definition of the custom vocabulary.
|
void |
setVocabularyName(String vocabularyName)
The name of the vocabulary to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateMedicalVocabularyRequest |
withLanguageCode(LanguageCode languageCode)
The language code of the entries in the updated vocabulary.
|
UpdateMedicalVocabularyRequest |
withLanguageCode(String languageCode)
The language code of the entries in the updated vocabulary.
|
UpdateMedicalVocabularyRequest |
withVocabularyFileUri(String vocabularyFileUri)
The Amazon S3 location of the text file containing the definition of the custom vocabulary.
|
UpdateMedicalVocabularyRequest |
withVocabularyName(String vocabularyName)
The name of the vocabulary to update.
|
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setVocabularyName(String vocabularyName)
The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same
name as a previous vocabulary you will receive a ConflictException error.
vocabularyName - The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with
the same name as a previous vocabulary you will receive a ConflictException error.public String getVocabularyName()
The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same
name as a previous vocabulary you will receive a ConflictException error.
ConflictException error.public UpdateMedicalVocabularyRequest withVocabularyName(String vocabularyName)
The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with the same
name as a previous vocabulary you will receive a ConflictException error.
vocabularyName - The name of the vocabulary to update. The name is case-sensitive. If you try to update a vocabulary with
the same name as a previous vocabulary you will receive a ConflictException error.public void setLanguageCode(String languageCode)
The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.
languageCode - The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language
code in Amazon Transcribe Medical.LanguageCodepublic String getLanguageCode()
The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.
LanguageCodepublic UpdateMedicalVocabularyRequest withLanguageCode(String languageCode)
The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.
languageCode - The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language
code in Amazon Transcribe Medical.LanguageCodepublic UpdateMedicalVocabularyRequest withLanguageCode(LanguageCode languageCode)
The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.
languageCode - The language code of the entries in the updated vocabulary. US English (en-US) is the only valid language
code in Amazon Transcribe Medical.LanguageCodepublic void setVocabularyFileUri(String vocabularyFileUri)
The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.
vocabularyFileUri - The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must
be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter
for you Amazon S3 location in the example URI here:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.
public String getVocabularyFileUri()
The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.
public UpdateMedicalVocabularyRequest withVocabularyFileUri(String vocabularyFileUri)
The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.
vocabularyFileUri - The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must
be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter
for you Amazon S3 location in the example URI here:
https://s3.<aws-region>.amazonaws.com/<bucket-name>/<keyprefix>/<objectkey>
For example:
https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt
For more information about S3 object names, see Object Keys in the Amazon S3 Developer Guide.
For more information about custom vocabularies in Amazon Transcribe Medical, see Medical Custom Vocabularies.
public String toString()
toString in class ObjectObject.toString()public UpdateMedicalVocabularyRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.