@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCustomVocabularyMetadataResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeCustomVocabularyMetadataResult() |
Modifier and Type | Method and Description |
---|---|
DescribeCustomVocabularyMetadataResult |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The identifier of the bot that contains the custom vocabulary.
|
String |
getBotVersion()
The version of the bot that contains the custom vocabulary to describe.
|
Date |
getCreationDateTime()
The date and time that the custom vocabulary was created.
|
String |
getCustomVocabularyStatus()
The status of the custom vocabulary.
|
Date |
getLastUpdatedDateTime()
The date and time that the custom vocabulary was last updated.
|
String |
getLocaleId()
The locale that contains the custom vocabulary to describe.
|
int |
hashCode() |
void |
setBotId(String botId)
The identifier of the bot that contains the custom vocabulary.
|
void |
setBotVersion(String botVersion)
The version of the bot that contains the custom vocabulary to describe.
|
void |
setCreationDateTime(Date creationDateTime)
The date and time that the custom vocabulary was created.
|
void |
setCustomVocabularyStatus(String customVocabularyStatus)
The status of the custom vocabulary.
|
void |
setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time that the custom vocabulary was last updated.
|
void |
setLocaleId(String localeId)
The locale that contains the custom vocabulary to describe.
|
String |
toString()
Returns a string representation of this object.
|
DescribeCustomVocabularyMetadataResult |
withBotId(String botId)
The identifier of the bot that contains the custom vocabulary.
|
DescribeCustomVocabularyMetadataResult |
withBotVersion(String botVersion)
The version of the bot that contains the custom vocabulary to describe.
|
DescribeCustomVocabularyMetadataResult |
withCreationDateTime(Date creationDateTime)
The date and time that the custom vocabulary was created.
|
DescribeCustomVocabularyMetadataResult |
withCustomVocabularyStatus(CustomVocabularyStatus customVocabularyStatus)
The status of the custom vocabulary.
|
DescribeCustomVocabularyMetadataResult |
withCustomVocabularyStatus(String customVocabularyStatus)
The status of the custom vocabulary.
|
DescribeCustomVocabularyMetadataResult |
withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time that the custom vocabulary was last updated.
|
DescribeCustomVocabularyMetadataResult |
withLocaleId(String localeId)
The locale that contains the custom vocabulary to describe.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeCustomVocabularyMetadataResult()
public void setBotId(String botId)
The identifier of the bot that contains the custom vocabulary.
botId
- The identifier of the bot that contains the custom vocabulary.public String getBotId()
The identifier of the bot that contains the custom vocabulary.
public DescribeCustomVocabularyMetadataResult withBotId(String botId)
The identifier of the bot that contains the custom vocabulary.
botId
- The identifier of the bot that contains the custom vocabulary.public void setBotVersion(String botVersion)
The version of the bot that contains the custom vocabulary to describe.
botVersion
- The version of the bot that contains the custom vocabulary to describe.public String getBotVersion()
The version of the bot that contains the custom vocabulary to describe.
public DescribeCustomVocabularyMetadataResult withBotVersion(String botVersion)
The version of the bot that contains the custom vocabulary to describe.
botVersion
- The version of the bot that contains the custom vocabulary to describe.public void setLocaleId(String localeId)
The locale that contains the custom vocabulary to describe.
localeId
- The locale that contains the custom vocabulary to describe.public String getLocaleId()
The locale that contains the custom vocabulary to describe.
public DescribeCustomVocabularyMetadataResult withLocaleId(String localeId)
The locale that contains the custom vocabulary to describe.
localeId
- The locale that contains the custom vocabulary to describe.public void setCustomVocabularyStatus(String customVocabularyStatus)
The status of the custom vocabulary. If the status is Ready
the custom vocabulary is ready to use.
customVocabularyStatus
- The status of the custom vocabulary. If the status is Ready
the custom vocabulary is ready to
use.CustomVocabularyStatus
public String getCustomVocabularyStatus()
The status of the custom vocabulary. If the status is Ready
the custom vocabulary is ready to use.
Ready
the custom vocabulary is ready
to use.CustomVocabularyStatus
public DescribeCustomVocabularyMetadataResult withCustomVocabularyStatus(String customVocabularyStatus)
The status of the custom vocabulary. If the status is Ready
the custom vocabulary is ready to use.
customVocabularyStatus
- The status of the custom vocabulary. If the status is Ready
the custom vocabulary is ready to
use.CustomVocabularyStatus
public DescribeCustomVocabularyMetadataResult withCustomVocabularyStatus(CustomVocabularyStatus customVocabularyStatus)
The status of the custom vocabulary. If the status is Ready
the custom vocabulary is ready to use.
customVocabularyStatus
- The status of the custom vocabulary. If the status is Ready
the custom vocabulary is ready to
use.CustomVocabularyStatus
public void setCreationDateTime(Date creationDateTime)
The date and time that the custom vocabulary was created.
creationDateTime
- The date and time that the custom vocabulary was created.public Date getCreationDateTime()
The date and time that the custom vocabulary was created.
public DescribeCustomVocabularyMetadataResult withCreationDateTime(Date creationDateTime)
The date and time that the custom vocabulary was created.
creationDateTime
- The date and time that the custom vocabulary was created.public void setLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time that the custom vocabulary was last updated.
lastUpdatedDateTime
- The date and time that the custom vocabulary was last updated.public Date getLastUpdatedDateTime()
The date and time that the custom vocabulary was last updated.
public DescribeCustomVocabularyMetadataResult withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time that the custom vocabulary was last updated.
lastUpdatedDateTime
- The date and time that the custom vocabulary was last updated.public String toString()
toString
in class Object
Object.toString()
public DescribeCustomVocabularyMetadataResult clone()