AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DifferentialPrivacySensitivityParameters.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/DifferentialPrivacyAggregationType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace CleanRooms
23{
24namespace Model
25{
26
33 {
34 public:
38 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const DifferentialPrivacyAggregationType& GetAggregationType() const{ return m_aggregationType; }
46 inline bool AggregationTypeHasBeenSet() const { return m_aggregationTypeHasBeenSet; }
47 inline void SetAggregationType(const DifferentialPrivacyAggregationType& value) { m_aggregationTypeHasBeenSet = true; m_aggregationType = value; }
48 inline void SetAggregationType(DifferentialPrivacyAggregationType&& value) { m_aggregationTypeHasBeenSet = true; m_aggregationType = std::move(value); }
52
54
57 inline const Aws::String& GetAggregationExpression() const{ return m_aggregationExpression; }
58 inline bool AggregationExpressionHasBeenSet() const { return m_aggregationExpressionHasBeenSet; }
59 inline void SetAggregationExpression(const Aws::String& value) { m_aggregationExpressionHasBeenSet = true; m_aggregationExpression = value; }
60 inline void SetAggregationExpression(Aws::String&& value) { m_aggregationExpressionHasBeenSet = true; m_aggregationExpression = std::move(value); }
61 inline void SetAggregationExpression(const char* value) { m_aggregationExpressionHasBeenSet = true; m_aggregationExpression.assign(value); }
66
68
71 inline int GetUserContributionLimit() const{ return m_userContributionLimit; }
72 inline bool UserContributionLimitHasBeenSet() const { return m_userContributionLimitHasBeenSet; }
73 inline void SetUserContributionLimit(int value) { m_userContributionLimitHasBeenSet = true; m_userContributionLimit = value; }
76
78
81 inline double GetMinColumnValue() const{ return m_minColumnValue; }
82 inline bool MinColumnValueHasBeenSet() const { return m_minColumnValueHasBeenSet; }
83 inline void SetMinColumnValue(double value) { m_minColumnValueHasBeenSet = true; m_minColumnValue = value; }
86
88
91 inline double GetMaxColumnValue() const{ return m_maxColumnValue; }
92 inline bool MaxColumnValueHasBeenSet() const { return m_maxColumnValueHasBeenSet; }
93 inline void SetMaxColumnValue(double value) { m_maxColumnValueHasBeenSet = true; m_maxColumnValue = value; }
96 private:
97
98 DifferentialPrivacyAggregationType m_aggregationType;
99 bool m_aggregationTypeHasBeenSet = false;
100
101 Aws::String m_aggregationExpression;
102 bool m_aggregationExpressionHasBeenSet = false;
103
104 int m_userContributionLimit;
105 bool m_userContributionLimitHasBeenSet = false;
106
107 double m_minColumnValue;
108 bool m_minColumnValueHasBeenSet = false;
109
110 double m_maxColumnValue;
111 bool m_maxColumnValueHasBeenSet = false;
112 };
113
114} // namespace Model
115} // namespace CleanRooms
116} // namespace Aws
DifferentialPrivacySensitivityParameters & WithMinColumnValue(double value)
AWS_CLEANROOMS_API DifferentialPrivacySensitivityParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
DifferentialPrivacySensitivityParameters & WithAggregationExpression(const char *value)
DifferentialPrivacySensitivityParameters & WithAggregationExpression(const Aws::String &value)
DifferentialPrivacySensitivityParameters & WithAggregationType(DifferentialPrivacyAggregationType &&value)
AWS_CLEANROOMS_API DifferentialPrivacySensitivityParameters(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
DifferentialPrivacySensitivityParameters & WithMaxColumnValue(double value)
DifferentialPrivacySensitivityParameters & WithAggregationExpression(Aws::String &&value)
DifferentialPrivacySensitivityParameters & WithAggregationType(const DifferentialPrivacyAggregationType &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue