7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
9#include <aws/lexv2-models/model/BotRecommendationStatus.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace LexModelsV2 {
36 template <
typename BotIdT = Aws::String>
38 m_botIdHasBeenSet =
true;
39 m_botId = std::forward<BotIdT>(value);
41 template <
typename BotIdT = Aws::String>
43 SetBotId(std::forward<BotIdT>(value));
54 template <
typename BotVersionT = Aws::String>
56 m_botVersionHasBeenSet =
true;
57 m_botVersion = std::forward<BotVersionT>(value);
59 template <
typename BotVersionT = Aws::String>
74 template <
typename LocaleIdT = Aws::String>
76 m_localeIdHasBeenSet =
true;
77 m_localeId = std::forward<LocaleIdT>(value);
79 template <
typename LocaleIdT = Aws::String>
93 m_botRecommendationStatusHasBeenSet =
true;
94 m_botRecommendationStatus = value;
107 template <
typename BotRecommendationIdT = Aws::String>
109 m_botRecommendationIdHasBeenSet =
true;
110 m_botRecommendationId = std::forward<BotRecommendationIdT>(value);
112 template <
typename BotRecommendationIdT = Aws::String>
122 template <
typename RequestIdT = Aws::String>
124 m_requestIdHasBeenSet =
true;
125 m_requestId = std::forward<RequestIdT>(value);
127 template <
typename RequestIdT = Aws::String>
145 bool m_botIdHasBeenSet =
false;
146 bool m_botVersionHasBeenSet =
false;
147 bool m_localeIdHasBeenSet =
false;
148 bool m_botRecommendationStatusHasBeenSet =
false;
149 bool m_botRecommendationIdHasBeenSet =
false;
150 bool m_requestIdHasBeenSet =
false;
void SetBotVersion(BotVersionT &&value)
StopBotRecommendationResult & WithBotRecommendationStatus(BotRecommendationStatus value)
const Aws::String & GetBotRecommendationId() const
void SetBotRecommendationId(BotRecommendationIdT &&value)
StopBotRecommendationResult & WithBotRecommendationId(BotRecommendationIdT &&value)
void SetBotRecommendationStatus(BotRecommendationStatus value)
BotRecommendationStatus GetBotRecommendationStatus() const
void SetRequestId(RequestIdT &&value)
AWS_LEXMODELSV2_API StopBotRecommendationResult()=default
StopBotRecommendationResult & WithBotId(BotIdT &&value)
const Aws::String & GetRequestId() const
void SetLocaleId(LocaleIdT &&value)
const Aws::String & GetBotVersion() const
StopBotRecommendationResult & WithBotVersion(BotVersionT &&value)
const Aws::String & GetLocaleId() const
AWS_LEXMODELSV2_API StopBotRecommendationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StopBotRecommendationResult & WithRequestId(RequestIdT &&value)
StopBotRecommendationResult & WithLocaleId(LocaleIdT &&value)
AWS_LEXMODELSV2_API StopBotRecommendationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetBotId(BotIdT &&value)
const Aws::String & GetBotId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue