@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 of the language used for the entries in the updated vocabulary.
|
String |
getVocabularyFileUri()
The location in Amazon S3 of the text file that contains the you use for your custom vocabulary.
|
String |
getVocabularyName()
The name of the vocabulary to update.
|
int |
hashCode() |
void |
setLanguageCode(String languageCode)
The language code of the language used for the entries in the updated vocabulary.
|
void |
setVocabularyFileUri(String vocabularyFileUri)
The location in Amazon S3 of the text file that contains the you use for your 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 language used for the entries in the updated vocabulary.
|
UpdateMedicalVocabularyRequest |
withLanguageCode(String languageCode)
The language code of the language used for the entries in the updated vocabulary.
|
UpdateMedicalVocabularyRequest |
withVocabularyFileUri(String vocabularyFileUri)
The location in Amazon S3 of the text file that contains the you use for your custom vocabulary.
|
UpdateMedicalVocabularyRequest |
withVocabularyName(String vocabularyName)
The name of the vocabulary 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 vocabulary to update. The name is case sensitive. If you try to update a vocabulary with the same
name as a vocabulary you've already made, you get 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 vocabulary you've already made, you get 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 vocabulary you've already made, you get 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 vocabulary you've already made, you get 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 vocabulary you've already made, you get a ConflictException
error.public void setLanguageCode(String languageCode)
The language code of the language used for 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 language used for the entries in the updated vocabulary. US English (en-US) is
the only valid language code in Amazon Transcribe Medical.LanguageCode
public String getLanguageCode()
The language code of the language used for the entries in the updated vocabulary. US English (en-US) is the only valid language code in Amazon Transcribe Medical.
LanguageCode
public UpdateMedicalVocabularyRequest withLanguageCode(String languageCode)
The language code of the language used for 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 language used for the entries in the updated vocabulary. US English (en-US) is
the only valid language code in Amazon Transcribe Medical.LanguageCode
public UpdateMedicalVocabularyRequest withLanguageCode(LanguageCode languageCode)
The language code of the language used for 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 language used for the entries in the updated vocabulary. US English (en-US) is
the only valid language code in Amazon Transcribe Medical.LanguageCode
public void setVocabularyFileUri(String vocabularyFileUri)
The location in Amazon S3 of the text file that contains the you use for your custom vocabulary. The URI must be in the same AWS Region as the resource that you are calling. The following is the format for a URI:
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 Amazon 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 location in Amazon S3 of the text file that contains the you use for your custom vocabulary. The URI
must be in the same AWS Region as the resource that you are calling. The following is the format for a
URI:
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 Amazon 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 location in Amazon S3 of the text file that contains the you use for your custom vocabulary. The URI must be in the same AWS Region as the resource that you are calling. The following is the format for a URI:
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 Amazon 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 Amazon 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 location in Amazon S3 of the text file that contains the you use for your custom vocabulary. The URI must be in the same AWS Region as the resource that you are calling. The following is the format for a URI:
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 Amazon 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 location in Amazon S3 of the text file that contains the you use for your custom vocabulary. The URI
must be in the same AWS Region as the resource that you are calling. The following is the format for a
URI:
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 Amazon 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 Object
Object.toString()
public UpdateMedicalVocabularyRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()