AWS SDK for C++

AWS SDK for C++ Version 1.11.774

Loading...
Searching...
No Matches
DescribeInferenceSchedulerResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
11#include <aws/lookoutequipment/model/DataUploadFrequency.h>
12#include <aws/lookoutequipment/model/InferenceInputConfiguration.h>
13#include <aws/lookoutequipment/model/InferenceOutputConfiguration.h>
14#include <aws/lookoutequipment/model/InferenceSchedulerStatus.h>
15#include <aws/lookoutequipment/model/LatestInferenceResult.h>
16
17#include <utility>
18
19namespace Aws {
20template <typename RESULT_TYPE>
21class AmazonWebServiceResult;
22
23namespace Utils {
24namespace Json {
25class JsonValue;
26} // namespace Json
27} // namespace Utils
28namespace LookoutEquipment {
29namespace Model {
31 public:
32 AWS_LOOKOUTEQUIPMENT_API DescribeInferenceSchedulerResult() = default;
36
38
42 inline const Aws::String& GetModelArn() const { return m_modelArn; }
43 template <typename ModelArnT = Aws::String>
44 void SetModelArn(ModelArnT&& value) {
45 m_modelArnHasBeenSet = true;
46 m_modelArn = std::forward<ModelArnT>(value);
47 }
48 template <typename ModelArnT = Aws::String>
50 SetModelArn(std::forward<ModelArnT>(value));
51 return *this;
52 }
54
56
60 inline const Aws::String& GetModelName() const { return m_modelName; }
61 template <typename ModelNameT = Aws::String>
62 void SetModelName(ModelNameT&& value) {
63 m_modelNameHasBeenSet = true;
64 m_modelName = std::forward<ModelNameT>(value);
65 }
66 template <typename ModelNameT = Aws::String>
68 SetModelName(std::forward<ModelNameT>(value));
69 return *this;
70 }
72
74
77 inline const Aws::String& GetInferenceSchedulerName() const { return m_inferenceSchedulerName; }
78 template <typename InferenceSchedulerNameT = Aws::String>
79 void SetInferenceSchedulerName(InferenceSchedulerNameT&& value) {
80 m_inferenceSchedulerNameHasBeenSet = true;
81 m_inferenceSchedulerName = std::forward<InferenceSchedulerNameT>(value);
82 }
83 template <typename InferenceSchedulerNameT = Aws::String>
85 SetInferenceSchedulerName(std::forward<InferenceSchedulerNameT>(value));
86 return *this;
87 }
89
91
95 inline const Aws::String& GetInferenceSchedulerArn() const { return m_inferenceSchedulerArn; }
96 template <typename InferenceSchedulerArnT = Aws::String>
97 void SetInferenceSchedulerArn(InferenceSchedulerArnT&& value) {
98 m_inferenceSchedulerArnHasBeenSet = true;
99 m_inferenceSchedulerArn = std::forward<InferenceSchedulerArnT>(value);
100 }
101 template <typename InferenceSchedulerArnT = Aws::String>
103 SetInferenceSchedulerArn(std::forward<InferenceSchedulerArnT>(value));
104 return *this;
105 }
107
109
112 inline InferenceSchedulerStatus GetStatus() const { return m_status; }
114 m_statusHasBeenSet = true;
115 m_status = value;
116 }
118 SetStatus(value);
119 return *this;
120 }
122
124
134 inline long long GetDataDelayOffsetInMinutes() const { return m_dataDelayOffsetInMinutes; }
135 inline void SetDataDelayOffsetInMinutes(long long value) {
136 m_dataDelayOffsetInMinutesHasBeenSet = true;
137 m_dataDelayOffsetInMinutes = value;
138 }
141 return *this;
142 }
144
146
154 inline DataUploadFrequency GetDataUploadFrequency() const { return m_dataUploadFrequency; }
156 m_dataUploadFrequencyHasBeenSet = true;
157 m_dataUploadFrequency = value;
158 }
161 return *this;
162 }
164
166
169 inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
170 template <typename CreatedAtT = Aws::Utils::DateTime>
171 void SetCreatedAt(CreatedAtT&& value) {
172 m_createdAtHasBeenSet = true;
173 m_createdAt = std::forward<CreatedAtT>(value);
174 }
175 template <typename CreatedAtT = Aws::Utils::DateTime>
177 SetCreatedAt(std::forward<CreatedAtT>(value));
178 return *this;
179 }
181
183
187 inline const Aws::Utils::DateTime& GetUpdatedAt() const { return m_updatedAt; }
188 template <typename UpdatedAtT = Aws::Utils::DateTime>
189 void SetUpdatedAt(UpdatedAtT&& value) {
190 m_updatedAtHasBeenSet = true;
191 m_updatedAt = std::forward<UpdatedAtT>(value);
192 }
193 template <typename UpdatedAtT = Aws::Utils::DateTime>
195 SetUpdatedAt(std::forward<UpdatedAtT>(value));
196 return *this;
197 }
199
201
205 inline const InferenceInputConfiguration& GetDataInputConfiguration() const { return m_dataInputConfiguration; }
206 template <typename DataInputConfigurationT = InferenceInputConfiguration>
207 void SetDataInputConfiguration(DataInputConfigurationT&& value) {
208 m_dataInputConfigurationHasBeenSet = true;
209 m_dataInputConfiguration = std::forward<DataInputConfigurationT>(value);
210 }
211 template <typename DataInputConfigurationT = InferenceInputConfiguration>
213 SetDataInputConfiguration(std::forward<DataInputConfigurationT>(value));
214 return *this;
215 }
217
219
223 inline const InferenceOutputConfiguration& GetDataOutputConfiguration() const { return m_dataOutputConfiguration; }
224 template <typename DataOutputConfigurationT = InferenceOutputConfiguration>
225 void SetDataOutputConfiguration(DataOutputConfigurationT&& value) {
226 m_dataOutputConfigurationHasBeenSet = true;
227 m_dataOutputConfiguration = std::forward<DataOutputConfigurationT>(value);
228 }
229 template <typename DataOutputConfigurationT = InferenceOutputConfiguration>
231 SetDataOutputConfiguration(std::forward<DataOutputConfigurationT>(value));
232 return *this;
233 }
235
237
241 inline const Aws::String& GetRoleArn() const { return m_roleArn; }
242 template <typename RoleArnT = Aws::String>
243 void SetRoleArn(RoleArnT&& value) {
244 m_roleArnHasBeenSet = true;
245 m_roleArn = std::forward<RoleArnT>(value);
246 }
247 template <typename RoleArnT = Aws::String>
249 SetRoleArn(std::forward<RoleArnT>(value));
250 return *this;
251 }
253
255
259 inline const Aws::String& GetServerSideKmsKeyId() const { return m_serverSideKmsKeyId; }
260 template <typename ServerSideKmsKeyIdT = Aws::String>
261 void SetServerSideKmsKeyId(ServerSideKmsKeyIdT&& value) {
262 m_serverSideKmsKeyIdHasBeenSet = true;
263 m_serverSideKmsKeyId = std::forward<ServerSideKmsKeyIdT>(value);
264 }
265 template <typename ServerSideKmsKeyIdT = Aws::String>
267 SetServerSideKmsKeyId(std::forward<ServerSideKmsKeyIdT>(value));
268 return *this;
269 }
271
273
277 inline LatestInferenceResult GetLatestInferenceResult() const { return m_latestInferenceResult; }
279 m_latestInferenceResultHasBeenSet = true;
280 m_latestInferenceResult = value;
281 }
284 return *this;
285 }
287
289
290 inline const Aws::String& GetRequestId() const { return m_requestId; }
291 template <typename RequestIdT = Aws::String>
292 void SetRequestId(RequestIdT&& value) {
293 m_requestIdHasBeenSet = true;
294 m_requestId = std::forward<RequestIdT>(value);
295 }
296 template <typename RequestIdT = Aws::String>
298 SetRequestId(std::forward<RequestIdT>(value));
299 return *this;
300 }
302 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
303
304 private:
305 Aws::String m_modelArn;
306
307 Aws::String m_modelName;
308
309 Aws::String m_inferenceSchedulerName;
310
311 Aws::String m_inferenceSchedulerArn;
312
314
315 long long m_dataDelayOffsetInMinutes{0};
316
318
319 Aws::Utils::DateTime m_createdAt{};
320
321 Aws::Utils::DateTime m_updatedAt{};
322
323 InferenceInputConfiguration m_dataInputConfiguration;
324
325 InferenceOutputConfiguration m_dataOutputConfiguration;
326
327 Aws::String m_roleArn;
328
329 Aws::String m_serverSideKmsKeyId;
330
332
333 Aws::String m_requestId;
334 Aws::Http::HttpResponseCode m_HttpResponseCode;
335 bool m_modelArnHasBeenSet = false;
336 bool m_modelNameHasBeenSet = false;
337 bool m_inferenceSchedulerNameHasBeenSet = false;
338 bool m_inferenceSchedulerArnHasBeenSet = false;
339 bool m_statusHasBeenSet = false;
340 bool m_dataDelayOffsetInMinutesHasBeenSet = false;
341 bool m_dataUploadFrequencyHasBeenSet = false;
342 bool m_createdAtHasBeenSet = false;
343 bool m_updatedAtHasBeenSet = false;
344 bool m_dataInputConfigurationHasBeenSet = false;
345 bool m_dataOutputConfigurationHasBeenSet = false;
346 bool m_roleArnHasBeenSet = false;
347 bool m_serverSideKmsKeyIdHasBeenSet = false;
348 bool m_latestInferenceResultHasBeenSet = false;
349 bool m_requestIdHasBeenSet = false;
350};
351
352} // namespace Model
353} // namespace LookoutEquipment
354} // namespace Aws
DescribeInferenceSchedulerResult & WithInferenceSchedulerArn(InferenceSchedulerArnT &&value)
DescribeInferenceSchedulerResult & WithDataUploadFrequency(DataUploadFrequency value)
DescribeInferenceSchedulerResult & WithModelArn(ModelArnT &&value)
DescribeInferenceSchedulerResult & WithDataInputConfiguration(DataInputConfigurationT &&value)
DescribeInferenceSchedulerResult & WithLatestInferenceResult(LatestInferenceResult value)
DescribeInferenceSchedulerResult & WithUpdatedAt(UpdatedAtT &&value)
DescribeInferenceSchedulerResult & WithRequestId(RequestIdT &&value)
AWS_LOOKOUTEQUIPMENT_API DescribeInferenceSchedulerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeInferenceSchedulerResult & WithCreatedAt(CreatedAtT &&value)
DescribeInferenceSchedulerResult & WithModelName(ModelNameT &&value)
AWS_LOOKOUTEQUIPMENT_API DescribeInferenceSchedulerResult()=default
DescribeInferenceSchedulerResult & WithDataOutputConfiguration(DataOutputConfigurationT &&value)
AWS_LOOKOUTEQUIPMENT_API DescribeInferenceSchedulerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeInferenceSchedulerResult & WithInferenceSchedulerName(InferenceSchedulerNameT &&value)
DescribeInferenceSchedulerResult & WithStatus(InferenceSchedulerStatus value)
DescribeInferenceSchedulerResult & WithServerSideKmsKeyId(ServerSideKmsKeyIdT &&value)
DescribeInferenceSchedulerResult & WithDataDelayOffsetInMinutes(long long value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue