7#include <aws/lex/LexRuntimeService_EXPORTS.h>
8#include <aws/lex/LexRuntimeServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace LexRuntimeService
43 inline void SetBotName(
const char* value) { m_botNameHasBeenSet =
true; m_botName.assign(value); }
57 inline void SetBotAlias(
const char* value) { m_botAliasHasBeenSet =
true; m_botAlias.assign(value); }
71 inline void SetUserId(
const char* value) { m_userIdHasBeenSet =
true; m_userId.assign(value); }
79 bool m_botNameHasBeenSet =
false;
82 bool m_botAliasHasBeenSet =
false;
85 bool m_userIdHasBeenSet =
false;
void SetBotName(Aws::String &&value)
DeleteSessionRequest & WithBotAlias(const char *value)
DeleteSessionRequest & WithBotName(const Aws::String &value)
void SetBotAlias(const Aws::String &value)
void SetUserId(Aws::String &&value)
DeleteSessionRequest & WithBotName(Aws::String &&value)
DeleteSessionRequest & WithUserId(const Aws::String &value)
AWS_LEXRUNTIMESERVICE_API Aws::String SerializePayload() const override
bool BotAliasHasBeenSet() const
void SetUserId(const Aws::String &value)
DeleteSessionRequest & WithBotAlias(const Aws::String &value)
void SetUserId(const char *value)
bool UserIdHasBeenSet() const
void SetBotAlias(const char *value)
void SetBotName(const char *value)
DeleteSessionRequest & WithBotName(const char *value)
DeleteSessionRequest & WithUserId(Aws::String &&value)
const Aws::String & GetUserId() const
DeleteSessionRequest & WithBotAlias(Aws::String &&value)
const Aws::String & GetBotAlias() const
void SetBotName(const Aws::String &value)
DeleteSessionRequest & WithUserId(const char *value)
AWS_LEXRUNTIMESERVICE_API DeleteSessionRequest()
void SetBotAlias(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
bool BotNameHasBeenSet() const
const Aws::String & GetBotName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String