7#include <aws/iotevents/IoTEvents_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/iotevents/model/DetectorModelVersionStatus.h>
11#include <aws/iotevents/model/EvaluationMethod.h>
50 template<
typename DetectorModelNameT = Aws::String>
51 void SetDetectorModelName(DetectorModelNameT&& value) { m_detectorModelNameHasBeenSet =
true; m_detectorModelName = std::forward<DetectorModelNameT>(value); }
52 template<
typename DetectorModelNameT = Aws::String>
62 template<
typename DetectorModelVersionT = Aws::String>
63 void SetDetectorModelVersion(DetectorModelVersionT&& value) { m_detectorModelVersionHasBeenSet =
true; m_detectorModelVersion = std::forward<DetectorModelVersionT>(value); }
64 template<
typename DetectorModelVersionT = Aws::String>
74 template<
typename DetectorModelDescriptionT = Aws::String>
75 void SetDetectorModelDescription(DetectorModelDescriptionT&& value) { m_detectorModelDescriptionHasBeenSet =
true; m_detectorModelDescription = std::forward<DetectorModelDescriptionT>(value); }
76 template<
typename DetectorModelDescriptionT = Aws::String>
86 template<
typename DetectorModelArnT = Aws::String>
87 void SetDetectorModelArn(DetectorModelArnT&& value) { m_detectorModelArnHasBeenSet =
true; m_detectorModelArn = std::forward<DetectorModelArnT>(value); }
88 template<
typename DetectorModelArnT = Aws::String>
99 template<
typename RoleArnT = Aws::String>
100 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
101 template<
typename RoleArnT = Aws::String>
111 template<
typename CreationTimeT = Aws::Utils::DateTime>
112 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
113 template<
typename CreationTimeT = Aws::Utils::DateTime>
123 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
124 void SetLastUpdateTime(LastUpdateTimeT&& value) { m_lastUpdateTimeHasBeenSet =
true; m_lastUpdateTime = std::forward<LastUpdateTimeT>(value); }
125 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
152 template<
typename KeyT = Aws::String>
153 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
154 template<
typename KeyT = Aws::String>
171 bool m_detectorModelNameHasBeenSet =
false;
174 bool m_detectorModelVersionHasBeenSet =
false;
177 bool m_detectorModelDescriptionHasBeenSet =
false;
180 bool m_detectorModelArnHasBeenSet =
false;
183 bool m_roleArnHasBeenSet =
false;
186 bool m_creationTimeHasBeenSet =
false;
189 bool m_lastUpdateTimeHasBeenSet =
false;
192 bool m_statusHasBeenSet =
false;
195 bool m_keyHasBeenSet =
false;
198 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