AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeMLModelsRequest.h
1
6#pragma once
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>
12#include <utility>
13
14namespace Aws
15{
16namespace MachineLearning
17{
18namespace Model
19{
20
24 {
25 public:
26 AWS_MACHINELEARNING_API DescribeMLModelsRequest();
27
28 // Service request name is the Operation name which will send this request out,
29 // each operation should has unique request name, so that we can get operation's name from this request.
30 // Note: this is not true for response, multiple operations may have the same response name,
31 // so we can not get operation's name from response.
32 inline virtual const char* GetServiceRequestName() const override { return "DescribeMLModels"; }
33
34 AWS_MACHINELEARNING_API Aws::String SerializePayload() const override;
35
36 AWS_MACHINELEARNING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override;
37
38
40
61 inline const MLModelFilterVariable& GetFilterVariable() const{ return m_filterVariable; }
62 inline bool FilterVariableHasBeenSet() const { return m_filterVariableHasBeenSet; }
63 inline void SetFilterVariable(const MLModelFilterVariable& value) { m_filterVariableHasBeenSet = true; m_filterVariable = value; }
64 inline void SetFilterVariable(MLModelFilterVariable&& value) { m_filterVariableHasBeenSet = true; m_filterVariable = std::move(value); }
66 inline DescribeMLModelsRequest& WithFilterVariable(MLModelFilterVariable&& value) { SetFilterVariable(std::move(value)); return *this;}
68
70
75 inline const Aws::String& GetEQ() const{ return m_eQ; }
76 inline bool EQHasBeenSet() const { return m_eQHasBeenSet; }
77 inline void SetEQ(const Aws::String& value) { m_eQHasBeenSet = true; m_eQ = value; }
78 inline void SetEQ(Aws::String&& value) { m_eQHasBeenSet = true; m_eQ = std::move(value); }
79 inline void SetEQ(const char* value) { m_eQHasBeenSet = true; m_eQ.assign(value); }
80 inline DescribeMLModelsRequest& WithEQ(const Aws::String& value) { SetEQ(value); return *this;}
81 inline DescribeMLModelsRequest& WithEQ(Aws::String&& value) { SetEQ(std::move(value)); return *this;}
82 inline DescribeMLModelsRequest& WithEQ(const char* value) { SetEQ(value); return *this;}
84
86
91 inline const Aws::String& GetGT() const{ return m_gT; }
92 inline bool GTHasBeenSet() const { return m_gTHasBeenSet; }
93 inline void SetGT(const Aws::String& value) { m_gTHasBeenSet = true; m_gT = value; }
94 inline void SetGT(Aws::String&& value) { m_gTHasBeenSet = true; m_gT = std::move(value); }
95 inline void SetGT(const char* value) { m_gTHasBeenSet = true; m_gT.assign(value); }
96 inline DescribeMLModelsRequest& WithGT(const Aws::String& value) { SetGT(value); return *this;}
97 inline DescribeMLModelsRequest& WithGT(Aws::String&& value) { SetGT(std::move(value)); return *this;}
98 inline DescribeMLModelsRequest& WithGT(const char* value) { SetGT(value); return *this;}
100
102
107 inline const Aws::String& GetLT() const{ return m_lT; }
108 inline bool LTHasBeenSet() const { return m_lTHasBeenSet; }
109 inline void SetLT(const Aws::String& value) { m_lTHasBeenSet = true; m_lT = value; }
110 inline void SetLT(Aws::String&& value) { m_lTHasBeenSet = true; m_lT = std::move(value); }
111 inline void SetLT(const char* value) { m_lTHasBeenSet = true; m_lT.assign(value); }
112 inline DescribeMLModelsRequest& WithLT(const Aws::String& value) { SetLT(value); return *this;}
113 inline DescribeMLModelsRequest& WithLT(Aws::String&& value) { SetLT(std::move(value)); return *this;}
114 inline DescribeMLModelsRequest& WithLT(const char* value) { SetLT(value); return *this;}
116
118
123 inline const Aws::String& GetGE() const{ return m_gE; }
124 inline bool GEHasBeenSet() const { return m_gEHasBeenSet; }
125 inline void SetGE(const Aws::String& value) { m_gEHasBeenSet = true; m_gE = value; }
126 inline void SetGE(Aws::String&& value) { m_gEHasBeenSet = true; m_gE = std::move(value); }
127 inline void SetGE(const char* value) { m_gEHasBeenSet = true; m_gE.assign(value); }
128 inline DescribeMLModelsRequest& WithGE(const Aws::String& value) { SetGE(value); return *this;}
129 inline DescribeMLModelsRequest& WithGE(Aws::String&& value) { SetGE(std::move(value)); return *this;}
130 inline DescribeMLModelsRequest& WithGE(const char* value) { SetGE(value); return *this;}
132
134
139 inline const Aws::String& GetLE() const{ return m_lE; }
140 inline bool LEHasBeenSet() const { return m_lEHasBeenSet; }
141 inline void SetLE(const Aws::String& value) { m_lEHasBeenSet = true; m_lE = value; }
142 inline void SetLE(Aws::String&& value) { m_lEHasBeenSet = true; m_lE = std::move(value); }
143 inline void SetLE(const char* value) { m_lEHasBeenSet = true; m_lE.assign(value); }
144 inline DescribeMLModelsRequest& WithLE(const Aws::String& value) { SetLE(value); return *this;}
145 inline DescribeMLModelsRequest& WithLE(Aws::String&& value) { SetLE(std::move(value)); return *this;}
146 inline DescribeMLModelsRequest& WithLE(const char* value) { SetLE(value); return *this;}
148
150
155 inline const Aws::String& GetNE() const{ return m_nE; }
156 inline bool NEHasBeenSet() const { return m_nEHasBeenSet; }
157 inline void SetNE(const Aws::String& value) { m_nEHasBeenSet = true; m_nE = value; }
158 inline void SetNE(Aws::String&& value) { m_nEHasBeenSet = true; m_nE = std::move(value); }
159 inline void SetNE(const char* value) { m_nEHasBeenSet = true; m_nE.assign(value); }
160 inline DescribeMLModelsRequest& WithNE(const Aws::String& value) { SetNE(value); return *this;}
161 inline DescribeMLModelsRequest& WithNE(Aws::String&& value) { SetNE(std::move(value)); return *this;}
162 inline DescribeMLModelsRequest& WithNE(const char* value) { SetNE(value); return *this;}
164
166
176 inline const Aws::String& GetPrefix() const{ return m_prefix; }
177 inline bool PrefixHasBeenSet() const { return m_prefixHasBeenSet; }
178 inline void SetPrefix(const Aws::String& value) { m_prefixHasBeenSet = true; m_prefix = value; }
179 inline void SetPrefix(Aws::String&& value) { m_prefixHasBeenSet = true; m_prefix = std::move(value); }
180 inline void SetPrefix(const char* value) { m_prefixHasBeenSet = true; m_prefix.assign(value); }
181 inline DescribeMLModelsRequest& WithPrefix(const Aws::String& value) { SetPrefix(value); return *this;}
182 inline DescribeMLModelsRequest& WithPrefix(Aws::String&& value) { SetPrefix(std::move(value)); return *this;}
183 inline DescribeMLModelsRequest& WithPrefix(const char* value) { SetPrefix(value); return *this;}
185
187
194 inline const SortOrder& GetSortOrder() const{ return m_sortOrder; }
195 inline bool SortOrderHasBeenSet() const { return m_sortOrderHasBeenSet; }
196 inline void SetSortOrder(const SortOrder& value) { m_sortOrderHasBeenSet = true; m_sortOrder = value; }
197 inline void SetSortOrder(SortOrder&& value) { m_sortOrderHasBeenSet = true; m_sortOrder = std::move(value); }
198 inline DescribeMLModelsRequest& WithSortOrder(const SortOrder& value) { SetSortOrder(value); return *this;}
199 inline DescribeMLModelsRequest& WithSortOrder(SortOrder&& value) { SetSortOrder(std::move(value)); return *this;}
201
203
206 inline const Aws::String& GetNextToken() const{ return m_nextToken; }
207 inline bool NextTokenHasBeenSet() const { return m_nextTokenHasBeenSet; }
208 inline void SetNextToken(const Aws::String& value) { m_nextTokenHasBeenSet = true; m_nextToken = value; }
209 inline void SetNextToken(Aws::String&& value) { m_nextTokenHasBeenSet = true; m_nextToken = std::move(value); }
210 inline void SetNextToken(const char* value) { m_nextTokenHasBeenSet = true; m_nextToken.assign(value); }
211 inline DescribeMLModelsRequest& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
212 inline DescribeMLModelsRequest& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;}
213 inline DescribeMLModelsRequest& WithNextToken(const char* value) { SetNextToken(value); return *this;}
215
217
222 inline int GetLimit() const{ return m_limit; }
223 inline bool LimitHasBeenSet() const { return m_limitHasBeenSet; }
224 inline void SetLimit(int value) { m_limitHasBeenSet = true; m_limit = value; }
225 inline DescribeMLModelsRequest& WithLimit(int value) { SetLimit(value); return *this;}
227 private:
228
229 MLModelFilterVariable m_filterVariable;
230 bool m_filterVariableHasBeenSet = false;
231
232 Aws::String m_eQ;
233 bool m_eQHasBeenSet = false;
234
235 Aws::String m_gT;
236 bool m_gTHasBeenSet = false;
237
238 Aws::String m_lT;
239 bool m_lTHasBeenSet = false;
240
241 Aws::String m_gE;
242 bool m_gEHasBeenSet = false;
243
244 Aws::String m_lE;
245 bool m_lEHasBeenSet = false;
246
247 Aws::String m_nE;
248 bool m_nEHasBeenSet = false;
249
250 Aws::String m_prefix;
251 bool m_prefixHasBeenSet = false;
252
253 SortOrder m_sortOrder;
254 bool m_sortOrderHasBeenSet = false;
255
256 Aws::String m_nextToken;
257 bool m_nextTokenHasBeenSet = false;
258
259 int m_limit;
260 bool m_limitHasBeenSet = false;
261 };
262
263} // namespace Model
264} // namespace MachineLearning
265} // namespace Aws
DescribeMLModelsRequest & WithPrefix(const Aws::String &value)
DescribeMLModelsRequest & WithFilterVariable(const MLModelFilterVariable &value)
DescribeMLModelsRequest & WithLT(const char *value)
DescribeMLModelsRequest & WithGE(const char *value)
DescribeMLModelsRequest & WithNE(const Aws::String &value)
DescribeMLModelsRequest & WithGE(Aws::String &&value)
AWS_MACHINELEARNING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeMLModelsRequest & WithPrefix(const char *value)
DescribeMLModelsRequest & WithNextToken(Aws::String &&value)
DescribeMLModelsRequest & WithGT(Aws::String &&value)
DescribeMLModelsRequest & WithSortOrder(SortOrder &&value)
DescribeMLModelsRequest & WithGT(const char *value)
DescribeMLModelsRequest & WithLT(const Aws::String &value)
DescribeMLModelsRequest & WithEQ(Aws::String &&value)
void SetFilterVariable(const MLModelFilterVariable &value)
DescribeMLModelsRequest & WithSortOrder(const SortOrder &value)
DescribeMLModelsRequest & WithNE(const char *value)
DescribeMLModelsRequest & WithGT(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
DescribeMLModelsRequest & WithLT(Aws::String &&value)
DescribeMLModelsRequest & WithLE(const Aws::String &value)
DescribeMLModelsRequest & WithEQ(const Aws::String &value)
const MLModelFilterVariable & GetFilterVariable() const
DescribeMLModelsRequest & WithNextToken(const char *value)
DescribeMLModelsRequest & WithLE(const char *value)
AWS_MACHINELEARNING_API Aws::String SerializePayload() const override
DescribeMLModelsRequest & WithGE(const Aws::String &value)
DescribeMLModelsRequest & WithNE(Aws::String &&value)
DescribeMLModelsRequest & WithNextToken(const Aws::String &value)
DescribeMLModelsRequest & WithFilterVariable(MLModelFilterVariable &&value)
DescribeMLModelsRequest & WithEQ(const char *value)
DescribeMLModelsRequest & WithLE(Aws::String &&value)
DescribeMLModelsRequest & WithPrefix(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String