AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
ConfiguredTableAnalysisRulePolicy.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/ConfiguredTableAnalysisRulePolicyV1.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace CleanRooms {
20namespace Model {
21
29 public:
30 AWS_CLEANROOMS_API ConfiguredTableAnalysisRulePolicy() = default;
33 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const ConfiguredTableAnalysisRulePolicyV1& GetV1() const { return m_v1; }
41 inline bool V1HasBeenSet() const { return m_v1HasBeenSet; }
42 template <typename V1T = ConfiguredTableAnalysisRulePolicyV1>
43 void SetV1(V1T&& value) {
44 m_v1HasBeenSet = true;
45 m_v1 = std::forward<V1T>(value);
46 }
47 template <typename V1T = ConfiguredTableAnalysisRulePolicyV1>
49 SetV1(std::forward<V1T>(value));
50 return *this;
51 }
53 private:
55 bool m_v1HasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace CleanRooms
60} // namespace Aws
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
const ConfiguredTableAnalysisRulePolicyV1 & GetV1() const
AWS_CLEANROOMS_API ConfiguredTableAnalysisRulePolicy(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API ConfiguredTableAnalysisRulePolicy()=default
AWS_CLEANROOMS_API ConfiguredTableAnalysisRulePolicy & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue