AWS SDK for C++

AWS SDK for C++ Version 1.11.681

Loading...
Searching...
No Matches
DescribeInferenceSchedulerResult.h
1
6#pragma once
7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
10#include <aws/lookoutequipment/model/DataUploadFrequency.h>
11#include <aws/lookoutequipment/model/InferenceInputConfiguration.h>
12#include <aws/lookoutequipment/model/InferenceOutputConfiguration.h>
13#include <aws/lookoutequipment/model/InferenceSchedulerStatus.h>
14#include <aws/lookoutequipment/model/LatestInferenceResult.h>
15
16#include <utility>
17
18namespace Aws {
19template <typename RESULT_TYPE>
20class AmazonWebServiceResult;
21
22namespace Utils {
23namespace Json {
24class JsonValue;
25} // namespace Json
26} // namespace Utils
27namespace LookoutEquipment {
28namespace Model {
30 public:
31 AWS_LOOKOUTEQUIPMENT_API DescribeInferenceSchedulerResult() = default;
35
37
41 inline const Aws::String& GetModelArn() const { return m_modelArn; }
42 template <typename ModelArnT = Aws::String>
43 void SetModelArn(ModelArnT&& value) {
44 m_modelArnHasBeenSet = true;
45 m_modelArn = std::forward<ModelArnT>(value);
46 }
47 template <typename ModelArnT = Aws::String>
49 SetModelArn(std::forward<ModelArnT>(value));
50 return *this;
51 }
53
55
59 inline const Aws::String& GetModelName() const { return m_modelName; }
60 template <typename ModelNameT = Aws::String>
61 void SetModelName(ModelNameT&& value) {
62 m_modelNameHasBeenSet = true;
63 m_modelName = std::forward<ModelNameT>(value);
64 }
65 template <typename ModelNameT = Aws::String>
67 SetModelName(std::forward<ModelNameT>(value));
68 return *this;
69 }
71
73
76 inline const Aws::String& GetInferenceSchedulerName() const { return m_inferenceSchedulerName; }
77 template <typename InferenceSchedulerNameT = Aws::String>
78 void SetInferenceSchedulerName(InferenceSchedulerNameT&& value) {
79 m_inferenceSchedulerNameHasBeenSet = true;
80 m_inferenceSchedulerName = std::forward<InferenceSchedulerNameT>(value);
81 }
82 template <typename InferenceSchedulerNameT = Aws::String>
84 SetInferenceSchedulerName(std::forward<InferenceSchedulerNameT>(value));
85 return *this;
86 }
88
90
94 inline const Aws::String& GetInferenceSchedulerArn() const { return m_inferenceSchedulerArn; }
95 template <typename InferenceSchedulerArnT = Aws::String>
96 void SetInferenceSchedulerArn(InferenceSchedulerArnT&& value) {
97 m_inferenceSchedulerArnHasBeenSet = true;
98 m_inferenceSchedulerArn = std::forward<InferenceSchedulerArnT>(value);
99 }
100 template <typename InferenceSchedulerArnT = Aws::String>
102 SetInferenceSchedulerArn(std::forward<InferenceSchedulerArnT>(value));
103 return *this;
104 }
106
108
111 inline InferenceSchedulerStatus GetStatus() const { return m_status; }
113 m_statusHasBeenSet = true;
114 m_status = value;
115 }
117 SetStatus(value);
118 return *this;
119 }
121
123
133 inline long long GetDataDelayOffsetInMinutes() const { return m_dataDelayOffsetInMinutes; }
134 inline void SetDataDelayOffsetInMinutes(long long value) {
135 m_dataDelayOffsetInMinutesHasBeenSet = true;
136 m_dataDelayOffsetInMinutes = value;
137 }
140 return *this;
141 }
143
145
153 inline DataUploadFrequency GetDataUploadFrequency() const { return m_dataUploadFrequency; }
155 m_dataUploadFrequencyHasBeenSet = true;
156 m_dataUploadFrequency = value;
157 }
160 return *this;
161 }
163
165
168 inline const Aws::Utils::DateTime& GetCreatedAt() const { return m_createdAt; }
169 template <typename CreatedAtT = Aws::Utils::DateTime>
170 void SetCreatedAt(CreatedAtT&& value) {
171 m_createdAtHasBeenSet = true;
172 m_createdAt = std::forward<CreatedAtT>(value);
173 }
174 template <typename CreatedAtT = Aws::Utils::DateTime>
176 SetCreatedAt(std::forward<CreatedAtT>(value));
177 return *this;
178 }
180
182
186 inline const Aws::Utils::DateTime& GetUpdatedAt() const { return m_updatedAt; }
187 template <typename UpdatedAtT = Aws::Utils::DateTime>
188 void SetUpdatedAt(UpdatedAtT&& value) {
189 m_updatedAtHasBeenSet = true;
190 m_updatedAt = std::forward<UpdatedAtT>(value);
191 }
192 template <typename UpdatedAtT = Aws::Utils::DateTime>
194 SetUpdatedAt(std::forward<UpdatedAtT>(value));
195 return *this;
196 }
198
200
204 inline const InferenceInputConfiguration& GetDataInputConfiguration() const { return m_dataInputConfiguration; }
205 template <typename DataInputConfigurationT = InferenceInputConfiguration>
206 void SetDataInputConfiguration(DataInputConfigurationT&& value) {
207 m_dataInputConfigurationHasBeenSet = true;
208 m_dataInputConfiguration = std::forward<DataInputConfigurationT>(value);
209 }
210 template <typename DataInputConfigurationT = InferenceInputConfiguration>
212 SetDataInputConfiguration(std::forward<DataInputConfigurationT>(value));
213 return *this;
214 }
216
218
222 inline const InferenceOutputConfiguration& GetDataOutputConfiguration() const { return m_dataOutputConfiguration; }
223 template <typename DataOutputConfigurationT = InferenceOutputConfiguration>
224 void SetDataOutputConfiguration(DataOutputConfigurationT&& value) {
225 m_dataOutputConfigurationHasBeenSet = true;
226 m_dataOutputConfiguration = std::forward<DataOutputConfigurationT>(value);
227 }
228 template <typename DataOutputConfigurationT = InferenceOutputConfiguration>
230 SetDataOutputConfiguration(std::forward<DataOutputConfigurationT>(value));
231 return *this;
232 }
234
236
240 inline const Aws::String& GetRoleArn() const { return m_roleArn; }
241 template <typename RoleArnT = Aws::String>
242 void SetRoleArn(RoleArnT&& value) {
243 m_roleArnHasBeenSet = true;
244 m_roleArn = std::forward<RoleArnT>(value);
245 }
246 template <typename RoleArnT = Aws::String>
248 SetRoleArn(std::forward<RoleArnT>(value));
249 return *this;
250 }
252
254
258 inline const Aws::String& GetServerSideKmsKeyId() const { return m_serverSideKmsKeyId; }
259 template <typename ServerSideKmsKeyIdT = Aws::String>
260 void SetServerSideKmsKeyId(ServerSideKmsKeyIdT&& value) {
261 m_serverSideKmsKeyIdHasBeenSet = true;
262 m_serverSideKmsKeyId = std::forward<ServerSideKmsKeyIdT>(value);
263 }
264 template <typename ServerSideKmsKeyIdT = Aws::String>
266 SetServerSideKmsKeyId(std::forward<ServerSideKmsKeyIdT>(value));
267 return *this;
268 }
270
272
276 inline LatestInferenceResult GetLatestInferenceResult() const { return m_latestInferenceResult; }
278 m_latestInferenceResultHasBeenSet = true;
279 m_latestInferenceResult = value;
280 }
283 return *this;
284 }
286
288
289 inline const Aws::String& GetRequestId() const { return m_requestId; }
290 template <typename RequestIdT = Aws::String>
291 void SetRequestId(RequestIdT&& value) {
292 m_requestIdHasBeenSet = true;
293 m_requestId = std::forward<RequestIdT>(value);
294 }
295 template <typename RequestIdT = Aws::String>
297 SetRequestId(std::forward<RequestIdT>(value));
298 return *this;
299 }
301 private:
302 Aws::String m_modelArn;
303 bool m_modelArnHasBeenSet = false;
304
305 Aws::String m_modelName;
306 bool m_modelNameHasBeenSet = false;
307
308 Aws::String m_inferenceSchedulerName;
309 bool m_inferenceSchedulerNameHasBeenSet = false;
310
311 Aws::String m_inferenceSchedulerArn;
312 bool m_inferenceSchedulerArnHasBeenSet = false;
313
315 bool m_statusHasBeenSet = false;
316
317 long long m_dataDelayOffsetInMinutes{0};
318 bool m_dataDelayOffsetInMinutesHasBeenSet = false;
319
321 bool m_dataUploadFrequencyHasBeenSet = false;
322
323 Aws::Utils::DateTime m_createdAt{};
324 bool m_createdAtHasBeenSet = false;
325
326 Aws::Utils::DateTime m_updatedAt{};
327 bool m_updatedAtHasBeenSet = false;
328
329 InferenceInputConfiguration m_dataInputConfiguration;
330 bool m_dataInputConfigurationHasBeenSet = false;
331
332 InferenceOutputConfiguration m_dataOutputConfiguration;
333 bool m_dataOutputConfigurationHasBeenSet = false;
334
335 Aws::String m_roleArn;
336 bool m_roleArnHasBeenSet = false;
337
338 Aws::String m_serverSideKmsKeyId;
339 bool m_serverSideKmsKeyIdHasBeenSet = false;
340
342 bool m_latestInferenceResultHasBeenSet = false;
343
344 Aws::String m_requestId;
345 bool m_requestIdHasBeenSet = false;
346};
347
348} // namespace Model
349} // namespace LookoutEquipment
350} // 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