@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopBotRecommendationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StopBotRecommendationResult() |
Modifier and Type | Method and Description |
---|---|
StopBotRecommendationResult |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The unique identifier of the bot containing the bot recommendation that is being stopped.
|
String |
getBotRecommendationId()
The unique identifier of the bot recommendation that is being stopped.
|
String |
getBotRecommendationStatus()
The status of the bot recommendation.
|
String |
getBotVersion()
The version of the bot containing the recommendation that is being stopped.
|
String |
getLocaleId()
The identifier of the language and locale of the bot response to stop.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique identifier of the bot containing the bot recommendation that is being stopped.
|
void |
setBotRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation that is being stopped.
|
void |
setBotRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
|
void |
setBotVersion(String botVersion)
The version of the bot containing the recommendation that is being stopped.
|
void |
setLocaleId(String localeId)
The identifier of the language and locale of the bot response to stop.
|
String |
toString()
Returns a string representation of this object.
|
StopBotRecommendationResult |
withBotId(String botId)
The unique identifier of the bot containing the bot recommendation that is being stopped.
|
StopBotRecommendationResult |
withBotRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation that is being stopped.
|
StopBotRecommendationResult |
withBotRecommendationStatus(BotRecommendationStatus botRecommendationStatus)
The status of the bot recommendation.
|
StopBotRecommendationResult |
withBotRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
|
StopBotRecommendationResult |
withBotVersion(String botVersion)
The version of the bot containing the recommendation that is being stopped.
|
StopBotRecommendationResult |
withLocaleId(String localeId)
The identifier of the language and locale of the bot response to stop.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBotId(String botId)
The unique identifier of the bot containing the bot recommendation that is being stopped.
botId
- The unique identifier of the bot containing the bot recommendation that is being stopped.public String getBotId()
The unique identifier of the bot containing the bot recommendation that is being stopped.
public StopBotRecommendationResult withBotId(String botId)
The unique identifier of the bot containing the bot recommendation that is being stopped.
botId
- The unique identifier of the bot containing the bot recommendation that is being stopped.public void setBotVersion(String botVersion)
The version of the bot containing the recommendation that is being stopped.
botVersion
- The version of the bot containing the recommendation that is being stopped.public String getBotVersion()
The version of the bot containing the recommendation that is being stopped.
public StopBotRecommendationResult withBotVersion(String botVersion)
The version of the bot containing the recommendation that is being stopped.
botVersion
- The version of the bot containing the recommendation that is being stopped.public void setLocaleId(String localeId)
The identifier of the language and locale of the bot response to stop. The string must match one of the supported locales. For more information, see Supported languages
localeId
- The identifier of the language and locale of the bot response to stop. The string must match one of the
supported locales. For more information, see Supported languagespublic String getLocaleId()
The identifier of the language and locale of the bot response to stop. The string must match one of the supported locales. For more information, see Supported languages
public StopBotRecommendationResult withLocaleId(String localeId)
The identifier of the language and locale of the bot response to stop. The string must match one of the supported locales. For more information, see Supported languages
localeId
- The identifier of the language and locale of the bot response to stop. The string must match one of the
supported locales. For more information, see Supported languagespublic void setBotRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
botRecommendationStatus
- The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed
in the failureReasons field.BotRecommendationStatus
public String getBotRecommendationStatus()
The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
BotRecommendationStatus
public StopBotRecommendationResult withBotRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
botRecommendationStatus
- The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed
in the failureReasons field.BotRecommendationStatus
public StopBotRecommendationResult withBotRecommendationStatus(BotRecommendationStatus botRecommendationStatus)
The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
botRecommendationStatus
- The status of the bot recommendation. If the status is Failed, then the reasons for the failure are listed
in the failureReasons field.BotRecommendationStatus
public void setBotRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation that is being stopped.
botRecommendationId
- The unique identifier of the bot recommendation that is being stopped.public String getBotRecommendationId()
The unique identifier of the bot recommendation that is being stopped.
public StopBotRecommendationResult withBotRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation that is being stopped.
botRecommendationId
- The unique identifier of the bot recommendation that is being stopped.public String toString()
toString
in class Object
Object.toString()
public StopBotRecommendationResult clone()