7#include <aws/lex/LexRuntimeService_EXPORTS.h>
8#include <aws/lex/LexRuntimeServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace LexRuntimeService
41 template<
typename BotNameT = Aws::String>
42 void SetBotName(BotNameT&& value) { m_botNameHasBeenSet =
true; m_botName = std::forward<BotNameT>(value); }
43 template<
typename BotNameT = Aws::String>
53 template<
typename BotAliasT = Aws::String>
54 void SetBotAlias(BotAliasT&& value) { m_botAliasHasBeenSet =
true; m_botAlias = std::forward<BotAliasT>(value); }
55 template<
typename BotAliasT = Aws::String>
65 template<
typename UserIdT = Aws::String>
66 void SetUserId(UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
67 template<
typename UserIdT = Aws::String>
73 bool m_botNameHasBeenSet =
false;
76 bool m_botAliasHasBeenSet =
false;
79 bool m_userIdHasBeenSet =
false;
DeleteSessionRequest & WithUserId(UserIdT &&value)
AWS_LEXRUNTIMESERVICE_API DeleteSessionRequest()=default
AWS_LEXRUNTIMESERVICE_API Aws::String SerializePayload() const override
bool BotAliasHasBeenSet() const
void SetUserId(UserIdT &&value)
bool UserIdHasBeenSet() const
void SetBotAlias(BotAliasT &&value)
const Aws::String & GetUserId() const
DeleteSessionRequest & WithBotName(BotNameT &&value)
const Aws::String & GetBotAlias() const
void SetBotName(BotNameT &&value)
virtual const char * GetServiceRequestName() const override
bool BotNameHasBeenSet() const
DeleteSessionRequest & WithBotAlias(BotAliasT &&value)
const Aws::String & GetBotName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String