7#include <aws/machinelearning/MachineLearning_EXPORTS.h>
8#include <aws/machinelearning/MachineLearningRequest.h>
9#include <aws/machinelearning/model/EvaluationFilterVariable.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/machinelearning/model/SortOrder.h>
16namespace MachineLearning
70 template<
typename EQT = Aws::String>
71 void SetEQ(EQT&& value) { m_eQHasBeenSet =
true; m_eQ = std::forward<EQT>(value); }
72 template<
typename EQT = Aws::String>
84 template<
typename GTT = Aws::String>
85 void SetGT(GTT&& value) { m_gTHasBeenSet =
true; m_gT = std::forward<GTT>(value); }
86 template<
typename GTT = Aws::String>
98 template<
typename LTT = Aws::String>
99 void SetLT(LTT&& value) { m_lTHasBeenSet =
true; m_lT = std::forward<LTT>(value); }
100 template<
typename LTT = Aws::String>
112 template<
typename GET = Aws::String>
113 void SetGE(GET&& value) { m_gEHasBeenSet =
true; m_gE = std::forward<GET>(value); }
114 template<
typename GET = Aws::String>
126 template<
typename LET = Aws::String>
127 void SetLE(LET&& value) { m_lEHasBeenSet =
true; m_lE = std::forward<LET>(value); }
128 template<
typename LET = Aws::String>
140 template<
typename NET = Aws::String>
141 void SetNE(NET&& value) { m_nEHasBeenSet =
true; m_nE = std::forward<NET>(value); }
142 template<
typename NET = Aws::String>
159 template<
typename PrefixT = Aws::String>
160 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
161 template<
typename PrefixT = Aws::String>
185 template<
typename NextTokenT = Aws::String>
186 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
187 template<
typename NextTokenT = Aws::String>
197 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
203 bool m_filterVariableHasBeenSet =
false;
206 bool m_eQHasBeenSet =
false;
209 bool m_gTHasBeenSet =
false;
212 bool m_lTHasBeenSet =
false;
215 bool m_gEHasBeenSet =
false;
218 bool m_lEHasBeenSet =
false;
221 bool m_nEHasBeenSet =
false;
224 bool m_prefixHasBeenSet =
false;
227 bool m_sortOrderHasBeenSet =
false;
230 bool m_nextTokenHasBeenSet =
false;
233 bool m_limitHasBeenSet =
false;
const Aws::String & GetEQ() const
DescribeEvaluationsRequest & WithFilterVariable(EvaluationFilterVariable value)
DescribeEvaluationsRequest & WithPrefix(PrefixT &&value)
const Aws::String & GetLT() const
DescribeEvaluationsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetGT() const
SortOrder GetSortOrder() const
bool LimitHasBeenSet() const
bool LTHasBeenSet() const
void SetNextToken(NextTokenT &&value)
EvaluationFilterVariable GetFilterVariable() const
const Aws::String & GetPrefix() const
DescribeEvaluationsRequest & WithLimit(int value)
bool FilterVariableHasBeenSet() const
bool SortOrderHasBeenSet() const
AWS_MACHINELEARNING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
const Aws::String & GetNE() const
DescribeEvaluationsRequest & WithLE(LET &&value)
DescribeEvaluationsRequest & WithLT(LTT &&value)
AWS_MACHINELEARNING_API DescribeEvaluationsRequest()=default
DescribeEvaluationsRequest & WithEQ(EQT &&value)
DescribeEvaluationsRequest & WithGT(GTT &&value)
AWS_MACHINELEARNING_API Aws::String SerializePayload() const override
bool NEHasBeenSet() const
void SetFilterVariable(EvaluationFilterVariable value)
const Aws::String & GetGE() const
DescribeEvaluationsRequest & WithGE(GET &&value)
bool GTHasBeenSet() const
void SetSortOrder(SortOrder value)
void SetPrefix(PrefixT &&value)
DescribeEvaluationsRequest & WithNE(NET &&value)
bool LEHasBeenSet() const
const Aws::String & GetNextToken() const
bool GEHasBeenSet() const
bool PrefixHasBeenSet() const
const Aws::String & GetLE() const
bool EQHasBeenSet() const
DescribeEvaluationsRequest & WithSortOrder(SortOrder value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String