AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeBatchPredictionsRequest.h
1
6#pragma once
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>
12#include <utility>
13
14namespace Aws
15{
16namespace MachineLearning
17{
18namespace Model
19{
20
24 {
25 public:
26 AWS_MACHINELEARNING_API DescribeBatchPredictionsRequest();
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 "DescribeBatchPredictions"; }
33
34 AWS_MACHINELEARNING_API Aws::String SerializePayload() const override;
35
36 AWS_MACHINELEARNING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override;
37
38
40
57 inline const BatchPredictionFilterVariable& GetFilterVariable() const{ return m_filterVariable; }
58 inline bool FilterVariableHasBeenSet() const { return m_filterVariableHasBeenSet; }
59 inline void SetFilterVariable(const BatchPredictionFilterVariable& value) { m_filterVariableHasBeenSet = true; m_filterVariable = value; }
60 inline void SetFilterVariable(BatchPredictionFilterVariable&& value) { m_filterVariableHasBeenSet = true; m_filterVariable = std::move(value); }
64
66
71 inline const Aws::String& GetEQ() const{ return m_eQ; }
72 inline bool EQHasBeenSet() const { return m_eQHasBeenSet; }
73 inline void SetEQ(const Aws::String& value) { m_eQHasBeenSet = true; m_eQ = value; }
74 inline void SetEQ(Aws::String&& value) { m_eQHasBeenSet = true; m_eQ = std::move(value); }
75 inline void SetEQ(const char* value) { m_eQHasBeenSet = true; m_eQ.assign(value); }
76 inline DescribeBatchPredictionsRequest& WithEQ(const Aws::String& value) { SetEQ(value); return *this;}
77 inline DescribeBatchPredictionsRequest& WithEQ(Aws::String&& value) { SetEQ(std::move(value)); return *this;}
78 inline DescribeBatchPredictionsRequest& WithEQ(const char* value) { SetEQ(value); return *this;}
80
82
87 inline const Aws::String& GetGT() const{ return m_gT; }
88 inline bool GTHasBeenSet() const { return m_gTHasBeenSet; }
89 inline void SetGT(const Aws::String& value) { m_gTHasBeenSet = true; m_gT = value; }
90 inline void SetGT(Aws::String&& value) { m_gTHasBeenSet = true; m_gT = std::move(value); }
91 inline void SetGT(const char* value) { m_gTHasBeenSet = true; m_gT.assign(value); }
92 inline DescribeBatchPredictionsRequest& WithGT(const Aws::String& value) { SetGT(value); return *this;}
93 inline DescribeBatchPredictionsRequest& WithGT(Aws::String&& value) { SetGT(std::move(value)); return *this;}
94 inline DescribeBatchPredictionsRequest& WithGT(const char* value) { SetGT(value); return *this;}
96
98
103 inline const Aws::String& GetLT() const{ return m_lT; }
104 inline bool LTHasBeenSet() const { return m_lTHasBeenSet; }
105 inline void SetLT(const Aws::String& value) { m_lTHasBeenSet = true; m_lT = value; }
106 inline void SetLT(Aws::String&& value) { m_lTHasBeenSet = true; m_lT = std::move(value); }
107 inline void SetLT(const char* value) { m_lTHasBeenSet = true; m_lT.assign(value); }
108 inline DescribeBatchPredictionsRequest& WithLT(const Aws::String& value) { SetLT(value); return *this;}
109 inline DescribeBatchPredictionsRequest& WithLT(Aws::String&& value) { SetLT(std::move(value)); return *this;}
110 inline DescribeBatchPredictionsRequest& WithLT(const char* value) { SetLT(value); return *this;}
112
114
119 inline const Aws::String& GetGE() const{ return m_gE; }
120 inline bool GEHasBeenSet() const { return m_gEHasBeenSet; }
121 inline void SetGE(const Aws::String& value) { m_gEHasBeenSet = true; m_gE = value; }
122 inline void SetGE(Aws::String&& value) { m_gEHasBeenSet = true; m_gE = std::move(value); }
123 inline void SetGE(const char* value) { m_gEHasBeenSet = true; m_gE.assign(value); }
124 inline DescribeBatchPredictionsRequest& WithGE(const Aws::String& value) { SetGE(value); return *this;}
125 inline DescribeBatchPredictionsRequest& WithGE(Aws::String&& value) { SetGE(std::move(value)); return *this;}
126 inline DescribeBatchPredictionsRequest& WithGE(const char* value) { SetGE(value); return *this;}
128
130
135 inline const Aws::String& GetLE() const{ return m_lE; }
136 inline bool LEHasBeenSet() const { return m_lEHasBeenSet; }
137 inline void SetLE(const Aws::String& value) { m_lEHasBeenSet = true; m_lE = value; }
138 inline void SetLE(Aws::String&& value) { m_lEHasBeenSet = true; m_lE = std::move(value); }
139 inline void SetLE(const char* value) { m_lEHasBeenSet = true; m_lE.assign(value); }
140 inline DescribeBatchPredictionsRequest& WithLE(const Aws::String& value) { SetLE(value); return *this;}
141 inline DescribeBatchPredictionsRequest& WithLE(Aws::String&& value) { SetLE(std::move(value)); return *this;}
142 inline DescribeBatchPredictionsRequest& WithLE(const char* value) { SetLE(value); return *this;}
144
146
151 inline const Aws::String& GetNE() const{ return m_nE; }
152 inline bool NEHasBeenSet() const { return m_nEHasBeenSet; }
153 inline void SetNE(const Aws::String& value) { m_nEHasBeenSet = true; m_nE = value; }
154 inline void SetNE(Aws::String&& value) { m_nEHasBeenSet = true; m_nE = std::move(value); }
155 inline void SetNE(const char* value) { m_nEHasBeenSet = true; m_nE.assign(value); }
156 inline DescribeBatchPredictionsRequest& WithNE(const Aws::String& value) { SetNE(value); return *this;}
157 inline DescribeBatchPredictionsRequest& WithNE(Aws::String&& value) { SetNE(std::move(value)); return *this;}
158 inline DescribeBatchPredictionsRequest& WithNE(const char* value) { SetNE(value); return *this;}
160
162
172 inline const Aws::String& GetPrefix() const{ return m_prefix; }
173 inline bool PrefixHasBeenSet() const { return m_prefixHasBeenSet; }
174 inline void SetPrefix(const Aws::String& value) { m_prefixHasBeenSet = true; m_prefix = value; }
175 inline void SetPrefix(Aws::String&& value) { m_prefixHasBeenSet = true; m_prefix = std::move(value); }
176 inline void SetPrefix(const char* value) { m_prefixHasBeenSet = true; m_prefix.assign(value); }
177 inline DescribeBatchPredictionsRequest& WithPrefix(const Aws::String& value) { SetPrefix(value); return *this;}
178 inline DescribeBatchPredictionsRequest& WithPrefix(Aws::String&& value) { SetPrefix(std::move(value)); return *this;}
179 inline DescribeBatchPredictionsRequest& WithPrefix(const char* value) { SetPrefix(value); return *this;}
181
183
190 inline const SortOrder& GetSortOrder() const{ return m_sortOrder; }
191 inline bool SortOrderHasBeenSet() const { return m_sortOrderHasBeenSet; }
192 inline void SetSortOrder(const SortOrder& value) { m_sortOrderHasBeenSet = true; m_sortOrder = value; }
193 inline void SetSortOrder(SortOrder&& value) { m_sortOrderHasBeenSet = true; m_sortOrder = std::move(value); }
194 inline DescribeBatchPredictionsRequest& WithSortOrder(const SortOrder& value) { SetSortOrder(value); return *this;}
195 inline DescribeBatchPredictionsRequest& WithSortOrder(SortOrder&& value) { SetSortOrder(std::move(value)); return *this;}
197
199
202 inline const Aws::String& GetNextToken() const{ return m_nextToken; }
203 inline bool NextTokenHasBeenSet() const { return m_nextTokenHasBeenSet; }
204 inline void SetNextToken(const Aws::String& value) { m_nextTokenHasBeenSet = true; m_nextToken = value; }
205 inline void SetNextToken(Aws::String&& value) { m_nextTokenHasBeenSet = true; m_nextToken = std::move(value); }
206 inline void SetNextToken(const char* value) { m_nextTokenHasBeenSet = true; m_nextToken.assign(value); }
207 inline DescribeBatchPredictionsRequest& WithNextToken(const Aws::String& value) { SetNextToken(value); return *this;}
208 inline DescribeBatchPredictionsRequest& WithNextToken(Aws::String&& value) { SetNextToken(std::move(value)); return *this;}
209 inline DescribeBatchPredictionsRequest& WithNextToken(const char* value) { SetNextToken(value); return *this;}
211
213
218 inline int GetLimit() const{ return m_limit; }
219 inline bool LimitHasBeenSet() const { return m_limitHasBeenSet; }
220 inline void SetLimit(int value) { m_limitHasBeenSet = true; m_limit = value; }
221 inline DescribeBatchPredictionsRequest& WithLimit(int value) { SetLimit(value); return *this;}
223 private:
224
225 BatchPredictionFilterVariable m_filterVariable;
226 bool m_filterVariableHasBeenSet = false;
227
228 Aws::String m_eQ;
229 bool m_eQHasBeenSet = false;
230
231 Aws::String m_gT;
232 bool m_gTHasBeenSet = false;
233
234 Aws::String m_lT;
235 bool m_lTHasBeenSet = false;
236
237 Aws::String m_gE;
238 bool m_gEHasBeenSet = false;
239
240 Aws::String m_lE;
241 bool m_lEHasBeenSet = false;
242
243 Aws::String m_nE;
244 bool m_nEHasBeenSet = false;
245
246 Aws::String m_prefix;
247 bool m_prefixHasBeenSet = false;
248
249 SortOrder m_sortOrder;
250 bool m_sortOrderHasBeenSet = false;
251
252 Aws::String m_nextToken;
253 bool m_nextTokenHasBeenSet = false;
254
255 int m_limit;
256 bool m_limitHasBeenSet = false;
257 };
258
259} // namespace Model
260} // namespace MachineLearning
261} // namespace Aws
DescribeBatchPredictionsRequest & WithGT(Aws::String &&value)
DescribeBatchPredictionsRequest & WithEQ(const Aws::String &value)
DescribeBatchPredictionsRequest & WithLT(const Aws::String &value)
DescribeBatchPredictionsRequest & WithNextToken(const Aws::String &value)
AWS_MACHINELEARNING_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetFilterVariable(const BatchPredictionFilterVariable &value)
DescribeBatchPredictionsRequest & WithSortOrder(const SortOrder &value)
DescribeBatchPredictionsRequest & WithEQ(const char *value)
DescribeBatchPredictionsRequest & WithNE(const char *value)
DescribeBatchPredictionsRequest & WithGE(Aws::String &&value)
AWS_MACHINELEARNING_API Aws::String SerializePayload() const override
DescribeBatchPredictionsRequest & WithLT(Aws::String &&value)
DescribeBatchPredictionsRequest & WithPrefix(Aws::String &&value)
DescribeBatchPredictionsRequest & WithNextToken(const char *value)
DescribeBatchPredictionsRequest & WithFilterVariable(BatchPredictionFilterVariable &&value)
DescribeBatchPredictionsRequest & WithLE(const Aws::String &value)
DescribeBatchPredictionsRequest & WithEQ(Aws::String &&value)
DescribeBatchPredictionsRequest & WithNextToken(Aws::String &&value)
DescribeBatchPredictionsRequest & WithGE(const char *value)
DescribeBatchPredictionsRequest & WithSortOrder(SortOrder &&value)
DescribeBatchPredictionsRequest & WithPrefix(const char *value)
DescribeBatchPredictionsRequest & WithFilterVariable(const BatchPredictionFilterVariable &value)
DescribeBatchPredictionsRequest & WithLE(const char *value)
DescribeBatchPredictionsRequest & WithLT(const char *value)
DescribeBatchPredictionsRequest & WithLE(Aws::String &&value)
DescribeBatchPredictionsRequest & WithGT(const char *value)
DescribeBatchPredictionsRequest & WithGT(const Aws::String &value)
DescribeBatchPredictionsRequest & WithGE(const Aws::String &value)
DescribeBatchPredictionsRequest & WithNE(Aws::String &&value)
DescribeBatchPredictionsRequest & WithNE(const Aws::String &value)
DescribeBatchPredictionsRequest & WithPrefix(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String