@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VocabularyFilterInfo extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about a vocabulary filter.
| Constructor and Description |
|---|
VocabularyFilterInfo() |
| Modifier and Type | Method and Description |
|---|---|
VocabularyFilterInfo |
clone() |
boolean |
equals(Object obj) |
String |
getLanguageCode()
The language code of the words in the vocabulary filter.
|
Date |
getLastModifiedTime()
The date and time that the vocabulary was last updated.
|
String |
getVocabularyFilterName()
The name of the vocabulary filter.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLanguageCode(String languageCode)
The language code of the words in the vocabulary filter.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary was last updated.
|
void |
setVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter.
|
String |
toString()
Returns a string representation of this object.
|
VocabularyFilterInfo |
withLanguageCode(LanguageCode languageCode)
The language code of the words in the vocabulary filter.
|
VocabularyFilterInfo |
withLanguageCode(String languageCode)
The language code of the words in the vocabulary filter.
|
VocabularyFilterInfo |
withLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary was last updated.
|
VocabularyFilterInfo |
withVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter.
|
public void setVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter. The name must be unique in the account that holds the filter.
vocabularyFilterName - The name of the vocabulary filter. The name must be unique in the account that holds the filter.public String getVocabularyFilterName()
The name of the vocabulary filter. The name must be unique in the account that holds the filter.
public VocabularyFilterInfo withVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter. The name must be unique in the account that holds the filter.
vocabularyFilterName - The name of the vocabulary filter. The name must be unique in the account that holds the filter.public void setLanguageCode(String languageCode)
The language code of the words in the vocabulary filter.
languageCode - The language code of the words in the vocabulary filter.LanguageCodepublic String getLanguageCode()
The language code of the words in the vocabulary filter.
LanguageCodepublic VocabularyFilterInfo withLanguageCode(String languageCode)
The language code of the words in the vocabulary filter.
languageCode - The language code of the words in the vocabulary filter.LanguageCodepublic VocabularyFilterInfo withLanguageCode(LanguageCode languageCode)
The language code of the words in the vocabulary filter.
languageCode - The language code of the words in the vocabulary filter.LanguageCodepublic void setLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary was last updated.
lastModifiedTime - The date and time that the vocabulary was last updated.public Date getLastModifiedTime()
The date and time that the vocabulary was last updated.
public VocabularyFilterInfo withLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary was last updated.
lastModifiedTime - The date and time that the vocabulary was last updated.public String toString()
toString in class ObjectObject.toString()public VocabularyFilterInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.