AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AggregateConformancePackComplianceCount.h
1
6#pragma once
7#include <aws/config/ConfigService_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace ConfigService
20{
21namespace Model
22{
23
31 {
32 public:
36 AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline int GetCompliantConformancePackCount() const{ return m_compliantConformancePackCount; }
44 inline bool CompliantConformancePackCountHasBeenSet() const { return m_compliantConformancePackCountHasBeenSet; }
45 inline void SetCompliantConformancePackCount(int value) { m_compliantConformancePackCountHasBeenSet = true; m_compliantConformancePackCount = value; }
48
50
53 inline int GetNonCompliantConformancePackCount() const{ return m_nonCompliantConformancePackCount; }
54 inline bool NonCompliantConformancePackCountHasBeenSet() const { return m_nonCompliantConformancePackCountHasBeenSet; }
55 inline void SetNonCompliantConformancePackCount(int value) { m_nonCompliantConformancePackCountHasBeenSet = true; m_nonCompliantConformancePackCount = value; }
58 private:
59
60 int m_compliantConformancePackCount;
61 bool m_compliantConformancePackCountHasBeenSet = false;
62
63 int m_nonCompliantConformancePackCount;
64 bool m_nonCompliantConformancePackCountHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace ConfigService
69} // namespace Aws
AggregateConformancePackComplianceCount & WithCompliantConformancePackCount(int value)
AWS_CONFIGSERVICE_API AggregateConformancePackComplianceCount(Aws::Utils::Json::JsonView jsonValue)
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONFIGSERVICE_API AggregateConformancePackComplianceCount & operator=(Aws::Utils::Json::JsonView jsonValue)
AggregateConformancePackComplianceCount & WithNonCompliantConformancePackCount(int value)
Aws::Utils::Json::JsonValue JsonValue