7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/model/ConformancePackComplianceType.h>
21namespace ConfigService
66 inline void SetCompliantRuleCount(
int value) { m_compliantRuleCountHasBeenSet =
true; m_compliantRuleCount = value; }
88 inline void SetTotalRuleCount(
int value) { m_totalRuleCountHasBeenSet =
true; m_totalRuleCount = value; }
94 bool m_complianceTypeHasBeenSet =
false;
96 int m_compliantRuleCount{0};
97 bool m_compliantRuleCountHasBeenSet =
false;
99 int m_nonCompliantRuleCount{0};
100 bool m_nonCompliantRuleCountHasBeenSet =
false;
102 int m_totalRuleCount{0};
103 bool m_totalRuleCountHasBeenSet =
false;
ConformancePackComplianceType
Aws::Utils::Json::JsonValue JsonValue