AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DifferentialPrivacyPrivacyBudgetAggregation.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/DifferentialPrivacyAggregationType.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace CleanRooms
22{
23namespace Model
24{
25
33 {
34 public:
38 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const DifferentialPrivacyAggregationType& GetType() const{ return m_type; }
46 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
47 inline void SetType(const DifferentialPrivacyAggregationType& value) { m_typeHasBeenSet = true; m_type = value; }
48 inline void SetType(DifferentialPrivacyAggregationType&& value) { m_typeHasBeenSet = true; m_type = std::move(value); }
52
54
58 inline int GetMaxCount() const{ return m_maxCount; }
59 inline bool MaxCountHasBeenSet() const { return m_maxCountHasBeenSet; }
60 inline void SetMaxCount(int value) { m_maxCountHasBeenSet = true; m_maxCount = value; }
61 inline DifferentialPrivacyPrivacyBudgetAggregation& WithMaxCount(int value) { SetMaxCount(value); return *this;}
63
65
69 inline int GetRemainingCount() const{ return m_remainingCount; }
70 inline bool RemainingCountHasBeenSet() const { return m_remainingCountHasBeenSet; }
71 inline void SetRemainingCount(int value) { m_remainingCountHasBeenSet = true; m_remainingCount = value; }
74 private:
75
77 bool m_typeHasBeenSet = false;
78
79 int m_maxCount;
80 bool m_maxCountHasBeenSet = false;
81
82 int m_remainingCount;
83 bool m_remainingCountHasBeenSet = false;
84 };
85
86} // namespace Model
87} // namespace CleanRooms
88} // namespace Aws
DifferentialPrivacyPrivacyBudgetAggregation & WithType(DifferentialPrivacyAggregationType &&value)
DifferentialPrivacyPrivacyBudgetAggregation & WithType(const DifferentialPrivacyAggregationType &value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLEANROOMS_API DifferentialPrivacyPrivacyBudgetAggregation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API DifferentialPrivacyPrivacyBudgetAggregation(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue