AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CollaborationAnalysisTemplateSummary.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace CleanRooms
23{
24namespace Model
25{
26
34 {
35 public:
39 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetArn() const{ return m_arn; }
47 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
48 inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; }
49 inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); }
50 inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); }
51 inline CollaborationAnalysisTemplateSummary& WithArn(const Aws::String& value) { SetArn(value); return *this;}
52 inline CollaborationAnalysisTemplateSummary& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
53 inline CollaborationAnalysisTemplateSummary& WithArn(const char* value) { SetArn(value); return *this;}
55
57
61 inline const Aws::Utils::DateTime& GetCreateTime() const{ return m_createTime; }
62 inline bool CreateTimeHasBeenSet() const { return m_createTimeHasBeenSet; }
63 inline void SetCreateTime(const Aws::Utils::DateTime& value) { m_createTimeHasBeenSet = true; m_createTime = value; }
64 inline void SetCreateTime(Aws::Utils::DateTime&& value) { m_createTimeHasBeenSet = true; m_createTime = std::move(value); }
68
70
73 inline const Aws::String& GetId() const{ return m_id; }
74 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
75 inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; }
76 inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); }
77 inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); }
78 inline CollaborationAnalysisTemplateSummary& WithId(const Aws::String& value) { SetId(value); return *this;}
79 inline CollaborationAnalysisTemplateSummary& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
80 inline CollaborationAnalysisTemplateSummary& WithId(const char* value) { SetId(value); return *this;}
82
84
87 inline const Aws::String& GetName() const{ return m_name; }
88 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
89 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
90 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
91 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
92 inline CollaborationAnalysisTemplateSummary& WithName(const Aws::String& value) { SetName(value); return *this;}
93 inline CollaborationAnalysisTemplateSummary& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
94 inline CollaborationAnalysisTemplateSummary& WithName(const char* value) { SetName(value); return *this;}
96
98
102 inline const Aws::Utils::DateTime& GetUpdateTime() const{ return m_updateTime; }
103 inline bool UpdateTimeHasBeenSet() const { return m_updateTimeHasBeenSet; }
104 inline void SetUpdateTime(const Aws::Utils::DateTime& value) { m_updateTimeHasBeenSet = true; m_updateTime = value; }
105 inline void SetUpdateTime(Aws::Utils::DateTime&& value) { m_updateTimeHasBeenSet = true; m_updateTime = std::move(value); }
109
111
114 inline const Aws::String& GetCollaborationArn() const{ return m_collaborationArn; }
115 inline bool CollaborationArnHasBeenSet() const { return m_collaborationArnHasBeenSet; }
116 inline void SetCollaborationArn(const Aws::String& value) { m_collaborationArnHasBeenSet = true; m_collaborationArn = value; }
117 inline void SetCollaborationArn(Aws::String&& value) { m_collaborationArnHasBeenSet = true; m_collaborationArn = std::move(value); }
118 inline void SetCollaborationArn(const char* value) { m_collaborationArnHasBeenSet = true; m_collaborationArn.assign(value); }
121 inline CollaborationAnalysisTemplateSummary& WithCollaborationArn(const char* value) { SetCollaborationArn(value); return *this;}
123
125
129 inline const Aws::String& GetCollaborationId() const{ return m_collaborationId; }
130 inline bool CollaborationIdHasBeenSet() const { return m_collaborationIdHasBeenSet; }
131 inline void SetCollaborationId(const Aws::String& value) { m_collaborationIdHasBeenSet = true; m_collaborationId = value; }
132 inline void SetCollaborationId(Aws::String&& value) { m_collaborationIdHasBeenSet = true; m_collaborationId = std::move(value); }
133 inline void SetCollaborationId(const char* value) { m_collaborationIdHasBeenSet = true; m_collaborationId.assign(value); }
136 inline CollaborationAnalysisTemplateSummary& WithCollaborationId(const char* value) { SetCollaborationId(value); return *this;}
138
140
144 inline const Aws::String& GetCreatorAccountId() const{ return m_creatorAccountId; }
145 inline bool CreatorAccountIdHasBeenSet() const { return m_creatorAccountIdHasBeenSet; }
146 inline void SetCreatorAccountId(const Aws::String& value) { m_creatorAccountIdHasBeenSet = true; m_creatorAccountId = value; }
147 inline void SetCreatorAccountId(Aws::String&& value) { m_creatorAccountIdHasBeenSet = true; m_creatorAccountId = std::move(value); }
148 inline void SetCreatorAccountId(const char* value) { m_creatorAccountIdHasBeenSet = true; m_creatorAccountId.assign(value); }
151 inline CollaborationAnalysisTemplateSummary& WithCreatorAccountId(const char* value) { SetCreatorAccountId(value); return *this;}
153
155
158 inline const Aws::String& GetDescription() const{ return m_description; }
159 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
160 inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; }
161 inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); }
162 inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); }
164 inline CollaborationAnalysisTemplateSummary& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
165 inline CollaborationAnalysisTemplateSummary& WithDescription(const char* value) { SetDescription(value); return *this;}
167 private:
168
169 Aws::String m_arn;
170 bool m_arnHasBeenSet = false;
171
172 Aws::Utils::DateTime m_createTime;
173 bool m_createTimeHasBeenSet = false;
174
175 Aws::String m_id;
176 bool m_idHasBeenSet = false;
177
178 Aws::String m_name;
179 bool m_nameHasBeenSet = false;
180
181 Aws::Utils::DateTime m_updateTime;
182 bool m_updateTimeHasBeenSet = false;
183
184 Aws::String m_collaborationArn;
185 bool m_collaborationArnHasBeenSet = false;
186
187 Aws::String m_collaborationId;
188 bool m_collaborationIdHasBeenSet = false;
189
190 Aws::String m_creatorAccountId;
191 bool m_creatorAccountIdHasBeenSet = false;
192
193 Aws::String m_description;
194 bool m_descriptionHasBeenSet = false;
195 };
196
197} // namespace Model
198} // namespace CleanRooms
199} // namespace Aws
CollaborationAnalysisTemplateSummary & WithDescription(const Aws::String &value)
CollaborationAnalysisTemplateSummary & WithName(const Aws::String &value)
CollaborationAnalysisTemplateSummary & WithCreatorAccountId(const char *value)
CollaborationAnalysisTemplateSummary & WithId(Aws::String &&value)
AWS_CLEANROOMS_API CollaborationAnalysisTemplateSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
CollaborationAnalysisTemplateSummary & WithCollaborationId(Aws::String &&value)
CollaborationAnalysisTemplateSummary & WithDescription(Aws::String &&value)
CollaborationAnalysisTemplateSummary & WithCreateTime(Aws::Utils::DateTime &&value)
CollaborationAnalysisTemplateSummary & WithArn(const char *value)
CollaborationAnalysisTemplateSummary & WithUpdateTime(Aws::Utils::DateTime &&value)
CollaborationAnalysisTemplateSummary & WithArn(Aws::String &&value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
CollaborationAnalysisTemplateSummary & WithDescription(const char *value)
CollaborationAnalysisTemplateSummary & WithArn(const Aws::String &value)
CollaborationAnalysisTemplateSummary & WithCreatorAccountId(const Aws::String &value)
AWS_CLEANROOMS_API CollaborationAnalysisTemplateSummary(Aws::Utils::Json::JsonView jsonValue)
CollaborationAnalysisTemplateSummary & WithCollaborationId(const Aws::String &value)
CollaborationAnalysisTemplateSummary & WithCollaborationArn(const char *value)
CollaborationAnalysisTemplateSummary & WithUpdateTime(const Aws::Utils::DateTime &value)
CollaborationAnalysisTemplateSummary & WithCollaborationArn(const Aws::String &value)
CollaborationAnalysisTemplateSummary & WithName(Aws::String &&value)
CollaborationAnalysisTemplateSummary & WithCollaborationArn(Aws::String &&value)
CollaborationAnalysisTemplateSummary & WithId(const char *value)
CollaborationAnalysisTemplateSummary & WithCreatorAccountId(Aws::String &&value)
CollaborationAnalysisTemplateSummary & WithName(const char *value)
CollaborationAnalysisTemplateSummary & WithId(const Aws::String &value)
CollaborationAnalysisTemplateSummary & WithCreateTime(const Aws::Utils::DateTime &value)
CollaborationAnalysisTemplateSummary & WithCollaborationId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue