7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 inline void SetBotId(
const char* value) { m_botIdHasBeenSet =
true; m_botId.assign(value); }
57 inline void SetBotVersion(
const char* value) { m_botVersionHasBeenSet =
true; m_botVersion.assign(value); }
65 bool m_botIdHasBeenSet =
false;
68 bool m_botVersionHasBeenSet =
false;
void SetBotVersion(const char *value)
DescribeBotVersionRequest & WithBotId(const char *value)
void SetBotVersion(Aws::String &&value)
DescribeBotVersionRequest & WithBotVersion(const Aws::String &value)
DescribeBotVersionRequest & WithBotVersion(const char *value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetBotId() const
DescribeBotVersionRequest & WithBotId(const Aws::String &value)
DescribeBotVersionRequest & WithBotId(Aws::String &&value)
void SetBotId(const char *value)
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
void SetBotVersion(const Aws::String &value)
AWS_LEXMODELSV2_API DescribeBotVersionRequest()
const Aws::String & GetBotVersion() const
DescribeBotVersionRequest & WithBotVersion(Aws::String &&value)
void SetBotId(Aws::String &&value)
bool BotVersionHasBeenSet() const
void SetBotId(const Aws::String &value)
bool BotIdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String