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 {
37 template <
typename IntentIdT = Aws::String>
39 m_intentIdHasBeenSet =
true;
40 m_intentId = std::forward<IntentIdT>(value);
42 template <
typename IntentIdT = Aws::String>
55 template <
typename BotIdT = Aws::String>
57 m_botIdHasBeenSet =
true;
58 m_botId = std::forward<BotIdT>(value);
60 template <
typename BotIdT = Aws::String>
62 SetBotId(std::forward<BotIdT>(value));
73 template <
typename BotVersionT = Aws::String>
75 m_botVersionHasBeenSet =
true;
76 m_botVersion = std::forward<BotVersionT>(value);
78 template <
typename BotVersionT = Aws::String>
91 template <
typename LocaleIdT = Aws::String>
93 m_localeIdHasBeenSet =
true;
94 m_localeId = std::forward<LocaleIdT>(value);
96 template <
typename LocaleIdT = Aws::String>
110 bool m_intentIdHasBeenSet =
false;
111 bool m_botIdHasBeenSet =
false;
112 bool m_botVersionHasBeenSet =
false;
113 bool m_localeIdHasBeenSet =
false;
AWS_LEXMODELSV2_API GenerateBotElementRequest()=default
GenerateBotElementRequest & WithLocaleId(LocaleIdT &&value)
GenerateBotElementRequest & WithIntentId(IntentIdT &&value)
void SetBotId(BotIdT &&value)
const Aws::String & GetBotId() const
bool BotIdHasBeenSet() const
const Aws::String & GetBotVersion() const
void SetLocaleId(LocaleIdT &&value)
GenerateBotElementRequest & WithBotVersion(BotVersionT &&value)
virtual const char * GetServiceRequestName() const override
GenerateBotElementRequest & WithBotId(BotIdT &&value)
void SetBotVersion(BotVersionT &&value)
bool BotVersionHasBeenSet() const
void SetIntentId(IntentIdT &&value)
bool LocaleIdHasBeenSet() const
const Aws::String & GetLocaleId() const
const Aws::String & GetIntentId() const
bool IntentIdHasBeenSet() const
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String