AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DifferentialPrivacyTemplateUpdateParameters.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_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 CleanRooms
20{
21namespace Model
22{
23
31 {
32 public:
36 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline int GetEpsilon() const{ return m_epsilon; }
44 inline bool EpsilonHasBeenSet() const { return m_epsilonHasBeenSet; }
45 inline void SetEpsilon(int value) { m_epsilonHasBeenSet = true; m_epsilon = value; }
46 inline DifferentialPrivacyTemplateUpdateParameters& WithEpsilon(int value) { SetEpsilon(value); return *this;}
48
50
55 inline int GetUsersNoisePerQuery() const{ return m_usersNoisePerQuery; }
56 inline bool UsersNoisePerQueryHasBeenSet() const { return m_usersNoisePerQueryHasBeenSet; }
57 inline void SetUsersNoisePerQuery(int value) { m_usersNoisePerQueryHasBeenSet = true; m_usersNoisePerQuery = value; }
60 private:
61
62 int m_epsilon;
63 bool m_epsilonHasBeenSet = false;
64
65 int m_usersNoisePerQuery;
66 bool m_usersNoisePerQueryHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace CleanRooms
71} // namespace Aws
AWS_CLEANROOMS_API DifferentialPrivacyTemplateUpdateParameters(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLEANROOMS_API DifferentialPrivacyTemplateUpdateParameters & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue