7#include <aws/lexv2-models/LexModelsV2_EXPORTS.h>
8#include <aws/lexv2-models/LexModelsV2Request.h>
9#include <aws/lexv2-models/model/TestExecutionSortBy.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
42 template<
typename SortByT = TestExecutionSortBy>
43 void SetSortBy(SortByT&& value) { m_sortByHasBeenSet =
true; m_sortBy = std::forward<SortByT>(value); }
44 template<
typename SortByT = TestExecutionSortBy>
56 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
69 template<
typename NextTokenT = Aws::String>
70 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
71 template<
typename NextTokenT = Aws::String>
77 bool m_sortByHasBeenSet =
false;
80 bool m_maxResultsHasBeenSet =
false;
83 bool m_nextTokenHasBeenSet =
false;
AWS_LEXMODELSV2_API ListTestExecutionsRequest()=default
const Aws::String & GetNextToken() const
virtual const char * GetServiceRequestName() const override
AWS_LEXMODELSV2_API Aws::String SerializePayload() const override
ListTestExecutionsRequest & WithNextToken(NextTokenT &&value)
bool SortByHasBeenSet() const
bool MaxResultsHasBeenSet() const
const TestExecutionSortBy & GetSortBy() const
bool NextTokenHasBeenSet() const
ListTestExecutionsRequest & WithSortBy(SortByT &&value)
void SetSortBy(SortByT &&value)
void SetMaxResults(int value)
int GetMaxResults() const
void SetNextToken(NextTokenT &&value)
ListTestExecutionsRequest & WithMaxResults(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String