7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotevents/IoTEvents_EXPORTS.h>
10#include <aws/iotevents/model/DetectorModelVersionStatus.h>
11#include <aws/iotevents/model/EvaluationMethod.h>
44 template <
typename DetectorModelNameT = Aws::String>
46 m_detectorModelNameHasBeenSet =
true;
47 m_detectorModelName = std::forward<DetectorModelNameT>(value);
49 template <
typename DetectorModelNameT = Aws::String>
62 template <
typename DetectorModelVersionT = Aws::String>
64 m_detectorModelVersionHasBeenSet =
true;
65 m_detectorModelVersion = std::forward<DetectorModelVersionT>(value);
67 template <
typename DetectorModelVersionT = Aws::String>
80 template <
typename DetectorModelDescriptionT = Aws::String>
82 m_detectorModelDescriptionHasBeenSet =
true;
83 m_detectorModelDescription = std::forward<DetectorModelDescriptionT>(value);
85 template <
typename DetectorModelDescriptionT = Aws::String>
98 template <
typename DetectorModelArnT = Aws::String>
100 m_detectorModelArnHasBeenSet =
true;
101 m_detectorModelArn = std::forward<DetectorModelArnT>(value);
103 template <
typename DetectorModelArnT = Aws::String>
117 template <
typename RoleArnT = Aws::String>
119 m_roleArnHasBeenSet =
true;
120 m_roleArn = std::forward<RoleArnT>(value);
122 template <
typename RoleArnT = Aws::String>
135 template <
typename CreationTimeT = Aws::Utils::DateTime>
137 m_creationTimeHasBeenSet =
true;
138 m_creationTime = std::forward<CreationTimeT>(value);
140 template <
typename CreationTimeT = Aws::Utils::DateTime>
153 template <
typename LastUpdateTimeT = Aws::Utils::DateTime>
155 m_lastUpdateTimeHasBeenSet =
true;
156 m_lastUpdateTime = std::forward<LastUpdateTimeT>(value);
158 template <
typename LastUpdateTimeT = Aws::Utils::DateTime>
172 m_statusHasBeenSet =
true;
194 template <
typename KeyT = Aws::String>
196 m_keyHasBeenSet =
true;
197 m_key = std::forward<KeyT>(value);
199 template <
typename KeyT = Aws::String>
201 SetKey(std::forward<KeyT>(value));
214 m_evaluationMethodHasBeenSet =
true;
215 m_evaluationMethod = value;
242 bool m_detectorModelNameHasBeenSet =
false;
243 bool m_detectorModelVersionHasBeenSet =
false;
244 bool m_detectorModelDescriptionHasBeenSet =
false;
245 bool m_detectorModelArnHasBeenSet =
false;
246 bool m_roleArnHasBeenSet =
false;
247 bool m_creationTimeHasBeenSet =
false;
248 bool m_lastUpdateTimeHasBeenSet =
false;
249 bool m_statusHasBeenSet =
false;
250 bool m_keyHasBeenSet =
false;
251 bool m_evaluationMethodHasBeenSet =
false;
AWS_IOTEVENTS_API DetectorModelConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRoleArn(RoleArnT &&value)
void SetKey(KeyT &&value)
DetectorModelConfiguration & WithLastUpdateTime(LastUpdateTimeT &&value)
const Aws::String & GetRoleArn() const
bool DetectorModelDescriptionHasBeenSet() const
void SetLastUpdateTime(LastUpdateTimeT &&value)
bool CreationTimeHasBeenSet() const
const Aws::String & GetDetectorModelDescription() const
DetectorModelConfiguration & WithDetectorModelDescription(DetectorModelDescriptionT &&value)
AWS_IOTEVENTS_API DetectorModelConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool DetectorModelArnHasBeenSet() const
DetectorModelConfiguration & WithDetectorModelName(DetectorModelNameT &&value)
bool DetectorModelVersionHasBeenSet() const
const Aws::String & GetDetectorModelVersion() const
void SetDetectorModelDescription(DetectorModelDescriptionT &&value)
AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
DetectorModelVersionStatus GetStatus() const
bool LastUpdateTimeHasBeenSet() const
DetectorModelConfiguration & WithCreationTime(CreationTimeT &&value)
void SetStatus(DetectorModelVersionStatus value)
bool RoleArnHasBeenSet() const
bool EvaluationMethodHasBeenSet() const
DetectorModelConfiguration & WithRoleArn(RoleArnT &&value)
DetectorModelConfiguration & WithDetectorModelVersion(DetectorModelVersionT &&value)
DetectorModelConfiguration & WithDetectorModelArn(DetectorModelArnT &&value)
void SetDetectorModelName(DetectorModelNameT &&value)
void SetCreationTime(CreationTimeT &&value)
const Aws::String & GetDetectorModelArn() const
DetectorModelConfiguration & WithStatus(DetectorModelVersionStatus value)
bool DetectorModelNameHasBeenSet() const
const Aws::String & GetKey() const
DetectorModelConfiguration & WithEvaluationMethod(EvaluationMethod value)
bool KeyHasBeenSet() const
const Aws::String & GetDetectorModelName() const
EvaluationMethod GetEvaluationMethod() const
const Aws::Utils::DateTime & GetCreationTime() const
void SetDetectorModelArn(DetectorModelArnT &&value)
AWS_IOTEVENTS_API DetectorModelConfiguration()=default
void SetDetectorModelVersion(DetectorModelVersionT &&value)
const Aws::Utils::DateTime & GetLastUpdateTime() const
bool StatusHasBeenSet() const
DetectorModelConfiguration & WithKey(KeyT &&value)
void SetEvaluationMethod(EvaluationMethod value)
DetectorModelVersionStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue