7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/qconnect/QConnectRequest.h>
9#include <aws/qconnect/QConnect_EXPORTS.h>
10#include <aws/qconnect/model/SearchExpression.h>
44 template <
typename NextTokenT = Aws::String>
46 m_nextTokenHasBeenSet =
true;
47 m_nextToken = std::forward<NextTokenT>(value);
49 template <
typename NextTokenT = Aws::String>
63 m_maxResultsHasBeenSet =
true;
79 template <
typename AssistantIdT = Aws::String>
81 m_assistantIdHasBeenSet =
true;
82 m_assistantId = std::forward<AssistantIdT>(value);
84 template <
typename AssistantIdT = Aws::String>
97 template <
typename SearchExpressionT = SearchExpression>
99 m_searchExpressionHasBeenSet =
true;
100 m_searchExpression = std::forward<SearchExpressionT>(value);
102 template <
typename SearchExpressionT = SearchExpression>
115 SearchExpression m_searchExpression;
116 bool m_nextTokenHasBeenSet =
false;
117 bool m_maxResultsHasBeenSet =
false;
118 bool m_assistantIdHasBeenSet =
false;
119 bool m_searchExpressionHasBeenSet =
false;
void SetSearchExpression(SearchExpressionT &&value)
AWS_QCONNECT_API Aws::String SerializePayload() const override
void SetNextToken(NextTokenT &&value)
bool AssistantIdHasBeenSet() const
void SetAssistantId(AssistantIdT &&value)
const Aws::String & GetNextToken() const
SearchSessionsRequest & WithSearchExpression(SearchExpressionT &&value)
bool NextTokenHasBeenSet() const
SearchSessionsRequest & WithAssistantId(AssistantIdT &&value)
bool SearchExpressionHasBeenSet() const
virtual const char * GetServiceRequestName() const override
SearchSessionsRequest & WithMaxResults(int value)
const Aws::String & GetAssistantId() const
AWS_QCONNECT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
int GetMaxResults() const
const SearchExpression & GetSearchExpression() const
bool MaxResultsHasBeenSet() const
SearchSessionsRequest & WithNextToken(NextTokenT &&value)
void SetMaxResults(int value)
AWS_QCONNECT_API SearchSessionsRequest()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String