@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)
Marshalls this structured data using the given
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.LanguageCode
public String getLanguageCode()
The language code of the words in the vocabulary filter.
LanguageCode
public 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.LanguageCode
public 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.LanguageCode
public 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 Object
Object.toString()
public VocabularyFilterInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.