AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
IdMappingTableSummary.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 <aws/cleanrooms/model/IdMappingTableInputReferenceConfig.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace CleanRooms
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_CLEANROOMS_API IdMappingTableSummary();
40 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
48 inline const Aws::String& GetCollaborationArn() const{ return m_collaborationArn; }
49 inline bool CollaborationArnHasBeenSet() const { return m_collaborationArnHasBeenSet; }
50 inline void SetCollaborationArn(const Aws::String& value) { m_collaborationArnHasBeenSet = true; m_collaborationArn = value; }
51 inline void SetCollaborationArn(Aws::String&& value) { m_collaborationArnHasBeenSet = true; m_collaborationArn = std::move(value); }
52 inline void SetCollaborationArn(const char* value) { m_collaborationArnHasBeenSet = true; m_collaborationArn.assign(value); }
53 inline IdMappingTableSummary& WithCollaborationArn(const Aws::String& value) { SetCollaborationArn(value); return *this;}
54 inline IdMappingTableSummary& WithCollaborationArn(Aws::String&& value) { SetCollaborationArn(std::move(value)); return *this;}
55 inline IdMappingTableSummary& WithCollaborationArn(const char* value) { SetCollaborationArn(value); return *this;}
57
59
63 inline const Aws::String& GetCollaborationId() const{ return m_collaborationId; }
64 inline bool CollaborationIdHasBeenSet() const { return m_collaborationIdHasBeenSet; }
65 inline void SetCollaborationId(const Aws::String& value) { m_collaborationIdHasBeenSet = true; m_collaborationId = value; }
66 inline void SetCollaborationId(Aws::String&& value) { m_collaborationIdHasBeenSet = true; m_collaborationId = std::move(value); }
67 inline void SetCollaborationId(const char* value) { m_collaborationIdHasBeenSet = true; m_collaborationId.assign(value); }
68 inline IdMappingTableSummary& WithCollaborationId(const Aws::String& value) { SetCollaborationId(value); return *this;}
69 inline IdMappingTableSummary& WithCollaborationId(Aws::String&& value) { SetCollaborationId(std::move(value)); return *this;}
70 inline IdMappingTableSummary& WithCollaborationId(const char* value) { SetCollaborationId(value); return *this;}
72
74
78 inline const Aws::String& GetMembershipId() const{ return m_membershipId; }
79 inline bool MembershipIdHasBeenSet() const { return m_membershipIdHasBeenSet; }
80 inline void SetMembershipId(const Aws::String& value) { m_membershipIdHasBeenSet = true; m_membershipId = value; }
81 inline void SetMembershipId(Aws::String&& value) { m_membershipIdHasBeenSet = true; m_membershipId = std::move(value); }
82 inline void SetMembershipId(const char* value) { m_membershipIdHasBeenSet = true; m_membershipId.assign(value); }
83 inline IdMappingTableSummary& WithMembershipId(const Aws::String& value) { SetMembershipId(value); return *this;}
84 inline IdMappingTableSummary& WithMembershipId(Aws::String&& value) { SetMembershipId(std::move(value)); return *this;}
85 inline IdMappingTableSummary& WithMembershipId(const char* value) { SetMembershipId(value); return *this;}
87
89
93 inline const Aws::String& GetMembershipArn() const{ return m_membershipArn; }
94 inline bool MembershipArnHasBeenSet() const { return m_membershipArnHasBeenSet; }
95 inline void SetMembershipArn(const Aws::String& value) { m_membershipArnHasBeenSet = true; m_membershipArn = value; }
96 inline void SetMembershipArn(Aws::String&& value) { m_membershipArnHasBeenSet = true; m_membershipArn = std::move(value); }
97 inline void SetMembershipArn(const char* value) { m_membershipArnHasBeenSet = true; m_membershipArn.assign(value); }
98 inline IdMappingTableSummary& WithMembershipArn(const Aws::String& value) { SetMembershipArn(value); return *this;}
99 inline IdMappingTableSummary& WithMembershipArn(Aws::String&& value) { SetMembershipArn(std::move(value)); return *this;}
100 inline IdMappingTableSummary& WithMembershipArn(const char* value) { SetMembershipArn(value); return *this;}
102
104
107 inline const Aws::Utils::DateTime& GetCreateTime() const{ return m_createTime; }
108 inline bool CreateTimeHasBeenSet() const { return m_createTimeHasBeenSet; }
109 inline void SetCreateTime(const Aws::Utils::DateTime& value) { m_createTimeHasBeenSet = true; m_createTime = value; }
110 inline void SetCreateTime(Aws::Utils::DateTime&& value) { m_createTimeHasBeenSet = true; m_createTime = std::move(value); }
111 inline IdMappingTableSummary& WithCreateTime(const Aws::Utils::DateTime& value) { SetCreateTime(value); return *this;}
112 inline IdMappingTableSummary& WithCreateTime(Aws::Utils::DateTime&& value) { SetCreateTime(std::move(value)); return *this;}
114
116
119 inline const Aws::Utils::DateTime& GetUpdateTime() const{ return m_updateTime; }
120 inline bool UpdateTimeHasBeenSet() const { return m_updateTimeHasBeenSet; }
121 inline void SetUpdateTime(const Aws::Utils::DateTime& value) { m_updateTimeHasBeenSet = true; m_updateTime = value; }
122 inline void SetUpdateTime(Aws::Utils::DateTime&& value) { m_updateTimeHasBeenSet = true; m_updateTime = std::move(value); }
123 inline IdMappingTableSummary& WithUpdateTime(const Aws::Utils::DateTime& value) { SetUpdateTime(value); return *this;}
124 inline IdMappingTableSummary& WithUpdateTime(Aws::Utils::DateTime&& value) { SetUpdateTime(std::move(value)); return *this;}
126
128
131 inline const Aws::String& GetId() const{ return m_id; }
132 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
133 inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; }
134 inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); }
135 inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); }
136 inline IdMappingTableSummary& WithId(const Aws::String& value) { SetId(value); return *this;}
137 inline IdMappingTableSummary& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;}
138 inline IdMappingTableSummary& WithId(const char* value) { SetId(value); return *this;}
140
142
145 inline const Aws::String& GetArn() const{ return m_arn; }
146 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
147 inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; }
148 inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); }
149 inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); }
150 inline IdMappingTableSummary& WithArn(const Aws::String& value) { SetArn(value); return *this;}
151 inline IdMappingTableSummary& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;}
152 inline IdMappingTableSummary& WithArn(const char* value) { SetArn(value); return *this;}
154
156
159 inline const Aws::String& GetDescription() const{ return m_description; }
160 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
161 inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; }
162 inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); }
163 inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); }
164 inline IdMappingTableSummary& WithDescription(const Aws::String& value) { SetDescription(value); return *this;}
165 inline IdMappingTableSummary& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;}
166 inline IdMappingTableSummary& WithDescription(const char* value) { SetDescription(value); return *this;}
168
170
173 inline const IdMappingTableInputReferenceConfig& GetInputReferenceConfig() const{ return m_inputReferenceConfig; }
174 inline bool InputReferenceConfigHasBeenSet() const { return m_inputReferenceConfigHasBeenSet; }
175 inline void SetInputReferenceConfig(const IdMappingTableInputReferenceConfig& value) { m_inputReferenceConfigHasBeenSet = true; m_inputReferenceConfig = value; }
176 inline void SetInputReferenceConfig(IdMappingTableInputReferenceConfig&& value) { m_inputReferenceConfigHasBeenSet = true; m_inputReferenceConfig = std::move(value); }
180
182
185 inline const Aws::String& GetName() const{ return m_name; }
186 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
187 inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; }
188 inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); }
189 inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); }
190 inline IdMappingTableSummary& WithName(const Aws::String& value) { SetName(value); return *this;}
191 inline IdMappingTableSummary& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;}
192 inline IdMappingTableSummary& WithName(const char* value) { SetName(value); return *this;}
194 private:
195
196 Aws::String m_collaborationArn;
197 bool m_collaborationArnHasBeenSet = false;
198
199 Aws::String m_collaborationId;
200 bool m_collaborationIdHasBeenSet = false;
201
202 Aws::String m_membershipId;
203 bool m_membershipIdHasBeenSet = false;
204
205 Aws::String m_membershipArn;
206 bool m_membershipArnHasBeenSet = false;
207
208 Aws::Utils::DateTime m_createTime;
209 bool m_createTimeHasBeenSet = false;
210
211 Aws::Utils::DateTime m_updateTime;
212 bool m_updateTimeHasBeenSet = false;
213
214 Aws::String m_id;
215 bool m_idHasBeenSet = false;
216
217 Aws::String m_arn;
218 bool m_arnHasBeenSet = false;
219
220 Aws::String m_description;
221 bool m_descriptionHasBeenSet = false;
222
223 IdMappingTableInputReferenceConfig m_inputReferenceConfig;
224 bool m_inputReferenceConfigHasBeenSet = false;
225
226 Aws::String m_name;
227 bool m_nameHasBeenSet = false;
228 };
229
230} // namespace Model
231} // namespace CleanRooms
232} // namespace Aws
IdMappingTableSummary & WithName(Aws::String &&value)
IdMappingTableSummary & WithName(const Aws::String &value)
void SetCreateTime(const Aws::Utils::DateTime &value)
IdMappingTableSummary & WithName(const char *value)
IdMappingTableSummary & WithArn(Aws::String &&value)
IdMappingTableSummary & WithId(const char *value)
IdMappingTableSummary & WithArn(const char *value)
void SetCreateTime(Aws::Utils::DateTime &&value)
IdMappingTableSummary & WithCollaborationId(const char *value)
IdMappingTableSummary & WithCreateTime(const Aws::Utils::DateTime &value)
IdMappingTableSummary & WithId(Aws::String &&value)
IdMappingTableSummary & WithInputReferenceConfig(IdMappingTableInputReferenceConfig &&value)
IdMappingTableSummary & WithCollaborationId(Aws::String &&value)
IdMappingTableSummary & WithMembershipId(const Aws::String &value)
void SetUpdateTime(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetCreateTime() const
IdMappingTableSummary & WithArn(const Aws::String &value)
IdMappingTableSummary & WithMembershipArn(const char *value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
IdMappingTableSummary & WithCollaborationArn(const Aws::String &value)
IdMappingTableSummary & WithDescription(const char *value)
IdMappingTableSummary & WithUpdateTime(Aws::Utils::DateTime &&value)
IdMappingTableSummary & WithUpdateTime(const Aws::Utils::DateTime &value)
IdMappingTableSummary & WithDescription(Aws::String &&value)
void SetInputReferenceConfig(const IdMappingTableInputReferenceConfig &value)
IdMappingTableSummary & WithCollaborationId(const Aws::String &value)
IdMappingTableSummary & WithMembershipId(const char *value)
IdMappingTableSummary & WithCollaborationArn(Aws::String &&value)
IdMappingTableSummary & WithMembershipArn(Aws::String &&value)
IdMappingTableSummary & WithMembershipId(Aws::String &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
IdMappingTableSummary & WithCreateTime(Aws::Utils::DateTime &&value)
AWS_CLEANROOMS_API IdMappingTableSummary(Aws::Utils::Json::JsonView jsonValue)
void SetUpdateTime(const Aws::Utils::DateTime &value)
IdMappingTableSummary & WithDescription(const Aws::String &value)
const IdMappingTableInputReferenceConfig & GetInputReferenceConfig() const
IdMappingTableSummary & WithCollaborationArn(const char *value)
IdMappingTableSummary & WithMembershipArn(const Aws::String &value)
void SetInputReferenceConfig(IdMappingTableInputReferenceConfig &&value)
IdMappingTableSummary & WithInputReferenceConfig(const IdMappingTableInputReferenceConfig &value)
IdMappingTableSummary & WithId(const Aws::String &value)
AWS_CLEANROOMS_API IdMappingTableSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue