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/BatchPredictionFilterVariable.h>
11#include <aws/machinelearning/model/SortOrder.h>
16namespace MachineLearning {
56 m_filterVariableHasBeenSet =
true;
57 m_filterVariable = value;
73 template <
typename EQT = Aws::String>
75 m_eQHasBeenSet =
true;
76 m_eQ = std::forward<EQT>(value);
78 template <
typename EQT = Aws::String>
80 SetEQ(std::forward<EQT>(value));
93 template <
typename GTT = Aws::String>
95 m_gTHasBeenSet =
true;
96 m_gT = std::forward<GTT>(value);
98 template <
typename GTT = Aws::String>
100 SetGT(std::forward<GTT>(value));
113 template <
typename LTT = Aws::String>
115 m_lTHasBeenSet =
true;
116 m_lT = std::forward<LTT>(value);
118 template <
typename LTT = Aws::String>
120 SetLT(std::forward<LTT>(value));
133 template <
typename GET = Aws::String>
135 m_gEHasBeenSet =
true;
136 m_gE = std::forward<GET>(value);
138 template <
typename GET = Aws::String>
140 SetGE(std::forward<GET>(value));
153 template <
typename LET = Aws::String>
155 m_lEHasBeenSet =
true;
156 m_lE = std::forward<LET>(value);
158 template <
typename LET = Aws::String>
160 SetLE(std::forward<LET>(value));
173 template <
typename NET = Aws::String>
175 m_nEHasBeenSet =
true;
176 m_nE = std::forward<NET>(value);
178 template <
typename NET = Aws::String>
180 SetNE(std::forward<NET>(value));
198 template <
typename PrefixT = Aws::String>
200 m_prefixHasBeenSet =
true;
201 m_prefix = std::forward<PrefixT>(value);
203 template <
typename PrefixT = Aws::String>
221 m_sortOrderHasBeenSet =
true;
236 template <
typename NextTokenT = Aws::String>
238 m_nextTokenHasBeenSet =
true;
239 m_nextToken = std::forward<NextTokenT>(value);
241 template <
typename NextTokenT = Aws::String>
257 m_limitHasBeenSet =
true;
287 bool m_filterVariableHasBeenSet =
false;
288 bool m_eQHasBeenSet =
false;
289 bool m_gTHasBeenSet =
false;
290 bool m_lTHasBeenSet =
false;
291 bool m_gEHasBeenSet =
false;
292 bool m_lEHasBeenSet =
false;
293 bool m_nEHasBeenSet =
false;
294 bool m_prefixHasBeenSet =
false;
295 bool m_sortOrderHasBeenSet =
false;
296 bool m_nextTokenHasBeenSet =
false;
297 bool m_limitHasBeenSet =
false;
DescribeBatchPredictionsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetGE() const
const Aws::String & GetLE() const
virtual const char * GetServiceRequestName() const override
void SetPrefix(PrefixT &&value)
bool SortOrderHasBeenSet() const
DescribeBatchPredictionsRequest & WithPrefix(PrefixT &&value)
AWS_MACHINELEARNING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeBatchPredictionsRequest & WithFilterVariable(BatchPredictionFilterVariable value)
bool NextTokenHasBeenSet() const
DescribeBatchPredictionsRequest & WithNE(NET &&value)
bool FilterVariableHasBeenSet() const
DescribeBatchPredictionsRequest & WithGE(GET &&value)
AWS_MACHINELEARNING_API Aws::String SerializePayload() const override
BatchPredictionFilterVariable GetFilterVariable() const
const Aws::String & GetPrefix() const
SortOrder GetSortOrder() const
DescribeBatchPredictionsRequest & WithSortOrder(SortOrder value)
const Aws::String & GetNE() const
const Aws::String & GetLT() const
const Aws::String & GetGT() const
void SetNextToken(NextTokenT &&value)
bool PrefixHasBeenSet() const
void SetFilterVariable(BatchPredictionFilterVariable value)
DescribeBatchPredictionsRequest & WithGT(GTT &&value)
DescribeBatchPredictionsRequest & WithLE(LET &&value)
DescribeBatchPredictionsRequest & WithLimit(int value)
bool LEHasBeenSet() const
bool NEHasBeenSet() const
bool EQHasBeenSet() const
void SetSortOrder(SortOrder value)
DescribeBatchPredictionsRequest & WithLT(LTT &&value)
DescribeBatchPredictionsRequest & WithEQ(EQT &&value)
const Aws::String & GetEQ() const
const Aws::String & GetNextToken() const
bool LTHasBeenSet() const
bool GEHasBeenSet() const
bool LimitHasBeenSet() const
bool GTHasBeenSet() const
AWS_MACHINELEARNING_API DescribeBatchPredictionsRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
BatchPredictionFilterVariable
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String