7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename BotIdT = Aws::String>
42 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
43 template<
typename BotIdT = Aws::String>
53 template<
typename BotVersionT = Aws::String>
54 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
55 template<
typename BotVersionT = Aws::String>
69 template<
typename LocaleIdT = Aws::String>
70 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet =
true; m_localeId = std::forward<LocaleIdT>(value); }
71 template<
typename LocaleIdT = Aws::String>
81 template<
typename BotRecommendationIdT = Aws::String>
82 void SetBotRecommendationId(BotRecommendationIdT&& value) { m_botRecommendationIdHasBeenSet =
true; m_botRecommendationId = std::forward<BotRecommendationIdT>(value); }
83 template<
typename BotRecommendationIdT = Aws::String>
89 bool m_botIdHasBeenSet =
false;
92 bool m_botVersionHasBeenSet =
false;
95 bool m_localeIdHasBeenSet =
false;
98 bool m_botRecommendationIdHasBeenSet =
false;
void SetLocaleId(LocaleIdT &&value)
const Aws::String & GetBotVersion() const
bool BotVersionHasBeenSet() const
DescribeBotRecommendationRequest & WithBotVersion(BotVersionT &&value)
void SetBotId(BotIdT &&value)
const Aws::String & GetLocaleId() const
void SetBotVersion(BotVersionT &&value)
DescribeBotRecommendationRequest & WithLocaleId(LocaleIdT &&value)
DescribeBotRecommendationRequest & WithBotRecommendationId(BotRecommendationIdT &&value)
DescribeBotRecommendationRequest & WithBotId(BotIdT &&value)
bool BotIdHasBeenSet() const
AWS_LEXMODELSV2_API DescribeBotRecommendationRequest()=default
const Aws::String & GetBotRecommendationId() const
void SetBotRecommendationId(BotRecommendationIdT &&value)
virtual const char * GetServiceRequestName() const override
bool LocaleIdHasBeenSet() const
bool BotRecommendationIdHasBeenSet() const
const Aws::String & GetBotId() const
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String