7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename GenerationInputPromptT = Aws::String>
45 void SetGenerationInputPrompt(GenerationInputPromptT&& value) { m_generationInputPromptHasBeenSet =
true; m_generationInputPrompt = std::forward<GenerationInputPromptT>(value); }
46 template<
typename GenerationInputPromptT = Aws::String>
57 template<
typename BotIdT = Aws::String>
58 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
59 template<
typename BotIdT = Aws::String>
69 template<
typename BotVersionT = Aws::String>
70 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
71 template<
typename BotVersionT = Aws::String>
81 template<
typename LocaleIdT = Aws::String>
82 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet =
true; m_localeId = std::forward<LocaleIdT>(value); }
83 template<
typename LocaleIdT = Aws::String>
89 bool m_generationInputPromptHasBeenSet =
false;
92 bool m_botIdHasBeenSet =
false;
95 bool m_botVersionHasBeenSet =
false;
98 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