@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 custom vocabulary filter is stored; use this URI to view or download the custom
vocabulary filter.
|
String |
getLanguageCode()
The language code you selected for your custom vocabulary filter.
|
Date |
getLastModifiedTime()
The date and time the specified custom 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 custom vocabulary filter is stored; use this URI to view or download the custom
vocabulary filter.
|
void |
setLanguageCode(String languageCode)
The language code you selected for your custom vocabulary filter.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The date and time the specified custom 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 custom vocabulary filter is stored; use this URI to view or download the custom
vocabulary filter.
|
GetVocabularyFilterResult |
withLanguageCode(LanguageCode languageCode)
The language code you selected for your custom vocabulary filter.
|
GetVocabularyFilterResult |
withLanguageCode(String languageCode)
The language code you selected for your custom vocabulary filter.
|
GetVocabularyFilterResult |
withLastModifiedTime(Date lastModifiedTime)
The date and time the specified custom vocabulary filter was last modified.
|
GetVocabularyFilterResult |
withVocabularyFilterName(String vocabularyFilterName)
The name of the custom vocabulary filter you requested information about.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 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 GetVocabularyFilterResult 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 GetVocabularyFilterResult 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 the specified custom 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 custom 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 custom 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 custom 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 custom 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 custom vocabulary filter is stored; use this URI to view or download the custom vocabulary filter.
downloadUri
- The Amazon S3 location where the custom vocabulary filter is stored; use this URI to view or download the
custom vocabulary filter.public String getDownloadUri()
The Amazon S3 location where the custom vocabulary filter is stored; use this URI to view or download the custom vocabulary filter.
public GetVocabularyFilterResult withDownloadUri(String downloadUri)
The Amazon S3 location where the custom vocabulary filter is stored; use this URI to view or download the custom vocabulary filter.
downloadUri
- The Amazon S3 location where the custom vocabulary filter is stored; use this URI to view or download the
custom vocabulary filter.public String toString()
toString
in class Object
Object.toString()
public GetVocabularyFilterResult clone()