@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BuildBotLocaleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BuildBotLocaleResult() |
Modifier and Type | Method and Description |
---|---|
BuildBotLocaleResult |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The identifier of the specified bot.
|
String |
getBotLocaleStatus()
The bot's build status.
|
String |
getBotVersion()
The version of the bot that was built.
|
Date |
getLastBuildSubmittedDateTime()
A timestamp indicating the date and time that the bot was last built for this locale.
|
String |
getLocaleId()
The language and locale specified of where the bot can be used.
|
int |
hashCode() |
void |
setBotId(String botId)
The identifier of the specified bot.
|
void |
setBotLocaleStatus(String botLocaleStatus)
The bot's build status.
|
void |
setBotVersion(String botVersion)
The version of the bot that was built.
|
void |
setLastBuildSubmittedDateTime(Date lastBuildSubmittedDateTime)
A timestamp indicating the date and time that the bot was last built for this locale.
|
void |
setLocaleId(String localeId)
The language and locale specified of where the bot can be used.
|
String |
toString()
Returns a string representation of this object.
|
BuildBotLocaleResult |
withBotId(String botId)
The identifier of the specified bot.
|
BuildBotLocaleResult |
withBotLocaleStatus(BotLocaleStatus botLocaleStatus)
The bot's build status.
|
BuildBotLocaleResult |
withBotLocaleStatus(String botLocaleStatus)
The bot's build status.
|
BuildBotLocaleResult |
withBotVersion(String botVersion)
The version of the bot that was built.
|
BuildBotLocaleResult |
withLastBuildSubmittedDateTime(Date lastBuildSubmittedDateTime)
A timestamp indicating the date and time that the bot was last built for this locale.
|
BuildBotLocaleResult |
withLocaleId(String localeId)
The language and locale specified of where the bot can be used.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBotId(String botId)
The identifier of the specified bot.
botId
- The identifier of the specified bot.public String getBotId()
The identifier of the specified bot.
public BuildBotLocaleResult withBotId(String botId)
The identifier of the specified bot.
botId
- The identifier of the specified bot.public void setBotVersion(String botVersion)
The version of the bot that was built. This is only the draft version of the bot.
botVersion
- The version of the bot that was built. This is only the draft version of the bot.public String getBotVersion()
The version of the bot that was built. This is only the draft version of the bot.
public BuildBotLocaleResult withBotVersion(String botVersion)
The version of the bot that was built. This is only the draft version of the bot.
botVersion
- The version of the bot that was built. This is only the draft version of the bot.public void setLocaleId(String localeId)
The language and locale specified of where the bot can be used.
localeId
- The language and locale specified of where the bot can be used.public String getLocaleId()
The language and locale specified of where the bot can be used.
public BuildBotLocaleResult withLocaleId(String localeId)
The language and locale specified of where the bot can be used.
localeId
- The language and locale specified of where the bot can be used.public void setBotLocaleStatus(String botLocaleStatus)
The bot's build status. When the status is ReadyExpressTesting
you can test the bot using the
utterances defined for the intents and slot types. When the status is Built
, the bot is ready for
use and can be tested using any utterance.
botLocaleStatus
- The bot's build status. When the status is ReadyExpressTesting
you can test the bot using the
utterances defined for the intents and slot types. When the status is Built
, the bot is ready
for use and can be tested using any utterance.BotLocaleStatus
public String getBotLocaleStatus()
The bot's build status. When the status is ReadyExpressTesting
you can test the bot using the
utterances defined for the intents and slot types. When the status is Built
, the bot is ready for
use and can be tested using any utterance.
ReadyExpressTesting
you can test the bot using
the utterances defined for the intents and slot types. When the status is Built
, the bot is
ready for use and can be tested using any utterance.BotLocaleStatus
public BuildBotLocaleResult withBotLocaleStatus(String botLocaleStatus)
The bot's build status. When the status is ReadyExpressTesting
you can test the bot using the
utterances defined for the intents and slot types. When the status is Built
, the bot is ready for
use and can be tested using any utterance.
botLocaleStatus
- The bot's build status. When the status is ReadyExpressTesting
you can test the bot using the
utterances defined for the intents and slot types. When the status is Built
, the bot is ready
for use and can be tested using any utterance.BotLocaleStatus
public BuildBotLocaleResult withBotLocaleStatus(BotLocaleStatus botLocaleStatus)
The bot's build status. When the status is ReadyExpressTesting
you can test the bot using the
utterances defined for the intents and slot types. When the status is Built
, the bot is ready for
use and can be tested using any utterance.
botLocaleStatus
- The bot's build status. When the status is ReadyExpressTesting
you can test the bot using the
utterances defined for the intents and slot types. When the status is Built
, the bot is ready
for use and can be tested using any utterance.BotLocaleStatus
public void setLastBuildSubmittedDateTime(Date lastBuildSubmittedDateTime)
A timestamp indicating the date and time that the bot was last built for this locale.
lastBuildSubmittedDateTime
- A timestamp indicating the date and time that the bot was last built for this locale.public Date getLastBuildSubmittedDateTime()
A timestamp indicating the date and time that the bot was last built for this locale.
public BuildBotLocaleResult withLastBuildSubmittedDateTime(Date lastBuildSubmittedDateTime)
A timestamp indicating the date and time that the bot was last built for this locale.
lastBuildSubmittedDateTime
- A timestamp indicating the date and time that the bot was last built for this locale.public String toString()
toString
in class Object
Object.toString()
public BuildBotLocaleResult clone()