7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetBotId(
const char* value) { m_botIdHasBeenSet =
true; m_botId.assign(value); }
57 inline void SetBotVersion(
const char* value) { m_botVersionHasBeenSet =
true; m_botVersion.assign(value); }
75 inline void SetLocaleId(
const char* value) { m_localeIdHasBeenSet =
true; m_localeId.assign(value); }
89 inline void SetBotRecommendationId(
const char* value) { m_botRecommendationIdHasBeenSet =
true; m_botRecommendationId.assign(value); }
97 bool m_botIdHasBeenSet =
false;
100 bool m_botVersionHasBeenSet =
false;
103 bool m_localeIdHasBeenSet =
false;
106 bool m_botRecommendationIdHasBeenSet =
false;
void SetBotRecommendationId(const Aws::String &value)
void SetLocaleId(Aws::String &&value)
DescribeBotRecommendationRequest & WithBotId(Aws::String &&value)
DescribeBotRecommendationRequest & WithBotId(const Aws::String &value)
DescribeBotRecommendationRequest & WithBotRecommendationId(const char *value)
DescribeBotRecommendationRequest & WithBotRecommendationId(Aws::String &&value)
const Aws::String & GetBotVersion() const
bool BotVersionHasBeenSet() const
void SetBotId(const Aws::String &value)
const Aws::String & GetLocaleId() const
DescribeBotRecommendationRequest & WithBotVersion(const char *value)
DescribeBotRecommendationRequest & WithLocaleId(const char *value)
DescribeBotRecommendationRequest & WithBotRecommendationId(const Aws::String &value)
AWS_LEXMODELSV2_API DescribeBotRecommendationRequest()
void SetLocaleId(const Aws::String &value)
void SetBotVersion(const Aws::String &value)
void SetBotRecommendationId(Aws::String &&value)
void SetBotVersion(const char *value)
bool BotIdHasBeenSet() const
DescribeBotRecommendationRequest & WithLocaleId(Aws::String &&value)
void SetBotId(const char *value)
const Aws::String & GetBotRecommendationId() const
void SetLocaleId(const char *value)
void SetBotVersion(Aws::String &&value)
DescribeBotRecommendationRequest & WithLocaleId(const Aws::String &value)
void SetBotId(Aws::String &&value)
DescribeBotRecommendationRequest & WithBotVersion(Aws::String &&value)
void SetBotRecommendationId(const char *value)
DescribeBotRecommendationRequest & WithBotVersion(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
DescribeBotRecommendationRequest & WithBotId(const char *value)
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