AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
MetricsConfigurationPolicy.h
1
6#pragma once
7#include <aws/cleanroomsml/CleanRoomsML_EXPORTS.h>
8#include <aws/cleanroomsml/model/NoiseLevelType.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 CleanRoomsML
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_CLEANROOMSML_API MetricsConfigurationPolicy() = default;
38 AWS_CLEANROOMSML_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline NoiseLevelType GetNoiseLevel() const { return m_noiseLevel; }
46 inline bool NoiseLevelHasBeenSet() const { return m_noiseLevelHasBeenSet; }
47 inline void SetNoiseLevel(NoiseLevelType value) { m_noiseLevelHasBeenSet = true; m_noiseLevel = value; }
50 private:
51
53 bool m_noiseLevelHasBeenSet = false;
54 };
55
56} // namespace Model
57} // namespace CleanRoomsML
58} // namespace Aws
AWS_CLEANROOMSML_API MetricsConfigurationPolicy & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMSML_API Aws::Utils::Json::JsonValue Jsonize() const
MetricsConfigurationPolicy & WithNoiseLevel(NoiseLevelType value)
AWS_CLEANROOMSML_API MetricsConfigurationPolicy(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMSML_API MetricsConfigurationPolicy()=default
Aws::Utils::Json::JsonValue JsonValue