7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/machinelearning/MachineLearningRequest.h>
9#include <aws/machinelearning/MachineLearning_EXPORTS.h>
10#include <aws/machinelearning/model/EvaluationFilterVariable.h>
11#include <aws/machinelearning/model/SortOrder.h>
16namespace MachineLearning {
55 m_filterVariableHasBeenSet =
true;
56 m_filterVariable = value;
72 template <
typename EQT = Aws::String>
74 m_eQHasBeenSet =
true;
75 m_eQ = std::forward<EQT>(value);
77 template <
typename EQT = Aws::String>
79 SetEQ(std::forward<EQT>(value));
92 template <
typename GTT = Aws::String>
94 m_gTHasBeenSet =
true;
95 m_gT = std::forward<GTT>(value);
97 template <
typename GTT = Aws::String>
99 SetGT(std::forward<GTT>(value));
112 template <
typename LTT = Aws::String>
114 m_lTHasBeenSet =
true;
115 m_lT = std::forward<LTT>(value);
117 template <
typename LTT = Aws::String>
119 SetLT(std::forward<LTT>(value));
132 template <
typename GET = Aws::String>
134 m_gEHasBeenSet =
true;
135 m_gE = std::forward<GET>(value);
137 template <
typename GET = Aws::String>
139 SetGE(std::forward<GET>(value));
152 template <
typename LET = Aws::String>
154 m_lEHasBeenSet =
true;
155 m_lE = std::forward<LET>(value);
157 template <
typename LET = Aws::String>
159 SetLE(std::forward<LET>(value));
172 template <
typename NET = Aws::String>
174 m_nEHasBeenSet =
true;
175 m_nE = std::forward<NET>(value);
177 template <
typename NET = Aws::String>
179 SetNE(std::forward<NET>(value));
197 template <
typename PrefixT = Aws::String>
199 m_prefixHasBeenSet =
true;
200 m_prefix = std::forward<PrefixT>(value);
202 template <
typename PrefixT = Aws::String>
220 m_sortOrderHasBeenSet =
true;
235 template <
typename NextTokenT = Aws::String>
237 m_nextTokenHasBeenSet =
true;
238 m_nextToken = std::forward<NextTokenT>(value);
240 template <
typename NextTokenT = Aws::String>
254 m_limitHasBeenSet =
true;
284 bool m_filterVariableHasBeenSet =
false;
285 bool m_eQHasBeenSet =
false;
286 bool m_gTHasBeenSet =
false;
287 bool m_lTHasBeenSet =
false;
288 bool m_gEHasBeenSet =
false;
289 bool m_lEHasBeenSet =
false;
290 bool m_nEHasBeenSet =
false;
291 bool m_prefixHasBeenSet =
false;
292 bool m_sortOrderHasBeenSet =
false;
293 bool m_nextTokenHasBeenSet =
false;
294 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