* The unique identifier of the bot alias. *
*/ private String botAliasId; /** ** The name specified for the bot alias. *
*/ private String botAliasName; /** ** The description specified for the bot alias. *
*/ private String description; /** ** The version of the bot associated with this alias. *
*/ private String botVersion; /** ** Configuration information for a specific locale. *
*/ private java.util.Map* The conversation log settings specified for the alias. *
*/ private ConversationLogSettings conversationLogSettings; private SentimentAnalysisSettings sentimentAnalysisSettings; /** *
* The current status of the alias. The alias is first put into the Creating
state. When the alias is
* ready to be used, it is put into the Available
state. You can use the DescribeBotAlias
* operation to get the current state of an alias.
*
* The unique identifier of the bot that this alias applies to. *
*/ private String botId; /** ** A Unix timestamp indicating the date and time that the bot alias was created. *
*/ private java.util.Date creationDateTime; /** ** A list of tags associated with the bot alias. *
*/ private java.util.Map* The unique identifier of the bot alias. *
* * @param botAliasId * The unique identifier of the bot alias. */ public void setBotAliasId(String botAliasId) { this.botAliasId = botAliasId; } /** ** The unique identifier of the bot alias. *
* * @return The unique identifier of the bot alias. */ public String getBotAliasId() { return this.botAliasId; } /** ** The unique identifier of the bot alias. *
* * @param botAliasId * The unique identifier of the bot alias. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateBotAliasResult withBotAliasId(String botAliasId) { setBotAliasId(botAliasId); return this; } /** ** The name specified for the bot alias. *
* * @param botAliasName * The name specified for the bot alias. */ public void setBotAliasName(String botAliasName) { this.botAliasName = botAliasName; } /** ** The name specified for the bot alias. *
* * @return The name specified for the bot alias. */ public String getBotAliasName() { return this.botAliasName; } /** ** The name specified for the bot alias. *
* * @param botAliasName * The name specified for the bot alias. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateBotAliasResult withBotAliasName(String botAliasName) { setBotAliasName(botAliasName); return this; } /** ** The description specified for the bot alias. *
* * @param description * The description specified for the bot alias. */ public void setDescription(String description) { this.description = description; } /** ** The description specified for the bot alias. *
* * @return The description specified for the bot alias. */ public String getDescription() { return this.description; } /** ** The description specified for the bot alias. *
* * @param description * The description specified for the bot alias. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateBotAliasResult withDescription(String description) { setDescription(description); return this; } /** ** The version of the bot associated with this alias. *
* * @param botVersion * The version of the bot associated with this alias. */ public void setBotVersion(String botVersion) { this.botVersion = botVersion; } /** ** The version of the bot associated with this alias. *
* * @return The version of the bot associated with this alias. */ public String getBotVersion() { return this.botVersion; } /** ** The version of the bot associated with this alias. *
* * @param botVersion * The version of the bot associated with this alias. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateBotAliasResult withBotVersion(String botVersion) { setBotVersion(botVersion); return this; } /** ** Configuration information for a specific locale. *
* * @return Configuration information for a specific locale. */ public java.util.Map* Configuration information for a specific locale. *
* * @param botAliasLocaleSettings * Configuration information for a specific locale. */ public void setBotAliasLocaleSettings(java.util.Map* Configuration information for a specific locale. *
* * @param botAliasLocaleSettings * Configuration information for a specific locale. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateBotAliasResult withBotAliasLocaleSettings(java.util.Map* The conversation log settings specified for the alias. *
* * @param conversationLogSettings * The conversation log settings specified for the alias. */ public void setConversationLogSettings(ConversationLogSettings conversationLogSettings) { this.conversationLogSettings = conversationLogSettings; } /** ** The conversation log settings specified for the alias. *
* * @return The conversation log settings specified for the alias. */ public ConversationLogSettings getConversationLogSettings() { return this.conversationLogSettings; } /** ** The conversation log settings specified for the alias. *
* * @param conversationLogSettings * The conversation log settings specified for the alias. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateBotAliasResult withConversationLogSettings(ConversationLogSettings conversationLogSettings) { setConversationLogSettings(conversationLogSettings); return this; } /** * @param sentimentAnalysisSettings */ public void setSentimentAnalysisSettings(SentimentAnalysisSettings sentimentAnalysisSettings) { this.sentimentAnalysisSettings = sentimentAnalysisSettings; } /** * @return */ public SentimentAnalysisSettings getSentimentAnalysisSettings() { return this.sentimentAnalysisSettings; } /** * @param sentimentAnalysisSettings * @return Returns a reference to this object so that method calls can be chained together. */ public CreateBotAliasResult withSentimentAnalysisSettings(SentimentAnalysisSettings sentimentAnalysisSettings) { setSentimentAnalysisSettings(sentimentAnalysisSettings); return this; } /** *
* The current status of the alias. The alias is first put into the Creating
state. When the alias is
* ready to be used, it is put into the Available
state. You can use the DescribeBotAlias
* operation to get the current state of an alias.
*
Creating
state. When the
* alias is ready to be used, it is put into the Available
state. You can use the
* DescribeBotAlias
operation to get the current state of an alias.
* @see BotAliasStatus
*/
public void setBotAliasStatus(String botAliasStatus) {
this.botAliasStatus = botAliasStatus;
}
/**
*
* The current status of the alias. The alias is first put into the Creating
state. When the alias is
* ready to be used, it is put into the Available
state. You can use the DescribeBotAlias
* operation to get the current state of an alias.
*
Creating
state. When the
* alias is ready to be used, it is put into the Available
state. You can use the
* DescribeBotAlias
operation to get the current state of an alias.
* @see BotAliasStatus
*/
public String getBotAliasStatus() {
return this.botAliasStatus;
}
/**
*
* The current status of the alias. The alias is first put into the Creating
state. When the alias is
* ready to be used, it is put into the Available
state. You can use the DescribeBotAlias
* operation to get the current state of an alias.
*
Creating
state. When the
* alias is ready to be used, it is put into the Available
state. You can use the
* DescribeBotAlias
operation to get the current state of an alias.
* @return Returns a reference to this object so that method calls can be chained together.
* @see BotAliasStatus
*/
public CreateBotAliasResult withBotAliasStatus(String botAliasStatus) {
setBotAliasStatus(botAliasStatus);
return this;
}
/**
*
* The current status of the alias. The alias is first put into the Creating
state. When the alias is
* ready to be used, it is put into the Available
state. You can use the DescribeBotAlias
* operation to get the current state of an alias.
*
Creating
state. When the
* alias is ready to be used, it is put into the Available
state. You can use the
* DescribeBotAlias
operation to get the current state of an alias.
* @return Returns a reference to this object so that method calls can be chained together.
* @see BotAliasStatus
*/
public CreateBotAliasResult withBotAliasStatus(BotAliasStatus botAliasStatus) {
this.botAliasStatus = botAliasStatus.toString();
return this;
}
/**
* * The unique identifier of the bot that this alias applies to. *
* * @param botId * The unique identifier of the bot that this alias applies to. */ public void setBotId(String botId) { this.botId = botId; } /** ** The unique identifier of the bot that this alias applies to. *
* * @return The unique identifier of the bot that this alias applies to. */ public String getBotId() { return this.botId; } /** ** The unique identifier of the bot that this alias applies to. *
* * @param botId * The unique identifier of the bot that this alias applies to. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateBotAliasResult withBotId(String botId) { setBotId(botId); return this; } /** ** A Unix timestamp indicating the date and time that the bot alias was created. *
* * @param creationDateTime * A Unix timestamp indicating the date and time that the bot alias was created. */ public void setCreationDateTime(java.util.Date creationDateTime) { this.creationDateTime = creationDateTime; } /** ** A Unix timestamp indicating the date and time that the bot alias was created. *
* * @return A Unix timestamp indicating the date and time that the bot alias was created. */ public java.util.Date getCreationDateTime() { return this.creationDateTime; } /** ** A Unix timestamp indicating the date and time that the bot alias was created. *
* * @param creationDateTime * A Unix timestamp indicating the date and time that the bot alias was created. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateBotAliasResult withCreationDateTime(java.util.Date creationDateTime) { setCreationDateTime(creationDateTime); return this; } /** ** A list of tags associated with the bot alias. *
* * @return A list of tags associated with the bot alias. */ public java.util.Map* A list of tags associated with the bot alias. *
* * @param tags * A list of tags associated with the bot alias. */ public void setTags(java.util.Map* A list of tags associated with the bot alias. *
* * @param tags * A list of tags associated with the bot alias. * @return Returns a reference to this object so that method calls can be chained together. */ public CreateBotAliasResult withTags(java.util.Map