AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ComplianceContributorCount.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
32 {
33 public:
34 AWS_CONFIGSERVICE_API ComplianceContributorCount();
37 AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
45 inline int GetCappedCount() const{ return m_cappedCount; }
46 inline bool CappedCountHasBeenSet() const { return m_cappedCountHasBeenSet; }
47 inline void SetCappedCount(int value) { m_cappedCountHasBeenSet = true; m_cappedCount = value; }
48 inline ComplianceContributorCount& WithCappedCount(int value) { SetCappedCount(value); return *this;}
50
52
55 inline bool GetCapExceeded() const{ return m_capExceeded; }
56 inline bool CapExceededHasBeenSet() const { return m_capExceededHasBeenSet; }
57 inline void SetCapExceeded(bool value) { m_capExceededHasBeenSet = true; m_capExceeded = value; }
58 inline ComplianceContributorCount& WithCapExceeded(bool value) { SetCapExceeded(value); return *this;}
60 private:
61
62 int m_cappedCount;
63 bool m_cappedCountHasBeenSet = false;
64
65 bool m_capExceeded;
66 bool m_capExceededHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace ConfigService
71} // namespace Aws
AWS_CONFIGSERVICE_API ComplianceContributorCount(Aws::Utils::Json::JsonView jsonValue)
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONFIGSERVICE_API ComplianceContributorCount & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue