AWS SDK for C++

AWS SDK for C++ Version 1.11.868

Loading...
Searching...
No Matches
InheritedAdditionalAnalysesSource.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/AdditionalAnalyses.h>
9#include <aws/cleanrooms/model/BaseTableDependencyType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11
12#include <utility>
13
14namespace Aws {
15namespace Utils {
16namespace Json {
17class JsonValue;
18class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace CleanRooms {
22namespace Model {
23
31 public:
32 AWS_CLEANROOMS_API InheritedAdditionalAnalysesSource() = default;
35 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
36
38
41 inline const Aws::String& GetName() const { return m_name; }
42 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
43 template <typename NameT = Aws::String>
44 void SetName(NameT&& value) {
45 m_nameHasBeenSet = true;
46 m_name = std::forward<NameT>(value);
47 }
48 template <typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
51 return *this;
52 }
54
56
59 inline const Aws::String& GetId() const { return m_id; }
60 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
61 template <typename IdT = Aws::String>
62 void SetId(IdT&& value) {
63 m_idHasBeenSet = true;
64 m_id = std::forward<IdT>(value);
65 }
66 template <typename IdT = Aws::String>
68 SetId(std::forward<IdT>(value));
69 return *this;
70 }
72
74
77 inline BaseTableDependencyType GetType() const { return m_type; }
78 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
79 inline void SetType(BaseTableDependencyType value) {
80 m_typeHasBeenSet = true;
81 m_type = value;
82 }
84 SetType(value);
85 return *this;
86 }
88
90
93 inline AdditionalAnalyses GetValue() const { return m_value; }
94 inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; }
95 inline void SetValue(AdditionalAnalyses value) {
96 m_valueHasBeenSet = true;
97 m_value = value;
98 }
100 SetValue(value);
101 return *this;
102 }
104
106
110 inline const Aws::String& GetSourceAccountId() const { return m_sourceAccountId; }
111 inline bool SourceAccountIdHasBeenSet() const { return m_sourceAccountIdHasBeenSet; }
112 template <typename SourceAccountIdT = Aws::String>
113 void SetSourceAccountId(SourceAccountIdT&& value) {
114 m_sourceAccountIdHasBeenSet = true;
115 m_sourceAccountId = std::forward<SourceAccountIdT>(value);
116 }
117 template <typename SourceAccountIdT = Aws::String>
119 SetSourceAccountId(std::forward<SourceAccountIdT>(value));
120 return *this;
121 }
123 private:
124 Aws::String m_name;
125
126 Aws::String m_id;
127
129
131
132 Aws::String m_sourceAccountId;
133 bool m_nameHasBeenSet = false;
134 bool m_idHasBeenSet = false;
135 bool m_typeHasBeenSet = false;
136 bool m_valueHasBeenSet = false;
137 bool m_sourceAccountIdHasBeenSet = false;
138};
139
140} // namespace Model
141} // namespace CleanRooms
142} // namespace Aws
InheritedAdditionalAnalysesSource & WithName(NameT &&value)
AWS_CLEANROOMS_API InheritedAdditionalAnalysesSource(Aws::Utils::Json::JsonView jsonValue)
InheritedAdditionalAnalysesSource & WithValue(AdditionalAnalyses value)
InheritedAdditionalAnalysesSource & WithSourceAccountId(SourceAccountIdT &&value)
InheritedAdditionalAnalysesSource & WithType(BaseTableDependencyType value)
AWS_CLEANROOMS_API InheritedAdditionalAnalysesSource()=default
AWS_CLEANROOMS_API InheritedAdditionalAnalysesSource & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue