7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/lex/LexRuntimeServiceRequest.h>
9#include <aws/lex/LexRuntimeService_EXPORTS.h>
17namespace LexRuntimeService {
42 template <
typename BotNameT = Aws::String>
44 m_botNameHasBeenSet =
true;
45 m_botName = std::forward<BotNameT>(value);
47 template <
typename BotNameT = Aws::String>
60 template <
typename BotAliasT = Aws::String>
62 m_botAliasHasBeenSet =
true;
63 m_botAlias = std::forward<BotAliasT>(value);
65 template <
typename BotAliasT = Aws::String>
79 template <
typename UserIdT = Aws::String>
81 m_userIdHasBeenSet =
true;
82 m_userId = std::forward<UserIdT>(value);
84 template <
typename UserIdT = Aws::String>
100 template <
typename Checkpo
intLabelFilterT = Aws::String>
102 m_checkpointLabelFilterHasBeenSet =
true;
103 m_checkpointLabelFilter = std::forward<CheckpointLabelFilterT>(value);
105 template <
typename Checkpo
intLabelFilterT = Aws::String>
119 bool m_botNameHasBeenSet =
false;
120 bool m_botAliasHasBeenSet =
false;
121 bool m_userIdHasBeenSet =
false;
122 bool m_checkpointLabelFilterHasBeenSet =
false;
const Aws::String & GetBotAlias() const
bool BotAliasHasBeenSet() const
GetSessionRequest & WithBotAlias(BotAliasT &&value)
void SetBotAlias(BotAliasT &&value)
const Aws::String & GetBotName() const
const Aws::String & GetCheckpointLabelFilter() const
void SetBotName(BotNameT &&value)
GetSessionRequest & WithUserId(UserIdT &&value)
void SetCheckpointLabelFilter(CheckpointLabelFilterT &&value)
virtual const char * GetServiceRequestName() const override
void SetUserId(UserIdT &&value)
GetSessionRequest & WithBotName(BotNameT &&value)
AWS_LEXRUNTIMESERVICE_API GetSessionRequest()=default
bool UserIdHasBeenSet() const
bool BotNameHasBeenSet() const
bool CheckpointLabelFilterHasBeenSet() const
GetSessionRequest & WithCheckpointLabelFilter(CheckpointLabelFilterT &&value)
AWS_LEXRUNTIMESERVICE_API Aws::String SerializePayload() const override
AWS_LEXRUNTIMESERVICE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
const Aws::String & GetUserId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String