@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateVocabularyResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateVocabularyResult() |
Modifier and Type | Method and Description |
---|---|
UpdateVocabularyResult |
clone() |
boolean |
equals(Object obj) |
String |
getLanguageCode()
The language code of the vocabulary entries.
|
Date |
getLastModifiedTime()
The date and time that the vocabulary was updated.
|
String |
getVocabularyName()
The name of the vocabulary that was updated.
|
String |
getVocabularyState()
The processing state of the vocabulary.
|
int |
hashCode() |
void |
setLanguageCode(String languageCode)
The language code of the vocabulary entries.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary was updated.
|
void |
setVocabularyName(String vocabularyName)
The name of the vocabulary that was updated.
|
void |
setVocabularyState(String vocabularyState)
The processing state of the vocabulary.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateVocabularyResult |
withLanguageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
UpdateVocabularyResult |
withLanguageCode(String languageCode)
The language code of the vocabulary entries.
|
UpdateVocabularyResult |
withLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary was updated.
|
UpdateVocabularyResult |
withVocabularyName(String vocabularyName)
The name of the vocabulary that was updated.
|
UpdateVocabularyResult |
withVocabularyState(String vocabularyState)
The processing state of the vocabulary.
|
UpdateVocabularyResult |
withVocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVocabularyName(String vocabularyName)
The name of the vocabulary that was updated.
vocabularyName
- The name of the vocabulary that was updated.public String getVocabularyName()
The name of the vocabulary that was updated.
public UpdateVocabularyResult withVocabularyName(String vocabularyName)
The name of the vocabulary that was updated.
vocabularyName
- The name of the vocabulary that was updated.public void setLanguageCode(String languageCode)
The language code of the vocabulary entries.
languageCode
- The language code of the vocabulary entries.LanguageCode
public String getLanguageCode()
The language code of the vocabulary entries.
LanguageCode
public UpdateVocabularyResult withLanguageCode(String languageCode)
The language code of the vocabulary entries.
languageCode
- The language code of the vocabulary entries.LanguageCode
public UpdateVocabularyResult withLanguageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
languageCode
- The language code of the vocabulary entries.LanguageCode
public void setLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary was updated.
lastModifiedTime
- The date and time that the vocabulary was updated.public Date getLastModifiedTime()
The date and time that the vocabulary was updated.
public UpdateVocabularyResult withLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary was updated.
lastModifiedTime
- The date and time that the vocabulary was updated.public void setVocabularyState(String vocabularyState)
The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
vocabularyState
- The processing state of the vocabulary. When the VocabularyState
field contains
READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.VocabularyState
public String getVocabularyState()
The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
VocabularyState
field contains
READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.VocabularyState
public UpdateVocabularyResult withVocabularyState(String vocabularyState)
The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
vocabularyState
- The processing state of the vocabulary. When the VocabularyState
field contains
READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.VocabularyState
public UpdateVocabularyResult withVocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary. When the VocabularyState
field contains READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.
vocabularyState
- The processing state of the vocabulary. When the VocabularyState
field contains
READY
the vocabulary is ready to be used in a StartTranscriptionJob
request.VocabularyState
public String toString()
toString
in class Object
Object.toString()
public UpdateVocabularyResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.