7#include <aws/machinelearning/MachineLearning_EXPORTS.h>
8#include <aws/machinelearning/MachineLearningRequest.h>
9#include <aws/machinelearning/model/MLModelFilterVariable.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/machinelearning/model/SortOrder.h>
16namespace MachineLearning
75 template<
typename EQT = Aws::String>
76 void SetEQ(EQT&& value) { m_eQHasBeenSet =
true; m_eQ = std::forward<EQT>(value); }
77 template<
typename EQT = Aws::String>
89 template<
typename GTT = Aws::String>
90 void SetGT(GTT&& value) { m_gTHasBeenSet =
true; m_gT = std::forward<GTT>(value); }
91 template<
typename GTT = Aws::String>
103 template<
typename LTT = Aws::String>
104 void SetLT(LTT&& value) { m_lTHasBeenSet =
true; m_lT = std::forward<LTT>(value); }
105 template<
typename LTT = Aws::String>
117 template<
typename GET = Aws::String>
118 void SetGE(GET&& value) { m_gEHasBeenSet =
true; m_gE = std::forward<GET>(value); }
119 template<
typename GET = Aws::String>
131 template<
typename LET = Aws::String>
132 void SetLE(LET&& value) { m_lEHasBeenSet =
true; m_lE = std::forward<LET>(value); }
133 template<
typename LET = Aws::String>
145 template<
typename NET = Aws::String>
146 void SetNE(NET&& value) { m_nEHasBeenSet =
true; m_nE = std::forward<NET>(value); }
147 template<
typename NET = Aws::String>
164 template<
typename PrefixT = Aws::String>
165 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
166 template<
typename PrefixT = Aws::String>
190 template<
typename NextTokenT = Aws::String>
191 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
192 template<
typename NextTokenT = Aws::String>
204 inline void SetLimit(
int value) { m_limitHasBeenSet =
true; m_limit = value; }
210 bool m_filterVariableHasBeenSet =
false;
213 bool m_eQHasBeenSet =
false;
216 bool m_gTHasBeenSet =
false;
219 bool m_lTHasBeenSet =
false;
222 bool m_gEHasBeenSet =
false;
225 bool m_lEHasBeenSet =
false;
228 bool m_nEHasBeenSet =
false;
231 bool m_prefixHasBeenSet =
false;
234 bool m_sortOrderHasBeenSet =
false;
237 bool m_nextTokenHasBeenSet =
false;
240 bool m_limitHasBeenSet =
false;
const Aws::String & GetNextToken() const
bool LEHasBeenSet() const
const Aws::String & GetEQ() const
const Aws::String & GetGE() const
bool PrefixHasBeenSet() const
DescribeMLModelsRequest & WithGE(GET &&value)
bool EQHasBeenSet() const
bool NEHasBeenSet() const
bool LTHasBeenSet() const
void SetPrefix(PrefixT &&value)
AWS_MACHINELEARNING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_MACHINELEARNING_API DescribeMLModelsRequest()=default
DescribeMLModelsRequest & WithLE(LET &&value)
const Aws::String & GetPrefix() const
DescribeMLModelsRequest & WithLT(LTT &&value)
DescribeMLModelsRequest & WithLimit(int value)
bool GEHasBeenSet() const
DescribeMLModelsRequest & WithNextToken(NextTokenT &&value)
void SetSortOrder(SortOrder value)
bool SortOrderHasBeenSet() const
DescribeMLModelsRequest & WithPrefix(PrefixT &&value)
const Aws::String & GetGT() const
bool FilterVariableHasBeenSet() const
const Aws::String & GetNE() const
virtual const char * GetServiceRequestName() const override
DescribeMLModelsRequest & WithEQ(EQT &&value)
bool GTHasBeenSet() const
DescribeMLModelsRequest & WithGT(GTT &&value)
DescribeMLModelsRequest & WithFilterVariable(MLModelFilterVariable value)
void SetNextToken(NextTokenT &&value)
bool LimitHasBeenSet() const
DescribeMLModelsRequest & WithSortOrder(SortOrder value)
AWS_MACHINELEARNING_API Aws::String SerializePayload() const override
SortOrder GetSortOrder() const
void SetFilterVariable(MLModelFilterVariable value)
MLModelFilterVariable GetFilterVariable() const
const Aws::String & GetLT() const
DescribeMLModelsRequest & WithNE(NET &&value)
bool NextTokenHasBeenSet() const
const Aws::String & GetLE() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String