@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateVocabularyFilterResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateVocabularyFilterResult() |
Modifier and Type | Method and Description |
---|---|
UpdateVocabularyFilterResult |
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 filter was updated.
|
String |
getVocabularyFilterName()
The name of the updated vocabulary filter.
|
int |
hashCode() |
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 filter was updated.
|
void |
setVocabularyFilterName(String vocabularyFilterName)
The name of the updated vocabulary filter.
|
String |
toString()
Returns a string representation of this object.
|
UpdateVocabularyFilterResult |
withLanguageCode(LanguageCode languageCode)
The language code of the words in the vocabulary filter.
|
UpdateVocabularyFilterResult |
withLanguageCode(String languageCode)
The language code of the words in the vocabulary filter.
|
UpdateVocabularyFilterResult |
withLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary filter was updated.
|
UpdateVocabularyFilterResult |
withVocabularyFilterName(String vocabularyFilterName)
The name of the updated vocabulary filter.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVocabularyFilterName(String vocabularyFilterName)
The name of the updated vocabulary filter.
vocabularyFilterName
- The name of the updated vocabulary filter.public String getVocabularyFilterName()
The name of the updated vocabulary filter.
public UpdateVocabularyFilterResult withVocabularyFilterName(String vocabularyFilterName)
The name of the updated vocabulary filter.
vocabularyFilterName
- The name of the updated vocabulary 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 UpdateVocabularyFilterResult 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 UpdateVocabularyFilterResult 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 filter was updated.
lastModifiedTime
- The date and time that the vocabulary filter was updated.public Date getLastModifiedTime()
The date and time that the vocabulary filter was updated.
public UpdateVocabularyFilterResult withLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary filter was updated.
lastModifiedTime
- The date and time that the vocabulary filter was updated.public String toString()
toString
in class Object
Object.toString()
public UpdateVocabularyFilterResult clone()