@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetVocabularyFilterResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetVocabularyFilterResult() |
| Modifier and Type | Method and Description |
|---|---|
GetVocabularyFilterResult |
clone() |
boolean |
equals(Object obj) |
String |
getDownloadUri()
The URI of the list of words in the vocabulary filter.
|
String |
getLanguageCode()
The language code of the words in the vocabulary filter.
|
Date |
getLastModifiedTime()
The date and time that the contents of the vocabulary filter were updated.
|
String |
getVocabularyFilterName()
The name of the vocabulary filter.
|
int |
hashCode() |
void |
setDownloadUri(String downloadUri)
The URI of the list of words in the vocabulary filter.
|
void |
setLanguageCode(String languageCode)
The language code of the words in the vocabulary filter.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The date and time that the contents of the vocabulary filter were updated.
|
void |
setVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter.
|
String |
toString()
Returns a string representation of this object.
|
GetVocabularyFilterResult |
withDownloadUri(String downloadUri)
The URI of the list of words in the vocabulary filter.
|
GetVocabularyFilterResult |
withLanguageCode(LanguageCode languageCode)
The language code of the words in the vocabulary filter.
|
GetVocabularyFilterResult |
withLanguageCode(String languageCode)
The language code of the words in the vocabulary filter.
|
GetVocabularyFilterResult |
withLastModifiedTime(Date lastModifiedTime)
The date and time that the contents of the vocabulary filter were updated.
|
GetVocabularyFilterResult |
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 GetVocabularyFilterResult 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 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 GetVocabularyFilterResult 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 GetVocabularyFilterResult 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 contents of the vocabulary filter were updated.
lastModifiedTime - The date and time that the contents of the vocabulary filter were updated.public Date getLastModifiedTime()
The date and time that the contents of the vocabulary filter were updated.
public GetVocabularyFilterResult withLastModifiedTime(Date lastModifiedTime)
The date and time that the contents of the vocabulary filter were updated.
lastModifiedTime - The date and time that the contents of the vocabulary filter were updated.public void setDownloadUri(String downloadUri)
The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
downloadUri - The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.public String getDownloadUri()
The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
public GetVocabularyFilterResult withDownloadUri(String downloadUri)
The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.
downloadUri - The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.public String toString()
toString in class ObjectObject.toString()public GetVocabularyFilterResult clone()
Copyright © 2022. All rights reserved.