@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VocabularyInfo extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about a custom vocabulary.
Constructor and Description |
---|
VocabularyInfo() |
Modifier and Type | Method and Description |
---|---|
VocabularyInfo |
clone() |
boolean |
equals(Object obj) |
String |
getLanguageCode()
The language code of the vocabulary entries.
|
Date |
getLastModifiedTime()
The date and time that the vocabulary was last modified.
|
String |
getVocabularyName()
The name of the vocabulary.
|
String |
getVocabularyState()
The processing state of the vocabulary.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLanguageCode(String languageCode)
The language code of the vocabulary entries.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary was last modified.
|
void |
setVocabularyName(String vocabularyName)
The name of the vocabulary.
|
void |
setVocabularyState(String vocabularyState)
The processing state of the vocabulary.
|
String |
toString()
Returns a string representation of this object.
|
VocabularyInfo |
withLanguageCode(LanguageCode languageCode)
The language code of the vocabulary entries.
|
VocabularyInfo |
withLanguageCode(String languageCode)
The language code of the vocabulary entries.
|
VocabularyInfo |
withLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary was last modified.
|
VocabularyInfo |
withVocabularyName(String vocabularyName)
The name of the vocabulary.
|
VocabularyInfo |
withVocabularyState(String vocabularyState)
The processing state of the vocabulary.
|
VocabularyInfo |
withVocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary.
|
public void setVocabularyName(String vocabularyName)
The name of the vocabulary.
vocabularyName
- The name of the vocabulary.public String getVocabularyName()
The name of the vocabulary.
public VocabularyInfo withVocabularyName(String vocabularyName)
The name of the vocabulary.
vocabularyName
- The name of the vocabulary.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 VocabularyInfo withLanguageCode(String languageCode)
The language code of the vocabulary entries.
languageCode
- The language code of the vocabulary entries.LanguageCode
public VocabularyInfo 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 last modified.
lastModifiedTime
- The date and time that the vocabulary was last modified.public Date getLastModifiedTime()
The date and time that the vocabulary was last modified.
public VocabularyInfo withLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary was last modified.
lastModifiedTime
- The date and time that the vocabulary was last modified.public void setVocabularyState(String vocabularyState)
The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a
StartTranscriptionJob
request.
vocabularyState
- The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a
StartTranscriptionJob
request.VocabularyState
public String getVocabularyState()
The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a
StartTranscriptionJob
request.
READY
you can use the vocabulary in
a StartTranscriptionJob
request.VocabularyState
public VocabularyInfo withVocabularyState(String vocabularyState)
The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a
StartTranscriptionJob
request.
vocabularyState
- The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a
StartTranscriptionJob
request.VocabularyState
public VocabularyInfo withVocabularyState(VocabularyState vocabularyState)
The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a
StartTranscriptionJob
request.
vocabularyState
- The processing state of the vocabulary. If the state is READY
you can use the vocabulary in a
StartTranscriptionJob
request.VocabularyState
public String toString()
toString
in class Object
Object.toString()
public VocabularyInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.