7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
14namespace LexModelsV2 {
38 template <
typename BotIdT = Aws::String>
40 m_botIdHasBeenSet =
true;
41 m_botId = std::forward<BotIdT>(value);
43 template <
typename BotIdT = Aws::String>
45 SetBotId(std::forward<BotIdT>(value));
56 template <
typename BotVersionT = Aws::String>
58 m_botVersionHasBeenSet =
true;
59 m_botVersion = std::forward<BotVersionT>(value);
61 template <
typename BotVersionT = Aws::String>
77 template <
typename LocaleIdT = Aws::String>
79 m_localeIdHasBeenSet =
true;
80 m_localeId = std::forward<LocaleIdT>(value);
82 template <
typename LocaleIdT = Aws::String>
95 template <
typename BotRecommendationIdT = Aws::String>
97 m_botRecommendationIdHasBeenSet =
true;
98 m_botRecommendationId = std::forward<BotRecommendationIdT>(value);
100 template <
typename BotRecommendationIdT = Aws::String>
114 bool m_botIdHasBeenSet =
false;
115 bool m_botVersionHasBeenSet =
false;
116 bool m_localeIdHasBeenSet =
false;
117 bool m_botRecommendationIdHasBeenSet =
false;
StopBotRecommendationRequest & WithBotId(BotIdT &&value)
StopBotRecommendationRequest & WithBotVersion(BotVersionT &&value)
StopBotRecommendationRequest & WithBotRecommendationId(BotRecommendationIdT &&value)
bool BotRecommendationIdHasBeenSet() const
const Aws::String & GetBotVersion() const
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
bool LocaleIdHasBeenSet() const
AWS_LEXMODELSV2_API StopBotRecommendationRequest()=default
bool BotIdHasBeenSet() const
void SetLocaleId(LocaleIdT &&value)
StopBotRecommendationRequest & WithLocaleId(LocaleIdT &&value)
const Aws::String & GetBotId() const
bool BotVersionHasBeenSet() const
void SetBotRecommendationId(BotRecommendationIdT &&value)
const Aws::String & GetLocaleId() const
void SetBotVersion(BotVersionT &&value)
const Aws::String & GetBotRecommendationId() const
void SetBotId(BotIdT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String