7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lex/LexRuntimeServiceRequest.h>
9#include <aws/lex/LexRuntimeService_EXPORTS.h>
14namespace LexRuntimeService {
37 template <
typename BotNameT = Aws::String>
39 m_botNameHasBeenSet =
true;
40 m_botName = std::forward<BotNameT>(value);
42 template <
typename BotNameT = Aws::String>
55 template <
typename BotAliasT = Aws::String>
57 m_botAliasHasBeenSet =
true;
58 m_botAlias = std::forward<BotAliasT>(value);
60 template <
typename BotAliasT = Aws::String>
73 template <
typename UserIdT = Aws::String>
75 m_userIdHasBeenSet =
true;
76 m_userId = std::forward<UserIdT>(value);
78 template <
typename UserIdT = Aws::String>
90 bool m_botNameHasBeenSet =
false;
91 bool m_botAliasHasBeenSet =
false;
92 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