7#include <aws/machinelearning/MachineLearning_EXPORTS.h>
8#include <aws/machinelearning/MachineLearningRequest.h>
9#include <aws/machinelearning/model/BatchPredictionFilterVariable.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/machinelearning/model/SortOrder.h>
16namespace MachineLearning
71 template<
typename EQT = Aws::String>
72 void SetEQ(EQT&& value) { m_eQHasBeenSet =
true; m_eQ = std::forward<EQT>(value); }
73 template<
typename EQT = Aws::String>
85 template<
typename GTT = Aws::String>
86 void SetGT(GTT&& value) { m_gTHasBeenSet =
true; m_gT = std::forward<GTT>(value); }
87 template<
typename GTT = Aws::String>
99 template<
typename LTT = Aws::String>
100 void SetLT(LTT&& value) { m_lTHasBeenSet =
true; m_lT = std::forward<LTT>(value); }
101 template<
typename LTT = Aws::String>
113 template<
typename GET = Aws::String>
114 void SetGE(GET&& value) { m_gEHasBeenSet =
true; m_gE = std::forward<GET>(value); }
115 template<
typename GET = Aws::String>
127 template<
typename LET = Aws::String>
128 void SetLE(LET&& value) { m_lEHasBeenSet =
true; m_lE = std::forward<LET>(value); }
129 template<
typename LET = Aws::String>
141 template<
typename NET = Aws::String>
142 void SetNE(NET&& value) { m_nEHasBeenSet =
true; m_nE = std::forward<NET>(value); }
143 template<
typename NET = Aws::String>
160 template<
typename PrefixT = Aws::String>
161 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
162 template<
typename PrefixT = Aws::String>
186 template<
typename NextTokenT = Aws::String>
187 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
188 template<
typename NextTokenT = Aws::String>
200 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
206 bool m_filterVariableHasBeenSet =
false;
209 bool m_eQHasBeenSet =
false;
212 bool m_gTHasBeenSet =
false;
215 bool m_lTHasBeenSet =
false;
218 bool m_gEHasBeenSet =
false;
221 bool m_lEHasBeenSet =
false;
224 bool m_nEHasBeenSet =
false;
227 bool m_prefixHasBeenSet =
false;
230 bool m_sortOrderHasBeenSet =
false;
233 bool m_nextTokenHasBeenSet =
false;
236 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