7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/IoT_EXPORTS.h>
10#include <aws/iot/model/ModelStatus.h>
42 template <
typename SecurityProfileNameT = Aws::String>
44 m_securityProfileNameHasBeenSet =
true;
45 m_securityProfileName = std::forward<SecurityProfileNameT>(value);
47 template <
typename SecurityProfileNameT = Aws::String>
60 template <
typename BehaviorNameT = Aws::String>
62 m_behaviorNameHasBeenSet =
true;
63 m_behaviorName = std::forward<BehaviorNameT>(value);
65 template <
typename BehaviorNameT = Aws::String>
78 template <
typename TrainingDataCollectionStartDateT = Aws::Utils::DateTime>
80 m_trainingDataCollectionStartDateHasBeenSet =
true;
81 m_trainingDataCollectionStartDate = std::forward<TrainingDataCollectionStartDateT>(value);
83 template <
typename TrainingDataCollectionStartDateT = Aws::Utils::DateTime>
97 m_modelStatusHasBeenSet =
true;
98 m_modelStatus = value;
113 m_datapointsCollectionPercentageHasBeenSet =
true;
114 m_datapointsCollectionPercentage = value;
128 template <
typename LastModelRefreshDateT = Aws::Utils::DateTime>
130 m_lastModelRefreshDateHasBeenSet =
true;
131 m_lastModelRefreshDate = std::forward<LastModelRefreshDateT>(value);
133 template <
typename LastModelRefreshDateT = Aws::Utils::DateTime>
148 double m_datapointsCollectionPercentage{0.0};
151 bool m_securityProfileNameHasBeenSet =
false;
152 bool m_behaviorNameHasBeenSet =
false;
153 bool m_trainingDataCollectionStartDateHasBeenSet =
false;
154 bool m_modelStatusHasBeenSet =
false;
155 bool m_datapointsCollectionPercentageHasBeenSet =
false;
156 bool m_lastModelRefreshDateHasBeenSet =
false;
void SetSecurityProfileName(SecurityProfileNameT &&value)
bool ModelStatusHasBeenSet() const
bool LastModelRefreshDateHasBeenSet() const
const Aws::String & GetSecurityProfileName() const
const Aws::Utils::DateTime & GetLastModelRefreshDate() const
bool SecurityProfileNameHasBeenSet() const
AWS_IOT_API BehaviorModelTrainingSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetModelStatus(ModelStatus value)
void SetBehaviorName(BehaviorNameT &&value)
bool TrainingDataCollectionStartDateHasBeenSet() const
double GetDatapointsCollectionPercentage() const
BehaviorModelTrainingSummary & WithModelStatus(ModelStatus value)
AWS_IOT_API BehaviorModelTrainingSummary()=default
BehaviorModelTrainingSummary & WithSecurityProfileName(SecurityProfileNameT &&value)
void SetTrainingDataCollectionStartDate(TrainingDataCollectionStartDateT &&value)
BehaviorModelTrainingSummary & WithLastModelRefreshDate(LastModelRefreshDateT &&value)
BehaviorModelTrainingSummary & WithBehaviorName(BehaviorNameT &&value)
bool BehaviorNameHasBeenSet() const
bool DatapointsCollectionPercentageHasBeenSet() const
void SetDatapointsCollectionPercentage(double value)
const Aws::Utils::DateTime & GetTrainingDataCollectionStartDate() const
ModelStatus GetModelStatus() const
AWS_IOT_API BehaviorModelTrainingSummary(Aws::Utils::Json::JsonView jsonValue)
BehaviorModelTrainingSummary & WithDatapointsCollectionPercentage(double value)
void SetLastModelRefreshDate(LastModelRefreshDateT &&value)
BehaviorModelTrainingSummary & WithTrainingDataCollectionStartDate(TrainingDataCollectionStartDateT &&value)
const Aws::String & GetBehaviorName() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue