@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 Amazon S3 location where the vocabulary filter is stored; use this URI to view or download the vocabulary
filter.
|
String |
getLanguageCode()
The language code you selected for your vocabulary filter.
|
Date |
getLastModifiedTime()
The date and time the specified vocabulary filter was last modified.
|
String |
getVocabularyFilterName()
The name of the custom vocabulary filter you requested information about.
|
int |
hashCode() |
void |
setDownloadUri(String downloadUri)
The Amazon S3 location where the vocabulary filter is stored; use this URI to view or download the vocabulary
filter.
|
void |
setLanguageCode(String languageCode)
The language code you selected for your vocabulary filter.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The date and time the specified vocabulary filter was last modified.
|
void |
setVocabularyFilterName(String vocabularyFilterName)
The name of the custom vocabulary filter you requested information about.
|
String |
toString()
Returns a string representation of this object.
|
GetVocabularyFilterResult |
withDownloadUri(String downloadUri)
The Amazon S3 location where the vocabulary filter is stored; use this URI to view or download the vocabulary
filter.
|
GetVocabularyFilterResult |
withLanguageCode(LanguageCode languageCode)
The language code you selected for your vocabulary filter.
|
GetVocabularyFilterResult |
withLanguageCode(String languageCode)
The language code you selected for your vocabulary filter.
|
GetVocabularyFilterResult |
withLastModifiedTime(Date lastModifiedTime)
The date and time the specified vocabulary filter was last modified.
|
GetVocabularyFilterResult |
withVocabularyFilterName(String vocabularyFilterName)
The name of the custom vocabulary filter you requested information about.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setVocabularyFilterName(String vocabularyFilterName)
The name of the custom vocabulary filter you requested information about.
vocabularyFilterName - The name of the custom vocabulary filter you requested information about.public String getVocabularyFilterName()
The name of the custom vocabulary filter you requested information about.
public GetVocabularyFilterResult withVocabularyFilterName(String vocabularyFilterName)
The name of the custom vocabulary filter you requested information about.
vocabularyFilterName - The name of the custom vocabulary filter you requested information about.public void setLanguageCode(String languageCode)
The language code you selected for your vocabulary filter.
languageCode - The language code you selected for your vocabulary filter.LanguageCodepublic String getLanguageCode()
The language code you selected for your vocabulary filter.
LanguageCodepublic GetVocabularyFilterResult withLanguageCode(String languageCode)
The language code you selected for your vocabulary filter.
languageCode - The language code you selected for your vocabulary filter.LanguageCodepublic GetVocabularyFilterResult withLanguageCode(LanguageCode languageCode)
The language code you selected for your vocabulary filter.
languageCode - The language code you selected for your vocabulary filter.LanguageCodepublic void setLastModifiedTime(Date lastModifiedTime)
The date and time the specified vocabulary filter was last modified.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.
lastModifiedTime - The date and time the specified vocabulary filter was last modified.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.
public Date getLastModifiedTime()
The date and time the specified vocabulary filter was last modified.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.
public GetVocabularyFilterResult withLastModifiedTime(Date lastModifiedTime)
The date and time the specified vocabulary filter was last modified.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.
lastModifiedTime - The date and time the specified vocabulary filter was last modified.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example,
2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.
public void setDownloadUri(String downloadUri)
The Amazon S3 location where the vocabulary filter is stored; use this URI to view or download the vocabulary filter.
downloadUri - The Amazon S3 location where the vocabulary filter is stored; use this URI to view or download the
vocabulary filter.public String getDownloadUri()
The Amazon S3 location where the vocabulary filter is stored; use this URI to view or download the vocabulary filter.
public GetVocabularyFilterResult withDownloadUri(String downloadUri)
The Amazon S3 location where the vocabulary filter is stored; use this URI to view or download the vocabulary filter.
downloadUri - The Amazon S3 location where the vocabulary filter is stored; use this URI to view or download the
vocabulary filter.public String toString()
toString in class ObjectObject.toString()public GetVocabularyFilterResult clone()
Copyright © 2022. All rights reserved.