@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMedicalVocabularyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateMedicalVocabularyResult() |
Modifier and Type | Method and Description |
---|---|
CreateMedicalVocabularyResult |
clone() |
boolean |
equals(Object obj) |
String |
getFailureReason()
If the
VocabularyState field is FAILED , this field contains information about why the
job failed. |
String |
getLanguageCode()
The language code you chose to describe the entries in your custom vocabulary.
|
Date |
getLastModifiedTime()
The date and time you created the vocabulary.
|
String |
getVocabularyName()
The name of the vocabulary.
|
String |
getVocabularyState()
The processing state of your custom vocabulary in Amazon Transcribe Medical.
|
int |
hashCode() |
void |
setFailureReason(String failureReason)
If the
VocabularyState field is FAILED , this field contains information about why the
job failed. |
void |
setLanguageCode(String languageCode)
The language code you chose to describe the entries in your custom vocabulary.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The date and time you created the vocabulary.
|
void |
setVocabularyName(String vocabularyName)
The name of the vocabulary.
|
void |
setVocabularyState(String vocabularyState)
The processing state of your custom vocabulary in Amazon Transcribe Medical.
|
String |
toString()
Returns a string representation of this object.
|
CreateMedicalVocabularyResult |
withFailureReason(String failureReason)
If the
VocabularyState field is FAILED , this field contains information about why the
job failed. |
CreateMedicalVocabularyResult |
withLanguageCode(LanguageCode languageCode)
The language code you chose to describe the entries in your custom vocabulary.
|
CreateMedicalVocabularyResult |
withLanguageCode(String languageCode)
The language code you chose to describe the entries in your custom vocabulary.
|
CreateMedicalVocabularyResult |
withLastModifiedTime(Date lastModifiedTime)
The date and time you created the vocabulary.
|
CreateMedicalVocabularyResult |
withVocabularyName(String vocabularyName)
The name of the vocabulary.
|
CreateMedicalVocabularyResult |
withVocabularyState(String vocabularyState)
The processing state of your custom vocabulary in Amazon Transcribe Medical.
|
CreateMedicalVocabularyResult |
withVocabularyState(VocabularyState vocabularyState)
The processing state of your custom vocabulary in Amazon Transcribe Medical.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVocabularyName(String vocabularyName)
The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
vocabularyName
- The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.public String getVocabularyName()
The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
public CreateMedicalVocabularyResult withVocabularyName(String vocabularyName)
The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.
vocabularyName
- The name of the vocabulary. The name must be unique within an AWS account. It is also case-sensitive.public void setLanguageCode(String languageCode)
The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
languageCode
- The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the
only valid language code for Amazon Transcribe Medical.LanguageCode
public String getLanguageCode()
The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
LanguageCode
public CreateMedicalVocabularyResult withLanguageCode(String languageCode)
The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
languageCode
- The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the
only valid language code for Amazon Transcribe Medical.LanguageCode
public CreateMedicalVocabularyResult withLanguageCode(LanguageCode languageCode)
The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the only valid language code for Amazon Transcribe Medical.
languageCode
- The language code you chose to describe the entries in your custom vocabulary. US English (en-US) is the
only valid language code for Amazon Transcribe Medical.LanguageCode
public void setVocabularyState(String vocabularyState)
The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
vocabularyState
- The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is
READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.VocabularyState
public String getVocabularyState()
The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.VocabularyState
public CreateMedicalVocabularyResult withVocabularyState(String vocabularyState)
The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
vocabularyState
- The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is
READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.VocabularyState
public CreateMedicalVocabularyResult withVocabularyState(VocabularyState vocabularyState)
The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.
vocabularyState
- The processing state of your custom vocabulary in Amazon Transcribe Medical. If the state is
READY
you can use the vocabulary in a StartMedicalTranscriptionJob
request.VocabularyState
public void setLastModifiedTime(Date lastModifiedTime)
The date and time you created the vocabulary.
lastModifiedTime
- The date and time you created the vocabulary.public Date getLastModifiedTime()
The date and time you created the vocabulary.
public CreateMedicalVocabularyResult withLastModifiedTime(Date lastModifiedTime)
The date and time you created the vocabulary.
lastModifiedTime
- The date and time you created the vocabulary.public void setFailureReason(String failureReason)
If the VocabularyState
field is FAILED
, this field contains information about why the
job failed.
failureReason
- If the VocabularyState
field is FAILED
, this field contains information about
why the job failed.public String getFailureReason()
If the VocabularyState
field is FAILED
, this field contains information about why the
job failed.
VocabularyState
field is FAILED
, this field contains information about
why the job failed.public CreateMedicalVocabularyResult withFailureReason(String failureReason)
If the VocabularyState
field is FAILED
, this field contains information about why the
job failed.
failureReason
- If the VocabularyState
field is FAILED
, this field contains information about
why the job failed.public String toString()
toString
in class Object
Object.toString()
public CreateMedicalVocabularyResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.