AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
CollaborationAnalysisTemplateSummary.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace CleanRooms {
21namespace Model {
22
30 public:
31 AWS_CLEANROOMS_API CollaborationAnalysisTemplateSummary() = default;
34 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const Aws::String& GetArn() const { return m_arn; }
41 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
42 template <typename ArnT = Aws::String>
43 void SetArn(ArnT&& value) {
44 m_arnHasBeenSet = true;
45 m_arn = std::forward<ArnT>(value);
46 }
47 template <typename ArnT = Aws::String>
49 SetArn(std::forward<ArnT>(value));
50 return *this;
51 }
53
55
59 inline const Aws::Utils::DateTime& GetCreateTime() const { return m_createTime; }
60 inline bool CreateTimeHasBeenSet() const { return m_createTimeHasBeenSet; }
61 template <typename CreateTimeT = Aws::Utils::DateTime>
62 void SetCreateTime(CreateTimeT&& value) {
63 m_createTimeHasBeenSet = true;
64 m_createTime = std::forward<CreateTimeT>(value);
65 }
66 template <typename CreateTimeT = Aws::Utils::DateTime>
68 SetCreateTime(std::forward<CreateTimeT>(value));
69 return *this;
70 }
72
74
77 inline const Aws::String& GetId() const { return m_id; }
78 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
79 template <typename IdT = Aws::String>
80 void SetId(IdT&& value) {
81 m_idHasBeenSet = true;
82 m_id = std::forward<IdT>(value);
83 }
84 template <typename IdT = Aws::String>
86 SetId(std::forward<IdT>(value));
87 return *this;
88 }
90
92
95 inline const Aws::String& GetName() const { return m_name; }
96 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
97 template <typename NameT = Aws::String>
98 void SetName(NameT&& value) {
99 m_nameHasBeenSet = true;
100 m_name = std::forward<NameT>(value);
101 }
102 template <typename NameT = Aws::String>
104 SetName(std::forward<NameT>(value));
105 return *this;
106 }
108
110
114 inline const Aws::Utils::DateTime& GetUpdateTime() const { return m_updateTime; }
115 inline bool UpdateTimeHasBeenSet() const { return m_updateTimeHasBeenSet; }
116 template <typename UpdateTimeT = Aws::Utils::DateTime>
117 void SetUpdateTime(UpdateTimeT&& value) {
118 m_updateTimeHasBeenSet = true;
119 m_updateTime = std::forward<UpdateTimeT>(value);
120 }
121 template <typename UpdateTimeT = Aws::Utils::DateTime>
123 SetUpdateTime(std::forward<UpdateTimeT>(value));
124 return *this;
125 }
127
129
132 inline const Aws::String& GetCollaborationArn() const { return m_collaborationArn; }
133 inline bool CollaborationArnHasBeenSet() const { return m_collaborationArnHasBeenSet; }
134 template <typename CollaborationArnT = Aws::String>
135 void SetCollaborationArn(CollaborationArnT&& value) {
136 m_collaborationArnHasBeenSet = true;
137 m_collaborationArn = std::forward<CollaborationArnT>(value);
138 }
139 template <typename CollaborationArnT = Aws::String>
141 SetCollaborationArn(std::forward<CollaborationArnT>(value));
142 return *this;
143 }
145
147
151 inline const Aws::String& GetCollaborationId() const { return m_collaborationId; }
152 inline bool CollaborationIdHasBeenSet() const { return m_collaborationIdHasBeenSet; }
153 template <typename CollaborationIdT = Aws::String>
154 void SetCollaborationId(CollaborationIdT&& value) {
155 m_collaborationIdHasBeenSet = true;
156 m_collaborationId = std::forward<CollaborationIdT>(value);
157 }
158 template <typename CollaborationIdT = Aws::String>
160 SetCollaborationId(std::forward<CollaborationIdT>(value));
161 return *this;
162 }
164
166
170 inline const Aws::String& GetCreatorAccountId() const { return m_creatorAccountId; }
171 inline bool CreatorAccountIdHasBeenSet() const { return m_creatorAccountIdHasBeenSet; }
172 template <typename CreatorAccountIdT = Aws::String>
173 void SetCreatorAccountId(CreatorAccountIdT&& value) {
174 m_creatorAccountIdHasBeenSet = true;
175 m_creatorAccountId = std::forward<CreatorAccountIdT>(value);
176 }
177 template <typename CreatorAccountIdT = Aws::String>
179 SetCreatorAccountId(std::forward<CreatorAccountIdT>(value));
180 return *this;
181 }
183
185
188 inline const Aws::String& GetDescription() const { return m_description; }
189 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
190 template <typename DescriptionT = Aws::String>
191 void SetDescription(DescriptionT&& value) {
192 m_descriptionHasBeenSet = true;
193 m_description = std::forward<DescriptionT>(value);
194 }
195 template <typename DescriptionT = Aws::String>
197 SetDescription(std::forward<DescriptionT>(value));
198 return *this;
199 }
201
203
207 inline bool GetIsSyntheticData() const { return m_isSyntheticData; }
208 inline bool IsSyntheticDataHasBeenSet() const { return m_isSyntheticDataHasBeenSet; }
209 inline void SetIsSyntheticData(bool value) {
210 m_isSyntheticDataHasBeenSet = true;
211 m_isSyntheticData = value;
212 }
214 SetIsSyntheticData(value);
215 return *this;
216 }
218 private:
219 Aws::String m_arn;
220
221 Aws::Utils::DateTime m_createTime{};
222
223 Aws::String m_id;
224
225 Aws::String m_name;
226
227 Aws::Utils::DateTime m_updateTime{};
228
229 Aws::String m_collaborationArn;
230
231 Aws::String m_collaborationId;
232
233 Aws::String m_creatorAccountId;
234
235 Aws::String m_description;
236
237 bool m_isSyntheticData{false};
238 bool m_arnHasBeenSet = false;
239 bool m_createTimeHasBeenSet = false;
240 bool m_idHasBeenSet = false;
241 bool m_nameHasBeenSet = false;
242 bool m_updateTimeHasBeenSet = false;
243 bool m_collaborationArnHasBeenSet = false;
244 bool m_collaborationIdHasBeenSet = false;
245 bool m_creatorAccountIdHasBeenSet = false;
246 bool m_descriptionHasBeenSet = false;
247 bool m_isSyntheticDataHasBeenSet = false;
248};
249
250} // namespace Model
251} // namespace CleanRooms
252} // namespace Aws
CollaborationAnalysisTemplateSummary & WithUpdateTime(UpdateTimeT &&value)
AWS_CLEANROOMS_API CollaborationAnalysisTemplateSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
CollaborationAnalysisTemplateSummary & WithCreatorAccountId(CreatorAccountIdT &&value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLEANROOMS_API CollaborationAnalysisTemplateSummary(Aws::Utils::Json::JsonView jsonValue)
CollaborationAnalysisTemplateSummary & WithCollaborationArn(CollaborationArnT &&value)
CollaborationAnalysisTemplateSummary & WithCreateTime(CreateTimeT &&value)
CollaborationAnalysisTemplateSummary & WithDescription(DescriptionT &&value)
CollaborationAnalysisTemplateSummary & WithCollaborationId(CollaborationIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue