@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 you selected for your custom vocabulary filter.
|
Date |
getLastModifiedTime()
The date and time you created your custom vocabulary filter.
|
String |
getVocabularyFilterName()
The name you chose for your custom vocabulary filter.
|
int |
hashCode() |
void |
setLanguageCode(String languageCode)
The language code you selected for your custom vocabulary filter.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The date and time you created your custom vocabulary filter.
|
void |
setVocabularyFilterName(String vocabularyFilterName)
The name you chose for your custom vocabulary filter.
|
String |
toString()
Returns a string representation of this object.
|
CreateVocabularyFilterResult |
withLanguageCode(LanguageCode languageCode)
The language code you selected for your custom vocabulary filter.
|
CreateVocabularyFilterResult |
withLanguageCode(String languageCode)
The language code you selected for your custom vocabulary filter.
|
CreateVocabularyFilterResult |
withLastModifiedTime(Date lastModifiedTime)
The date and time you created your custom vocabulary filter.
|
CreateVocabularyFilterResult |
withVocabularyFilterName(String vocabularyFilterName)
The name you chose for your custom vocabulary filter.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setVocabularyFilterName(String vocabularyFilterName)
The name you chose for your custom vocabulary filter.
vocabularyFilterName
- The name you chose for your custom vocabulary filter.public String getVocabularyFilterName()
The name you chose for your custom vocabulary filter.
public CreateVocabularyFilterResult withVocabularyFilterName(String vocabularyFilterName)
The name you chose for your custom vocabulary filter.
vocabularyFilterName
- The name you chose for your custom vocabulary filter.public void setLanguageCode(String languageCode)
The language code you selected for your custom vocabulary filter.
languageCode
- The language code you selected for your custom vocabulary filter.LanguageCode
public String getLanguageCode()
The language code you selected for your custom vocabulary filter.
LanguageCode
public CreateVocabularyFilterResult withLanguageCode(String languageCode)
The language code you selected for your custom vocabulary filter.
languageCode
- The language code you selected for your custom vocabulary filter.LanguageCode
public CreateVocabularyFilterResult withLanguageCode(LanguageCode languageCode)
The language code you selected for your custom vocabulary filter.
languageCode
- The language code you selected for your custom vocabulary filter.LanguageCode
public void setLastModifiedTime(Date lastModifiedTime)
The date and time you created your custom vocabulary filter.
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 you created your custom vocabulary filter.
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 you created your custom vocabulary filter.
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 CreateVocabularyFilterResult withLastModifiedTime(Date lastModifiedTime)
The date and time you created your custom vocabulary filter.
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 you created your custom vocabulary filter.
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 Object
Object.toString()
public CreateVocabularyFilterResult clone()