7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/iot/model/ModelStatus.h>
48 template<
typename SecurityProfileNameT = Aws::String>
49 void SetSecurityProfileName(SecurityProfileNameT&& value) { m_securityProfileNameHasBeenSet =
true; m_securityProfileName = std::forward<SecurityProfileNameT>(value); }
50 template<
typename SecurityProfileNameT = Aws::String>
60 template<
typename BehaviorNameT = Aws::String>
61 void SetBehaviorName(BehaviorNameT&& value) { m_behaviorNameHasBeenSet =
true; m_behaviorName = std::forward<BehaviorNameT>(value); }
62 template<
typename BehaviorNameT = Aws::String>
72 template<
typename TrainingDataCollectionStartDateT = Aws::Utils::DateTime>
73 void SetTrainingDataCollectionStartDate(TrainingDataCollectionStartDateT&& value) { m_trainingDataCollectionStartDateHasBeenSet =
true; m_trainingDataCollectionStartDate = std::forward<TrainingDataCollectionStartDateT>(value); }
74 template<
typename TrainingDataCollectionStartDateT = Aws::Utils::DateTime>
104 template<
typename LastModelRefreshDateT = Aws::Utils::DateTime>
105 void SetLastModelRefreshDate(LastModelRefreshDateT&& value) { m_lastModelRefreshDateHasBeenSet =
true; m_lastModelRefreshDate = std::forward<LastModelRefreshDateT>(value); }
106 template<
typename LastModelRefreshDateT = Aws::Utils::DateTime>
112 bool m_securityProfileNameHasBeenSet =
false;
115 bool m_behaviorNameHasBeenSet =
false;
118 bool m_trainingDataCollectionStartDateHasBeenSet =
false;
121 bool m_modelStatusHasBeenSet =
false;
123 double m_datapointsCollectionPercentage{0.0};
124 bool m_datapointsCollectionPercentageHasBeenSet =
false;
127 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