@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMedicalVocabularyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetMedicalVocabularyResult() |
Modifier and Type | Method and Description |
---|---|
GetMedicalVocabularyResult |
clone() |
boolean |
equals(Object obj) |
String |
getDownloadUri()
The Amazon S3 location where the vocabulary is stored.
|
String |
getFailureReason()
If the
VocabularyState is FAILED , this field contains information about why the job
failed. |
String |
getLanguageCode()
The valid language code returned for your vocabulary entries.
|
Date |
getLastModifiedTime()
The date and time the vocabulary was last modified with a text file different from what was previously used.
|
String |
getVocabularyName()
The valid name that Amazon Transcribe Medical returns.
|
String |
getVocabularyState()
The processing state of the vocabulary.
|
int |
hashCode() |
void |
setDownloadUri(String downloadUri)
The Amazon S3 location where the vocabulary is stored.
|
void |
setFailureReason(String failureReason)
If the
VocabularyState is FAILED , this field contains information about why the job
failed. |
void |
setLanguageCode(String languageCode)
The valid language code returned for your vocabulary entries.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The date and time the vocabulary was last modified with a text file different from what was previously used.
|
void |
setVocabularyName(String vocabularyName)
The valid name that Amazon Transcribe Medical returns.
|
void |
setVocabularyState(String vocabularyState)
The processing state of the vocabulary.
|
String |
toString()
Returns a string representation of this object.
|
GetMedicalVocabularyResult |
withDownloadUri(String downloadUri)
The Amazon S3 location where the vocabulary is stored.
|
GetMedicalVocabularyResult |
withFailureReason(String failureReason)
If the
VocabularyState is FAILED , this field contains information about why the job
failed. |
GetMedicalVocabularyResult |
withLanguageCode(LanguageCode languageCode)
The valid language code returned for your vocabulary entries.
|
GetMedicalVocabularyResult |
withLanguageCode(String languageCode)
The valid language code returned for your vocabulary entries.
|
GetMedicalVocabularyResult |
withLastModifiedTime(Date lastModifiedTime)
The date and time the vocabulary was last modified with a text file different from what was previously used.
|
GetMedicalVocabularyResult |
withVocabularyName(String vocabularyName)
The valid name that Amazon Transcribe Medical returns.
|
GetMedicalVocabularyResult |
withVocabularyState(String vocabularyState)
The processing state of the vocabulary.
|
GetMedicalVocabularyResult |
withVocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVocabularyName(String vocabularyName)
The valid name that Amazon Transcribe Medical returns.
vocabularyName
- The valid name that Amazon Transcribe Medical returns.public String getVocabularyName()
The valid name that Amazon Transcribe Medical returns.
public GetMedicalVocabularyResult withVocabularyName(String vocabularyName)
The valid name that Amazon Transcribe Medical returns.
vocabularyName
- The valid name that Amazon Transcribe Medical returns.public void setLanguageCode(String languageCode)
The valid language code returned for your vocabulary entries.
languageCode
- The valid language code returned for your vocabulary entries.LanguageCode
public String getLanguageCode()
The valid language code returned for your vocabulary entries.
LanguageCode
public GetMedicalVocabularyResult withLanguageCode(String languageCode)
The valid language code returned for your vocabulary entries.
languageCode
- The valid language code returned for your vocabulary entries.LanguageCode
public GetMedicalVocabularyResult withLanguageCode(LanguageCode languageCode)
The valid language code returned for your vocabulary entries.
languageCode
- The valid language code returned for your vocabulary entries.LanguageCode
public void setVocabularyState(String vocabularyState)
The processing state of the vocabulary.
vocabularyState
- The processing state of the vocabulary.VocabularyState
public String getVocabularyState()
The processing state of the vocabulary.
VocabularyState
public GetMedicalVocabularyResult withVocabularyState(String vocabularyState)
The processing state of the vocabulary.
vocabularyState
- The processing state of the vocabulary.VocabularyState
public GetMedicalVocabularyResult withVocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
vocabularyState
- The processing state of the vocabulary.VocabularyState
public void setLastModifiedTime(Date lastModifiedTime)
The date and time the vocabulary was last modified with a text file different from what was previously used.
lastModifiedTime
- The date and time the vocabulary was last modified with a text file different from what was previously
used.public Date getLastModifiedTime()
The date and time the vocabulary was last modified with a text file different from what was previously used.
public GetMedicalVocabularyResult withLastModifiedTime(Date lastModifiedTime)
The date and time the vocabulary was last modified with a text file different from what was previously used.
lastModifiedTime
- The date and time the vocabulary was last modified with a text file different from what was previously
used.public void setFailureReason(String failureReason)
If the VocabularyState
is FAILED
, this field contains information about why the job
failed.
failureReason
- If the VocabularyState
is FAILED
, this field contains information about why the
job failed.public String getFailureReason()
If the VocabularyState
is FAILED
, this field contains information about why the job
failed.
VocabularyState
is FAILED
, this field contains information about why the
job failed.public GetMedicalVocabularyResult withFailureReason(String failureReason)
If the VocabularyState
is FAILED
, this field contains information about why the job
failed.
failureReason
- If the VocabularyState
is FAILED
, this field contains information about why the
job failed.public void setDownloadUri(String downloadUri)
The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
downloadUri
- The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary.
You can download your vocabulary from the URI for a limited time.public String getDownloadUri()
The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
public GetMedicalVocabularyResult withDownloadUri(String downloadUri)
The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.
downloadUri
- The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary.
You can download your vocabulary from the URI for a limited time.public String toString()
toString
in class Object
Object.toString()
public GetMedicalVocabularyResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.