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>
49 template<
typename DetectorModelNameT = Aws::String>
50 void SetDetectorModelName(DetectorModelNameT&& value) { m_detectorModelNameHasBeenSet =
true; m_detectorModelName = std::forward<DetectorModelNameT>(value); }
51 template<
typename DetectorModelNameT = Aws::String>
61 template<
typename DetectorModelVersionT = Aws::String>
62 void SetDetectorModelVersion(DetectorModelVersionT&& value) { m_detectorModelVersionHasBeenSet =
true; m_detectorModelVersion = std::forward<DetectorModelVersionT>(value); }
63 template<
typename DetectorModelVersionT = Aws::String>
73 template<
typename DetectorModelArnT = Aws::String>
74 void SetDetectorModelArn(DetectorModelArnT&& value) { m_detectorModelArnHasBeenSet =
true; m_detectorModelArn = std::forward<DetectorModelArnT>(value); }
75 template<
typename DetectorModelArnT = Aws::String>
86 template<
typename RoleArnT = Aws::String>
87 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
88 template<
typename RoleArnT = Aws::String>
98 template<
typename CreationTimeT = Aws::Utils::DateTime>
99 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
100 template<
typename CreationTimeT = Aws::Utils::DateTime>
110 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
111 void SetLastUpdateTime(LastUpdateTimeT&& value) { m_lastUpdateTimeHasBeenSet =
true; m_lastUpdateTime = std::forward<LastUpdateTimeT>(value); }
112 template<
typename LastUpdateTimeT = Aws::Utils::DateTime>
139 bool m_detectorModelNameHasBeenSet =
false;
142 bool m_detectorModelVersionHasBeenSet =
false;
145 bool m_detectorModelArnHasBeenSet =
false;
148 bool m_roleArnHasBeenSet =
false;
151 bool m_creationTimeHasBeenSet =
false;
154 bool m_lastUpdateTimeHasBeenSet =
false;
157 bool m_statusHasBeenSet =
false;
160 bool m_evaluationMethodHasBeenSet =
false;
DetectorModelVersionSummary & WithDetectorModelArn(DetectorModelArnT &&value)
bool RoleArnHasBeenSet() const
DetectorModelVersionSummary & WithLastUpdateTime(LastUpdateTimeT &&value)
DetectorModelVersionSummary & WithEvaluationMethod(EvaluationMethod value)
bool DetectorModelVersionHasBeenSet() const
bool StatusHasBeenSet() const
void SetStatus(DetectorModelVersionStatus value)
const Aws::String & GetDetectorModelArn() const
DetectorModelVersionSummary & WithStatus(DetectorModelVersionStatus value)
DetectorModelVersionSummary & WithDetectorModelName(DetectorModelNameT &&value)
bool CreationTimeHasBeenSet() const
bool EvaluationMethodHasBeenSet() const
bool DetectorModelArnHasBeenSet() const
const Aws::String & GetDetectorModelName() const
DetectorModelVersionSummary & WithRoleArn(RoleArnT &&value)
void SetRoleArn(RoleArnT &&value)
void SetDetectorModelArn(DetectorModelArnT &&value)
AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
DetectorModelVersionSummary & WithCreationTime(CreationTimeT &&value)
const Aws::Utils::DateTime & GetLastUpdateTime() const
const Aws::Utils::DateTime & GetCreationTime() const
bool DetectorModelNameHasBeenSet() const
void SetDetectorModelVersion(DetectorModelVersionT &&value)
const Aws::String & GetRoleArn() const
void SetCreationTime(CreationTimeT &&value)
AWS_IOTEVENTS_API DetectorModelVersionSummary(Aws::Utils::Json::JsonView jsonValue)
void SetEvaluationMethod(EvaluationMethod value)
bool LastUpdateTimeHasBeenSet() const
const Aws::String & GetDetectorModelVersion() const
AWS_IOTEVENTS_API DetectorModelVersionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
DetectorModelVersionSummary & WithDetectorModelVersion(DetectorModelVersionT &&value)
void SetDetectorModelName(DetectorModelNameT &&value)
EvaluationMethod GetEvaluationMethod() const
void SetLastUpdateTime(LastUpdateTimeT &&value)
DetectorModelVersionStatus GetStatus() const
AWS_IOTEVENTS_API DetectorModelVersionSummary()=default
DetectorModelVersionStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue