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 {
38 template <
typename BotIdT = Aws::String>
40 m_botIdHasBeenSet =
true;
41 m_botId = std::forward<BotIdT>(value);
43 template <
typename BotIdT = Aws::String>
45 SetBotId(std::forward<BotIdT>(value));
56 template <
typename BotVersionT = Aws::String>
58 m_botVersionHasBeenSet =
true;
59 m_botVersion = std::forward<BotVersionT>(value);
61 template <
typename BotVersionT = Aws::String>
74 template <
typename LocaleIdT = Aws::String>
76 m_localeIdHasBeenSet =
true;
77 m_localeId = std::forward<LocaleIdT>(value);
79 template <
typename LocaleIdT = Aws::String>
93 template <
typename GenerationIdT = Aws::String>
95 m_generationIdHasBeenSet =
true;
96 m_generationId = std::forward<GenerationIdT>(value);
98 template <
typename GenerationIdT = Aws::String>
112 bool m_botIdHasBeenSet =
false;
113 bool m_botVersionHasBeenSet =
false;
114 bool m_localeIdHasBeenSet =
false;
115 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