7#include <aws/wisdom/ConnectWisdomService_EXPORTS.h>
8#include <aws/wisdom/ConnectWisdomServiceRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/wisdom/model/SearchExpression.h>
19namespace ConnectWisdomService
49 template<
typename AssistantIdT = Aws::String>
50 void SetAssistantId(AssistantIdT&& value) { m_assistantIdHasBeenSet =
true; m_assistantId = std::forward<AssistantIdT>(value); }
51 template<
typename AssistantIdT = Aws::String>
61 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
72 template<
typename NextTokenT = Aws::String>
73 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
74 template<
typename NextTokenT = Aws::String>
84 template<
typename SearchExpressionT = SearchExpression>
85 void SetSearchExpression(SearchExpressionT&& value) { m_searchExpressionHasBeenSet =
true; m_searchExpression = std::forward<SearchExpressionT>(value); }
86 template<
typename SearchExpressionT = SearchExpression>
92 bool m_assistantIdHasBeenSet =
false;
95 bool m_maxResultsHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
100 SearchExpression m_searchExpression;
101 bool m_searchExpressionHasBeenSet =
false;
bool MaxResultsHasBeenSet() const
const Aws::String & GetNextToken() const
AWS_CONNECTWISDOMSERVICE_API SearchSessionsRequest()=default
SearchSessionsRequest & WithAssistantId(AssistantIdT &&value)
AWS_CONNECTWISDOMSERVICE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool AssistantIdHasBeenSet() const
SearchSessionsRequest & WithSearchExpression(SearchExpressionT &&value)
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
const SearchExpression & GetSearchExpression() const
void SetNextToken(NextTokenT &&value)
void SetMaxResults(int value)
void SetSearchExpression(SearchExpressionT &&value)
int GetMaxResults() const
SearchSessionsRequest & WithNextToken(NextTokenT &&value)
AWS_CONNECTWISDOMSERVICE_API Aws::String SerializePayload() const override
const Aws::String & GetAssistantId() const
void SetAssistantId(AssistantIdT &&value)
SearchSessionsRequest & WithMaxResults(int value)
bool SearchExpressionHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String