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>
50 inline void SetSecurityProfileName(
const char* value) { m_securityProfileNameHasBeenSet =
true; m_securityProfileName.assign(value); }
64 inline void SetBehaviorName(
const char* value) { m_behaviorNameHasBeenSet =
true; m_behaviorName.assign(value); }
118 bool m_securityProfileNameHasBeenSet =
false;
121 bool m_behaviorNameHasBeenSet =
false;
124 bool m_trainingDataCollectionStartDateHasBeenSet =
false;
127 bool m_modelStatusHasBeenSet =
false;
129 double m_datapointsCollectionPercentage;
130 bool m_datapointsCollectionPercentageHasBeenSet =
false;
133 bool m_lastModelRefreshDateHasBeenSet =
false;
BehaviorModelTrainingSummary & WithSecurityProfileName(const Aws::String &value)
void SetSecurityProfileName(const Aws::String &value)
void SetTrainingDataCollectionStartDate(const Aws::Utils::DateTime &value)
void SetBehaviorName(const Aws::String &value)
BehaviorModelTrainingSummary & WithLastModelRefreshDate(const Aws::Utils::DateTime &value)
bool ModelStatusHasBeenSet() const
bool LastModelRefreshDateHasBeenSet() const
BehaviorModelTrainingSummary & WithTrainingDataCollectionStartDate(Aws::Utils::DateTime &&value)
const Aws::String & GetSecurityProfileName() const
const Aws::Utils::DateTime & GetLastModelRefreshDate() const
void SetBehaviorName(Aws::String &&value)
bool SecurityProfileNameHasBeenSet() const
void SetTrainingDataCollectionStartDate(Aws::Utils::DateTime &&value)
void SetLastModelRefreshDate(Aws::Utils::DateTime &&value)
AWS_IOT_API BehaviorModelTrainingSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TrainingDataCollectionStartDateHasBeenSet() const
double GetDatapointsCollectionPercentage() const
void SetModelStatus(const ModelStatus &value)
BehaviorModelTrainingSummary & WithModelStatus(const ModelStatus &value)
void SetBehaviorName(const char *value)
void SetLastModelRefreshDate(const Aws::Utils::DateTime &value)
BehaviorModelTrainingSummary & WithBehaviorName(const Aws::String &value)
bool BehaviorNameHasBeenSet() const
bool DatapointsCollectionPercentageHasBeenSet() const
AWS_IOT_API BehaviorModelTrainingSummary()
BehaviorModelTrainingSummary & WithBehaviorName(Aws::String &&value)
void SetDatapointsCollectionPercentage(double value)
const Aws::Utils::DateTime & GetTrainingDataCollectionStartDate() const
void SetModelStatus(ModelStatus &&value)
AWS_IOT_API BehaviorModelTrainingSummary(Aws::Utils::Json::JsonView jsonValue)
BehaviorModelTrainingSummary & WithDatapointsCollectionPercentage(double value)
const ModelStatus & GetModelStatus() const
void SetSecurityProfileName(Aws::String &&value)
BehaviorModelTrainingSummary & WithBehaviorName(const char *value)
BehaviorModelTrainingSummary & WithModelStatus(ModelStatus &&value)
BehaviorModelTrainingSummary & WithSecurityProfileName(const char *value)
const Aws::String & GetBehaviorName() const
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
BehaviorModelTrainingSummary & WithSecurityProfileName(Aws::String &&value)
void SetSecurityProfileName(const char *value)
BehaviorModelTrainingSummary & WithLastModelRefreshDate(Aws::Utils::DateTime &&value)
BehaviorModelTrainingSummary & WithTrainingDataCollectionStartDate(const Aws::Utils::DateTime &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue