7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/qconnect/QConnectRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/qconnect/model/SearchExpression.h>
49 template<
typename NextTokenT = Aws::String>
50 void SetNextToken(
NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
51 template<
typename NextTokenT = Aws::String>
61 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
72 template<
typename AssistantIdT = Aws::String>
74 template<
typename AssistantIdT = Aws::String>
84 template<
typename SearchExpressionT = SearchExpression>
86 template<
typename SearchExpressionT = SearchExpression>
92 bool m_nextTokenHasBeenSet =
false;
95 bool m_maxResultsHasBeenSet =
false;
98 bool m_assistantIdHasBeenSet =
false;
100 SearchExpression m_searchExpression;
101 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