7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename BotIdT = Aws::String>
43 void SetBotId(BotIdT&& value) { m_botIdHasBeenSet =
true; m_botId = std::forward<BotIdT>(value); }
44 template<
typename BotIdT = Aws::String>
54 template<
typename BotVersionT = Aws::String>
55 void SetBotVersion(BotVersionT&& value) { m_botVersionHasBeenSet =
true; m_botVersion = std::forward<BotVersionT>(value); }
56 template<
typename BotVersionT = Aws::String>
66 template<
typename LocaleIdT = Aws::String>
67 void SetLocaleId(LocaleIdT&& value) { m_localeIdHasBeenSet =
true; m_localeId = std::forward<LocaleIdT>(value); }
68 template<
typename LocaleIdT = Aws::String>
79 template<
typename GenerationIdT = Aws::String>
80 void SetGenerationId(GenerationIdT&& value) { m_generationIdHasBeenSet =
true; m_generationId = std::forward<GenerationIdT>(value); }
81 template<
typename GenerationIdT = Aws::String>
87 bool m_botIdHasBeenSet =
false;
90 bool m_botVersionHasBeenSet =
false;
93 bool m_localeIdHasBeenSet =
false;
96 bool m_generationIdHasBeenSet =
false;
AWS_LEXMODELSV2_API DescribeBotResourceGenerationRequest()=default
const Aws::String & GetBotVersion() const
void SetBotVersion(BotVersionT &&value)
const Aws::String & GetGenerationId() const
DescribeBotResourceGenerationRequest & WithBotId(BotIdT &&value)
DescribeBotResourceGenerationRequest & WithBotVersion(BotVersionT &&value)
const Aws::String & GetBotId() const
void SetBotId(BotIdT &&value)
void SetGenerationId(GenerationIdT &&value)
bool BotVersionHasBeenSet() const
void SetLocaleId(LocaleIdT &&value)
const Aws::String & GetLocaleId() const
bool GenerationIdHasBeenSet() const
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
DescribeBotResourceGenerationRequest & WithLocaleId(LocaleIdT &&value)
bool BotIdHasBeenSet() const
DescribeBotResourceGenerationRequest & WithGenerationId(GenerationIdT &&value)
bool LocaleIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String