@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 you selected for your vocabulary filter.
|
Date |
getLastModifiedTime()
The date and time the specified vocabulary filter was last updated.
|
String |
getVocabularyFilterName()
The name of the updated custom vocabulary filter.
|
int |
hashCode() |
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 updated.
|
void |
setVocabularyFilterName(String vocabularyFilterName)
The name of the updated custom vocabulary filter.
|
String |
toString()
Returns a string representation of this object.
|
UpdateVocabularyFilterResult |
withLanguageCode(LanguageCode languageCode)
The language code you selected for your vocabulary filter.
|
UpdateVocabularyFilterResult |
withLanguageCode(String languageCode)
The language code you selected for your vocabulary filter.
|
UpdateVocabularyFilterResult |
withLastModifiedTime(Date lastModifiedTime)
The date and time the specified vocabulary filter was last updated.
|
UpdateVocabularyFilterResult |
withVocabularyFilterName(String vocabularyFilterName)
The name of the updated custom vocabulary filter.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setVocabularyFilterName(String vocabularyFilterName)
The name of the updated custom vocabulary filter.
vocabularyFilterName - The name of the updated custom vocabulary filter.public String getVocabularyFilterName()
The name of the updated custom vocabulary filter.
public UpdateVocabularyFilterResult withVocabularyFilterName(String vocabularyFilterName)
The name of the updated custom vocabulary filter.
vocabularyFilterName - The name of the updated custom vocabulary filter.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 UpdateVocabularyFilterResult withLanguageCode(String languageCode)
The language code you selected for your vocabulary filter.
languageCode - The language code you selected for your vocabulary filter.LanguageCodepublic UpdateVocabularyFilterResult 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 updated.
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 updated.
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 updated.
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 UpdateVocabularyFilterResult withLastModifiedTime(Date lastModifiedTime)
The date and time the specified vocabulary filter was last updated.
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 updated.
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 String toString()
toString in class ObjectObject.toString()public UpdateVocabularyFilterResult clone()
Copyright © 2022. All rights reserved.