7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
10#include <aws/lexv2-models/model/BotRecommendationStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace LexModelsV2 {
37 template <
typename BotIdT = Aws::String>
39 m_botIdHasBeenSet =
true;
40 m_botId = std::forward<BotIdT>(value);
42 template <
typename BotIdT = Aws::String>
44 SetBotId(std::forward<BotIdT>(value));
55 template <
typename BotVersionT = Aws::String>
57 m_botVersionHasBeenSet =
true;
58 m_botVersion = std::forward<BotVersionT>(value);
60 template <
typename BotVersionT = Aws::String>
75 template <
typename LocaleIdT = Aws::String>
77 m_localeIdHasBeenSet =
true;
78 m_localeId = std::forward<LocaleIdT>(value);
80 template <
typename LocaleIdT = Aws::String>
94 m_botRecommendationStatusHasBeenSet =
true;
95 m_botRecommendationStatus = value;
108 template <
typename BotRecommendationIdT = Aws::String>
110 m_botRecommendationIdHasBeenSet =
true;
111 m_botRecommendationId = std::forward<BotRecommendationIdT>(value);
113 template <
typename BotRecommendationIdT = Aws::String>
123 template <
typename RequestIdT = Aws::String>
125 m_requestIdHasBeenSet =
true;
126 m_requestId = std::forward<RequestIdT>(value);
128 template <
typename RequestIdT = Aws::String>
149 bool m_botIdHasBeenSet =
false;
150 bool m_botVersionHasBeenSet =
false;
151 bool m_localeIdHasBeenSet =
false;
152 bool m_botRecommendationStatusHasBeenSet =
false;
153 bool m_botRecommendationIdHasBeenSet =
false;
154 bool m_requestIdHasBeenSet =
false;
void SetBotVersion(BotVersionT &&value)
StopBotRecommendationResult & WithBotRecommendationStatus(BotRecommendationStatus value)
const Aws::String & GetBotRecommendationId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() 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