@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 location in Amazon S3 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 for your vocabulary entries.
|
Date |
getLastModifiedTime()
The date and time that the vocabulary was last modified with a text file different from the one that was
previously used.
|
String |
getVocabularyName()
The name of the vocabulary returned by Amazon Transcribe Medical.
|
String |
getVocabularyState()
The processing state of the vocabulary.
|
int |
hashCode() |
void |
setDownloadUri(String downloadUri)
The location in Amazon S3 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 for your vocabulary entries.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary was last modified with a text file different from the one that was
previously used.
|
void |
setVocabularyName(String vocabularyName)
The name of the vocabulary returned by Amazon Transcribe Medical.
|
void |
setVocabularyState(String vocabularyState)
The processing state of the vocabulary.
|
String |
toString()
Returns a string representation of this object.
|
GetMedicalVocabularyResult |
withDownloadUri(String downloadUri)
The location in Amazon S3 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 for your vocabulary entries.
|
GetMedicalVocabularyResult |
withLanguageCode(String languageCode)
The valid language code for your vocabulary entries.
|
GetMedicalVocabularyResult |
withLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary was last modified with a text file different from the one that was
previously used.
|
GetMedicalVocabularyResult |
withVocabularyName(String vocabularyName)
The name of the vocabulary returned by Amazon Transcribe Medical.
|
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 name of the vocabulary returned by Amazon Transcribe Medical.
vocabularyName
- The name of the vocabulary returned by Amazon Transcribe Medical.public String getVocabularyName()
The name of the vocabulary returned by Amazon Transcribe Medical.
public GetMedicalVocabularyResult withVocabularyName(String vocabularyName)
The name of the vocabulary returned by Amazon Transcribe Medical.
vocabularyName
- The name of the vocabulary returned by Amazon Transcribe Medical.public void setLanguageCode(String languageCode)
The valid language code for your vocabulary entries.
languageCode
- The valid language code for your vocabulary entries.LanguageCode
public String getLanguageCode()
The valid language code for your vocabulary entries.
LanguageCode
public GetMedicalVocabularyResult withLanguageCode(String languageCode)
The valid language code for your vocabulary entries.
languageCode
- The valid language code for your vocabulary entries.LanguageCode
public GetMedicalVocabularyResult withLanguageCode(LanguageCode languageCode)
The valid language code for your vocabulary entries.
languageCode
- The valid language code for your vocabulary entries.LanguageCode
public void setVocabularyState(String vocabularyState)
The processing state of the vocabulary. If the VocabularyState
is READY
then you can
use it in the StartMedicalTranscriptionJob
operation.
vocabularyState
- The processing state of the vocabulary. If the VocabularyState
is READY
then you
can use it in the StartMedicalTranscriptionJob
operation.VocabularyState
public String getVocabularyState()
The processing state of the vocabulary. If the VocabularyState
is READY
then you can
use it in the StartMedicalTranscriptionJob
operation.
VocabularyState
is READY
then
you can use it in the StartMedicalTranscriptionJob
operation.VocabularyState
public GetMedicalVocabularyResult withVocabularyState(String vocabularyState)
The processing state of the vocabulary. If the VocabularyState
is READY
then you can
use it in the StartMedicalTranscriptionJob
operation.
vocabularyState
- The processing state of the vocabulary. If the VocabularyState
is READY
then you
can use it in the StartMedicalTranscriptionJob
operation.VocabularyState
public GetMedicalVocabularyResult withVocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary. If the VocabularyState
is READY
then you can
use it in the StartMedicalTranscriptionJob
operation.
vocabularyState
- The processing state of the vocabulary. If the VocabularyState
is READY
then you
can use it in the StartMedicalTranscriptionJob
operation.VocabularyState
public void setLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary was last modified with a text file different from the one that was previously used.
lastModifiedTime
- The date and time that the vocabulary was last modified with a text file different from the one that was
previously used.public Date getLastModifiedTime()
The date and time that the vocabulary was last modified with a text file different from the one that was previously used.
public GetMedicalVocabularyResult withLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary was last modified with a text file different from the one that was previously used.
lastModifiedTime
- The date and time that the vocabulary was last modified with a text file different from the one that 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 location in Amazon S3 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 location in Amazon S3 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 location in Amazon S3 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 location in Amazon S3 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 location in Amazon S3 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()