AWS SDK for C++

AWS SDK for C++ Version 1.11.686

Loading...
Searching...
No Matches
DifferentialPrivacyTemplateParametersInput.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace CleanRooms {
17namespace Model {
18
26 public:
27 AWS_CLEANROOMS_API DifferentialPrivacyTemplateParametersInput() = default;
30 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
36 inline int GetEpsilon() const { return m_epsilon; }
37 inline bool EpsilonHasBeenSet() const { return m_epsilonHasBeenSet; }
38 inline void SetEpsilon(int value) {
39 m_epsilonHasBeenSet = true;
40 m_epsilon = value;
41 }
43 SetEpsilon(value);
44 return *this;
45 }
47
49
54 inline int GetUsersNoisePerQuery() const { return m_usersNoisePerQuery; }
55 inline bool UsersNoisePerQueryHasBeenSet() const { return m_usersNoisePerQueryHasBeenSet; }
56 inline void SetUsersNoisePerQuery(int value) {
57 m_usersNoisePerQueryHasBeenSet = true;
58 m_usersNoisePerQuery = value;
59 }
62 return *this;
63 }
65 private:
66 int m_epsilon{0};
67 bool m_epsilonHasBeenSet = false;
68
69 int m_usersNoisePerQuery{0};
70 bool m_usersNoisePerQueryHasBeenSet = false;
71};
72
73} // namespace Model
74} // namespace CleanRooms
75} // namespace Aws
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLEANROOMS_API DifferentialPrivacyTemplateParametersInput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API DifferentialPrivacyTemplateParametersInput(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue