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 {
40 template <
typename GenerationInputPromptT = Aws::String>
42 m_generationInputPromptHasBeenSet =
true;
43 m_generationInputPrompt = std::forward<GenerationInputPromptT>(value);
45 template <
typename GenerationInputPromptT = Aws::String>
59 template <
typename BotIdT = Aws::String>
61 m_botIdHasBeenSet =
true;
62 m_botId = std::forward<BotIdT>(value);
64 template <
typename BotIdT = Aws::String>
66 SetBotId(std::forward<BotIdT>(value));
77 template <
typename BotVersionT = Aws::String>
79 m_botVersionHasBeenSet =
true;
80 m_botVersion = std::forward<BotVersionT>(value);
82 template <
typename BotVersionT = Aws::String>
95 template <
typename LocaleIdT = Aws::String>
97 m_localeIdHasBeenSet =
true;
98 m_localeId = std::forward<LocaleIdT>(value);
100 template <
typename LocaleIdT = Aws::String>
114 bool m_generationInputPromptHasBeenSet =
false;
115 bool m_botIdHasBeenSet =
false;
116 bool m_botVersionHasBeenSet =
false;
117 bool m_localeIdHasBeenSet =
false;
void SetGenerationInputPrompt(GenerationInputPromptT &&value)
StartBotResourceGenerationRequest & WithLocaleId(LocaleIdT &&value)
StartBotResourceGenerationRequest & WithBotVersion(BotVersionT &&value)
StartBotResourceGenerationRequest & WithGenerationInputPrompt(GenerationInputPromptT &&value)
bool BotIdHasBeenSet() const
const Aws::String & GetBotVersion() const
void SetBotId(BotIdT &&value)
const Aws::String & GetGenerationInputPrompt() const
StartBotResourceGenerationRequest & WithBotId(BotIdT &&value)
bool GenerationInputPromptHasBeenSet() const
void SetLocaleId(LocaleIdT &&value)
bool BotVersionHasBeenSet() const
AWS_LEXMODELSV2_API StartBotResourceGenerationRequest()=default
void SetBotVersion(BotVersionT &&value)
const Aws::String & GetLocaleId() const
bool LocaleIdHasBeenSet() const
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
const Aws::String & GetBotId() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String