7#include <aws/auditmanager/AuditManager_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/auditmanager/model/EvidenceInsights.h>
10#include <aws/core/utils/DateTime.h>
52 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
70 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
71 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
94 inline void SetTotalControlsCount(
int value) { m_totalControlsCountHasBeenSet =
true; m_totalControlsCount = value; }
125 bool m_nameHasBeenSet =
false;
128 bool m_idHasBeenSet =
false;
130 int m_controlsCountByNoncompliantEvidence;
131 bool m_controlsCountByNoncompliantEvidenceHasBeenSet =
false;
133 int m_totalControlsCount;
134 bool m_totalControlsCountHasBeenSet =
false;
137 bool m_evidenceInsightsHasBeenSet =
false;
140 bool m_lastUpdatedHasBeenSet =
false;
ControlDomainInsights & WithLastUpdated(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetLastUpdated() const
bool EvidenceInsightsHasBeenSet() const
void SetControlsCountByNoncompliantEvidence(int value)
ControlDomainInsights & WithName(const char *value)
void SetId(const Aws::String &value)
bool IdHasBeenSet() const
ControlDomainInsights & WithName(Aws::String &&value)
ControlDomainInsights & WithEvidenceInsights(EvidenceInsights &&value)
const Aws::String & GetId() const
ControlDomainInsights & WithLastUpdated(const Aws::Utils::DateTime &value)
ControlDomainInsights & WithControlsCountByNoncompliantEvidence(int value)
void SetEvidenceInsights(EvidenceInsights &&value)
const Aws::String & GetName() const
void SetLastUpdated(const Aws::Utils::DateTime &value)
AWS_AUDITMANAGER_API ControlDomainInsights(Aws::Utils::Json::JsonView jsonValue)
void SetName(const char *value)
void SetId(const char *value)
void SetLastUpdated(Aws::Utils::DateTime &&value)
ControlDomainInsights & WithTotalControlsCount(int value)
ControlDomainInsights & WithEvidenceInsights(const EvidenceInsights &value)
const EvidenceInsights & GetEvidenceInsights() const
void SetName(Aws::String &&value)
bool NameHasBeenSet() const
int GetTotalControlsCount() const
void SetEvidenceInsights(const EvidenceInsights &value)
void SetId(Aws::String &&value)
ControlDomainInsights & WithId(const char *value)
int GetControlsCountByNoncompliantEvidence() const
AWS_AUDITMANAGER_API Aws::Utils::Json::JsonValue Jsonize() const
ControlDomainInsights & WithId(Aws::String &&value)
ControlDomainInsights & WithId(const Aws::String &value)
bool ControlsCountByNoncompliantEvidenceHasBeenSet() const
AWS_AUDITMANAGER_API ControlDomainInsights()
bool TotalControlsCountHasBeenSet() const
AWS_AUDITMANAGER_API ControlDomainInsights & operator=(Aws::Utils::Json::JsonView jsonValue)
ControlDomainInsights & WithName(const Aws::String &value)
bool LastUpdatedHasBeenSet() const
void SetTotalControlsCount(int value)
void SetName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue