7#include <aws/lex/LexRuntimeService_EXPORTS.h>
8#include <aws/lex/LexRuntimeServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace LexRuntimeService
47 template<
typename BotNameT = Aws::String>
48 void SetBotName(BotNameT&& value) { m_botNameHasBeenSet =
true; m_botName = std::forward<BotNameT>(value); }
49 template<
typename BotNameT = Aws::String>
59 template<
typename BotAliasT = Aws::String>
60 void SetBotAlias(BotAliasT&& value) { m_botAliasHasBeenSet =
true; m_botAlias = std::forward<BotAliasT>(value); }
61 template<
typename BotAliasT = Aws::String>
72 template<
typename UserIdT = Aws::String>
73 void SetUserId(UserIdT&& value) { m_userIdHasBeenSet =
true; m_userId = std::forward<UserIdT>(value); }
74 template<
typename UserIdT = Aws::String>
87 template<
typename Checkpo
intLabelFilterT = Aws::String>
88 void SetCheckpointLabelFilter(CheckpointLabelFilterT&& value) { m_checkpointLabelFilterHasBeenSet =
true; m_checkpointLabelFilter = std::forward<CheckpointLabelFilterT>(value); }
89 template<
typename Checkpo
intLabelFilterT = Aws::String>
95 bool m_botNameHasBeenSet =
false;
98 bool m_botAliasHasBeenSet =
false;
101 bool m_userIdHasBeenSet =
false;
104 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