7#include <aws/lex/LexRuntimeService_EXPORTS.h>
8#include <aws/lex/LexRuntimeServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace LexRuntimeService
49 inline void SetBotName(
const char* value) { m_botNameHasBeenSet =
true; m_botName.assign(value); }
63 inline void SetBotAlias(
const char* value) { m_botAliasHasBeenSet =
true; m_botAlias.assign(value); }
78 inline void SetUserId(
const char* value) { m_userIdHasBeenSet =
true; m_userId.assign(value); }
95 inline void SetCheckpointLabelFilter(
const char* value) { m_checkpointLabelFilterHasBeenSet =
true; m_checkpointLabelFilter.assign(value); }
103 bool m_botNameHasBeenSet =
false;
106 bool m_botAliasHasBeenSet =
false;
109 bool m_userIdHasBeenSet =
false;
112 bool m_checkpointLabelFilterHasBeenSet =
false;
void SetBotAlias(const char *value)
void SetBotName(Aws::String &&value)
GetSessionRequest & WithBotAlias(const Aws::String &value)
const Aws::String & GetBotAlias() const
GetSessionRequest & WithBotName(const char *value)
void SetBotName(const Aws::String &value)
GetSessionRequest & WithBotName(Aws::String &&value)
bool BotAliasHasBeenSet() const
GetSessionRequest & WithUserId(Aws::String &&value)
GetSessionRequest & WithCheckpointLabelFilter(Aws::String &&value)
GetSessionRequest & WithCheckpointLabelFilter(const Aws::String &value)
GetSessionRequest & WithUserId(const Aws::String &value)
GetSessionRequest & WithUserId(const char *value)
GetSessionRequest & WithBotAlias(const char *value)
void SetBotName(const char *value)
void SetCheckpointLabelFilter(Aws::String &&value)
const Aws::String & GetBotName() const
const Aws::String & GetCheckpointLabelFilter() const
void SetBotAlias(const Aws::String &value)
void SetCheckpointLabelFilter(const Aws::String &value)
GetSessionRequest & WithBotName(const Aws::String &value)
void SetUserId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
bool UserIdHasBeenSet() const
void SetUserId(const char *value)
bool BotNameHasBeenSet() const
bool CheckpointLabelFilterHasBeenSet() const
GetSessionRequest & WithBotAlias(Aws::String &&value)
void SetCheckpointLabelFilter(const char *value)
GetSessionRequest & WithCheckpointLabelFilter(const char *value)
void SetUserId(const Aws::String &value)
AWS_LEXRUNTIMESERVICE_API Aws::String SerializePayload() const override
AWS_LEXRUNTIMESERVICE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_LEXRUNTIMESERVICE_API GetSessionRequest()
void SetBotAlias(Aws::String &&value)
const Aws::String & GetUserId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String