AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
IdMappingTable.h
1
6#pragma once
7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cleanrooms/model/IdMappingTableInputReferenceConfig.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/cleanrooms/model/IdMappingTableInputReferenceProperties.h>
12#include <utility>
13
14namespace Aws
15{
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21 class JsonView;
22} // namespace Json
23} // namespace Utils
24namespace CleanRooms
25{
26namespace Model
27{
28
36 {
37 public:
38 AWS_CLEANROOMS_API IdMappingTable() = default;
39 AWS_CLEANROOMS_API IdMappingTable(Aws::Utils::Json::JsonView jsonValue);
40 AWS_CLEANROOMS_API IdMappingTable& operator=(Aws::Utils::Json::JsonView jsonValue);
41 AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
48 inline const Aws::String& GetId() const { return m_id; }
49 inline bool IdHasBeenSet() const { return m_idHasBeenSet; }
50 template<typename IdT = Aws::String>
51 void SetId(IdT&& value) { m_idHasBeenSet = true; m_id = std::forward<IdT>(value); }
52 template<typename IdT = Aws::String>
53 IdMappingTable& WithId(IdT&& value) { SetId(std::forward<IdT>(value)); return *this;}
55
57
60 inline const Aws::String& GetArn() const { return m_arn; }
61 inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; }
62 template<typename ArnT = Aws::String>
63 void SetArn(ArnT&& value) { m_arnHasBeenSet = true; m_arn = std::forward<ArnT>(value); }
64 template<typename ArnT = Aws::String>
65 IdMappingTable& WithArn(ArnT&& value) { SetArn(std::forward<ArnT>(value)); return *this;}
67
69
72 inline const IdMappingTableInputReferenceConfig& GetInputReferenceConfig() const { return m_inputReferenceConfig; }
73 inline bool InputReferenceConfigHasBeenSet() const { return m_inputReferenceConfigHasBeenSet; }
74 template<typename InputReferenceConfigT = IdMappingTableInputReferenceConfig>
75 void SetInputReferenceConfig(InputReferenceConfigT&& value) { m_inputReferenceConfigHasBeenSet = true; m_inputReferenceConfig = std::forward<InputReferenceConfigT>(value); }
76 template<typename InputReferenceConfigT = IdMappingTableInputReferenceConfig>
77 IdMappingTable& WithInputReferenceConfig(InputReferenceConfigT&& value) { SetInputReferenceConfig(std::forward<InputReferenceConfigT>(value)); return *this;}
79
81
85 inline const Aws::String& GetMembershipId() const { return m_membershipId; }
86 inline bool MembershipIdHasBeenSet() const { return m_membershipIdHasBeenSet; }
87 template<typename MembershipIdT = Aws::String>
88 void SetMembershipId(MembershipIdT&& value) { m_membershipIdHasBeenSet = true; m_membershipId = std::forward<MembershipIdT>(value); }
89 template<typename MembershipIdT = Aws::String>
90 IdMappingTable& WithMembershipId(MembershipIdT&& value) { SetMembershipId(std::forward<MembershipIdT>(value)); return *this;}
92
94
98 inline const Aws::String& GetMembershipArn() const { return m_membershipArn; }
99 inline bool MembershipArnHasBeenSet() const { return m_membershipArnHasBeenSet; }
100 template<typename MembershipArnT = Aws::String>
101 void SetMembershipArn(MembershipArnT&& value) { m_membershipArnHasBeenSet = true; m_membershipArn = std::forward<MembershipArnT>(value); }
102 template<typename MembershipArnT = Aws::String>
103 IdMappingTable& WithMembershipArn(MembershipArnT&& value) { SetMembershipArn(std::forward<MembershipArnT>(value)); return *this;}
105
107
111 inline const Aws::String& GetCollaborationId() const { return m_collaborationId; }
112 inline bool CollaborationIdHasBeenSet() const { return m_collaborationIdHasBeenSet; }
113 template<typename CollaborationIdT = Aws::String>
114 void SetCollaborationId(CollaborationIdT&& value) { m_collaborationIdHasBeenSet = true; m_collaborationId = std::forward<CollaborationIdT>(value); }
115 template<typename CollaborationIdT = Aws::String>
116 IdMappingTable& WithCollaborationId(CollaborationIdT&& value) { SetCollaborationId(std::forward<CollaborationIdT>(value)); return *this;}
118
120
124 inline const Aws::String& GetCollaborationArn() const { return m_collaborationArn; }
125 inline bool CollaborationArnHasBeenSet() const { return m_collaborationArnHasBeenSet; }
126 template<typename CollaborationArnT = Aws::String>
127 void SetCollaborationArn(CollaborationArnT&& value) { m_collaborationArnHasBeenSet = true; m_collaborationArn = std::forward<CollaborationArnT>(value); }
128 template<typename CollaborationArnT = Aws::String>
129 IdMappingTable& WithCollaborationArn(CollaborationArnT&& value) { SetCollaborationArn(std::forward<CollaborationArnT>(value)); return *this;}
131
133
136 inline const Aws::String& GetDescription() const { return m_description; }
137 inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; }
138 template<typename DescriptionT = Aws::String>
139 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet = true; m_description = std::forward<DescriptionT>(value); }
140 template<typename DescriptionT = Aws::String>
141 IdMappingTable& WithDescription(DescriptionT&& value) { SetDescription(std::forward<DescriptionT>(value)); return *this;}
143
145
148 inline const Aws::String& GetName() const { return m_name; }
149 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
150 template<typename NameT = Aws::String>
151 void SetName(NameT&& value) { m_nameHasBeenSet = true; m_name = std::forward<NameT>(value); }
152 template<typename NameT = Aws::String>
153 IdMappingTable& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
155
157
160 inline const Aws::Utils::DateTime& GetCreateTime() const { return m_createTime; }
161 inline bool CreateTimeHasBeenSet() const { return m_createTimeHasBeenSet; }
162 template<typename CreateTimeT = Aws::Utils::DateTime>
163 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet = true; m_createTime = std::forward<CreateTimeT>(value); }
164 template<typename CreateTimeT = Aws::Utils::DateTime>
165 IdMappingTable& WithCreateTime(CreateTimeT&& value) { SetCreateTime(std::forward<CreateTimeT>(value)); return *this;}
167
169
172 inline const Aws::Utils::DateTime& GetUpdateTime() const { return m_updateTime; }
173 inline bool UpdateTimeHasBeenSet() const { return m_updateTimeHasBeenSet; }
174 template<typename UpdateTimeT = Aws::Utils::DateTime>
175 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet = true; m_updateTime = std::forward<UpdateTimeT>(value); }
176 template<typename UpdateTimeT = Aws::Utils::DateTime>
177 IdMappingTable& WithUpdateTime(UpdateTimeT&& value) { SetUpdateTime(std::forward<UpdateTimeT>(value)); return *this;}
179
181
184 inline const IdMappingTableInputReferenceProperties& GetInputReferenceProperties() const { return m_inputReferenceProperties; }
185 inline bool InputReferencePropertiesHasBeenSet() const { return m_inputReferencePropertiesHasBeenSet; }
186 template<typename InputReferencePropertiesT = IdMappingTableInputReferenceProperties>
187 void SetInputReferenceProperties(InputReferencePropertiesT&& value) { m_inputReferencePropertiesHasBeenSet = true; m_inputReferenceProperties = std::forward<InputReferencePropertiesT>(value); }
188 template<typename InputReferencePropertiesT = IdMappingTableInputReferenceProperties>
189 IdMappingTable& WithInputReferenceProperties(InputReferencePropertiesT&& value) { SetInputReferenceProperties(std::forward<InputReferencePropertiesT>(value)); return *this;}
191
193
196 inline const Aws::String& GetKmsKeyArn() const { return m_kmsKeyArn; }
197 inline bool KmsKeyArnHasBeenSet() const { return m_kmsKeyArnHasBeenSet; }
198 template<typename KmsKeyArnT = Aws::String>
199 void SetKmsKeyArn(KmsKeyArnT&& value) { m_kmsKeyArnHasBeenSet = true; m_kmsKeyArn = std::forward<KmsKeyArnT>(value); }
200 template<typename KmsKeyArnT = Aws::String>
201 IdMappingTable& WithKmsKeyArn(KmsKeyArnT&& value) { SetKmsKeyArn(std::forward<KmsKeyArnT>(value)); return *this;}
203 private:
204
205 Aws::String m_id;
206 bool m_idHasBeenSet = false;
207
208 Aws::String m_arn;
209 bool m_arnHasBeenSet = false;
210
211 IdMappingTableInputReferenceConfig m_inputReferenceConfig;
212 bool m_inputReferenceConfigHasBeenSet = false;
213
214 Aws::String m_membershipId;
215 bool m_membershipIdHasBeenSet = false;
216
217 Aws::String m_membershipArn;
218 bool m_membershipArnHasBeenSet = false;
219
220 Aws::String m_collaborationId;
221 bool m_collaborationIdHasBeenSet = false;
222
223 Aws::String m_collaborationArn;
224 bool m_collaborationArnHasBeenSet = false;
225
226 Aws::String m_description;
227 bool m_descriptionHasBeenSet = false;
228
229 Aws::String m_name;
230 bool m_nameHasBeenSet = false;
231
232 Aws::Utils::DateTime m_createTime{};
233 bool m_createTimeHasBeenSet = false;
234
235 Aws::Utils::DateTime m_updateTime{};
236 bool m_updateTimeHasBeenSet = false;
237
238 IdMappingTableInputReferenceProperties m_inputReferenceProperties;
239 bool m_inputReferencePropertiesHasBeenSet = false;
240
241 Aws::String m_kmsKeyArn;
242 bool m_kmsKeyArnHasBeenSet = false;
243 };
244
245} // namespace Model
246} // namespace CleanRooms
247} // namespace Aws
void SetInputReferenceConfig(InputReferenceConfigT &&value)
const Aws::String & GetMembershipId() const
const Aws::Utils::DateTime & GetCreateTime() const
const Aws::String & GetDescription() const
void SetCollaborationId(CollaborationIdT &&value)
const Aws::String & GetArn() const
const Aws::String & GetName() const
IdMappingTable & WithArn(ArnT &&value)
const Aws::String & GetId() const
IdMappingTable & WithCollaborationArn(CollaborationArnT &&value)
IdMappingTable & WithInputReferenceConfig(InputReferenceConfigT &&value)
IdMappingTable & WithKmsKeyArn(KmsKeyArnT &&value)
void SetDescription(DescriptionT &&value)
void SetUpdateTime(UpdateTimeT &&value)
const Aws::String & GetCollaborationArn() const
const Aws::String & GetMembershipArn() const
IdMappingTable & WithMembershipId(MembershipIdT &&value)
void SetInputReferenceProperties(InputReferencePropertiesT &&value)
void SetCreateTime(CreateTimeT &&value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCollaborationArn(CollaborationArnT &&value)
IdMappingTable & WithUpdateTime(UpdateTimeT &&value)
IdMappingTable & WithId(IdT &&value)
IdMappingTable & WithName(NameT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
void SetMembershipArn(MembershipArnT &&value)
AWS_CLEANROOMS_API IdMappingTable()=default
AWS_CLEANROOMS_API IdMappingTable & operator=(Aws::Utils::Json::JsonView jsonValue)
IdMappingTable & WithCreateTime(CreateTimeT &&value)
AWS_CLEANROOMS_API IdMappingTable(Aws::Utils::Json::JsonView jsonValue)
const IdMappingTableInputReferenceProperties & GetInputReferenceProperties() const
void SetMembershipId(MembershipIdT &&value)
IdMappingTable & WithMembershipArn(MembershipArnT &&value)
const Aws::String & GetCollaborationId() const
void SetKmsKeyArn(KmsKeyArnT &&value)
IdMappingTable & WithInputReferenceProperties(InputReferencePropertiesT &&value)
const IdMappingTableInputReferenceConfig & GetInputReferenceConfig() const
const Aws::String & GetKmsKeyArn() const
IdMappingTable & WithCollaborationId(CollaborationIdT &&value)
IdMappingTable & WithDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue