@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateVocabularyFilterResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateVocabularyFilterResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateVocabularyFilterResult |
clone() |
boolean |
equals(Object obj) |
String |
getLanguageCode()
The language code of the words in the collection.
|
Date |
getLastModifiedTime()
The date and time that the vocabulary filter was modified.
|
String |
getVocabularyFilterName()
The name of the vocabulary filter.
|
int |
hashCode() |
void |
setLanguageCode(String languageCode)
The language code of the words in the collection.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary filter was modified.
|
void |
setVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter.
|
String |
toString()
Returns a string representation of this object.
|
CreateVocabularyFilterResult |
withLanguageCode(LanguageCode languageCode)
The language code of the words in the collection.
|
CreateVocabularyFilterResult |
withLanguageCode(String languageCode)
The language code of the words in the collection.
|
CreateVocabularyFilterResult |
withLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary filter was modified.
|
CreateVocabularyFilterResult |
withVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter.
vocabularyFilterName - The name of the vocabulary filter.public String getVocabularyFilterName()
The name of the vocabulary filter.
public CreateVocabularyFilterResult withVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter.
vocabularyFilterName - The name of the vocabulary filter.public void setLanguageCode(String languageCode)
The language code of the words in the collection.
languageCode - The language code of the words in the collection.LanguageCodepublic String getLanguageCode()
The language code of the words in the collection.
LanguageCodepublic CreateVocabularyFilterResult withLanguageCode(String languageCode)
The language code of the words in the collection.
languageCode - The language code of the words in the collection.LanguageCodepublic CreateVocabularyFilterResult withLanguageCode(LanguageCode languageCode)
The language code of the words in the collection.
languageCode - The language code of the words in the collection.LanguageCodepublic void setLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary filter was modified.
lastModifiedTime - The date and time that the vocabulary filter was modified.public Date getLastModifiedTime()
The date and time that the vocabulary filter was modified.
public CreateVocabularyFilterResult withLastModifiedTime(Date lastModifiedTime)
The date and time that the vocabulary filter was modified.
lastModifiedTime - The date and time that the vocabulary filter was modified.public String toString()
toString in class ObjectObject.toString()public CreateVocabularyFilterResult clone()
Copyright © 2020. All rights reserved.