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 SetIntentId(
const char* value) { m_intentIdHasBeenSet =
true; m_intentId.assign(value); }
57 inline void SetBotId(
const char* value) { m_botIdHasBeenSet =
true; m_botId.assign(value); }
71 inline void SetBotVersion(
const char* value) { m_botVersionHasBeenSet =
true; m_botVersion.assign(value); }
88 inline void SetLocaleId(
const char* value) { m_localeIdHasBeenSet =
true; m_localeId.assign(value); }
96 bool m_intentIdHasBeenSet =
false;
99 bool m_botIdHasBeenSet =
false;
102 bool m_botVersionHasBeenSet =
false;
105 bool m_localeIdHasBeenSet =
false;
void SetIntentId(Aws::String &&value)
void SetIntentId(const char *value)
const Aws::String & GetBotVersion() const
DescribeIntentRequest & WithIntentId(const Aws::String &value)
DescribeIntentRequest & WithLocaleId(const char *value)
DescribeIntentRequest & WithBotVersion(const Aws::String &value)
void SetBotVersion(const Aws::String &value)
bool BotIdHasBeenSet() const
DescribeIntentRequest & WithIntentId(Aws::String &&value)
bool BotVersionHasBeenSet() const
DescribeIntentRequest & WithBotId(const char *value)
DescribeIntentRequest & WithLocaleId(Aws::String &&value)
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
void SetLocaleId(const char *value)
DescribeIntentRequest & WithBotVersion(Aws::String &&value)
void SetBotId(const Aws::String &value)
AWS_LEXMODELSV2_API DescribeIntentRequest()
bool LocaleIdHasBeenSet() const
DescribeIntentRequest & WithIntentId(const char *value)
const Aws::String & GetIntentId() const
void SetLocaleId(const Aws::String &value)
void SetBotId(const char *value)
void SetBotVersion(Aws::String &&value)
void SetBotId(Aws::String &&value)
DescribeIntentRequest & WithBotId(const Aws::String &value)
const Aws::String & GetBotId() const
virtual const char * GetServiceRequestName() const override
DescribeIntentRequest & WithLocaleId(const Aws::String &value)
DescribeIntentRequest & WithBotId(Aws::String &&value)
void SetBotVersion(const char *value)
void SetLocaleId(Aws::String &&value)
const Aws::String & GetLocaleId() const
bool IntentIdHasBeenSet() const
DescribeIntentRequest & WithBotVersion(const char *value)
void SetIntentId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String