7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/ChildResource.h>
9#include <aws/cleanrooms/model/IdMappingTableInputReferenceConfig.h>
10#include <aws/cleanrooms/model/IdMappingTableInputReferenceProperties.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
46 template <
typename IdT = Aws::String>
48 m_idHasBeenSet =
true;
49 m_id = std::forward<IdT>(value);
51 template <
typename IdT = Aws::String>
53 SetId(std::forward<IdT>(value));
64 template <
typename ArnT = Aws::String>
66 m_arnHasBeenSet =
true;
67 m_arn = std::forward<ArnT>(value);
69 template <
typename ArnT = Aws::String>
71 SetArn(std::forward<ArnT>(value));
82 template <
typename InputReferenceConfigT = IdMappingTableInputReferenceConfig>
84 m_inputReferenceConfigHasBeenSet =
true;
85 m_inputReferenceConfig = std::forward<InputReferenceConfigT>(value);
87 template <
typename InputReferenceConfigT = IdMappingTableInputReferenceConfig>
101 template <
typename MembershipIdT = Aws::String>
103 m_membershipIdHasBeenSet =
true;
104 m_membershipId = std::forward<MembershipIdT>(value);
106 template <
typename MembershipIdT = Aws::String>
120 template <
typename MembershipArnT = Aws::String>
122 m_membershipArnHasBeenSet =
true;
123 m_membershipArn = std::forward<MembershipArnT>(value);
125 template <
typename MembershipArnT = Aws::String>
139 template <
typename CollaborationIdT = Aws::String>
141 m_collaborationIdHasBeenSet =
true;
142 m_collaborationId = std::forward<CollaborationIdT>(value);
144 template <
typename CollaborationIdT = Aws::String>
158 template <
typename CollaborationArnT = Aws::String>
160 m_collaborationArnHasBeenSet =
true;
161 m_collaborationArn = std::forward<CollaborationArnT>(value);
163 template <
typename CollaborationArnT = Aws::String>
176 template <
typename DescriptionT = Aws::String>
178 m_descriptionHasBeenSet =
true;
179 m_description = std::forward<DescriptionT>(value);
181 template <
typename DescriptionT = Aws::String>
194 template <
typename NameT = Aws::String>
196 m_nameHasBeenSet =
true;
197 m_name = std::forward<NameT>(value);
199 template <
typename NameT = Aws::String>
201 SetName(std::forward<NameT>(value));
212 template <
typename CreateTimeT = Aws::Utils::DateTime>
214 m_createTimeHasBeenSet =
true;
215 m_createTime = std::forward<CreateTimeT>(value);
217 template <
typename CreateTimeT = Aws::Utils::DateTime>
230 template <
typename UpdateTimeT = Aws::Utils::DateTime>
232 m_updateTimeHasBeenSet =
true;
233 m_updateTime = std::forward<UpdateTimeT>(value);
235 template <
typename UpdateTimeT = Aws::Utils::DateTime>
248 template <
typename InputReferencePropertiesT = IdMappingTableInputReferenceProperties>
250 m_inputReferencePropertiesHasBeenSet =
true;
251 m_inputReferenceProperties = std::forward<InputReferencePropertiesT>(value);
253 template <
typename InputReferencePropertiesT = IdMappingTableInputReferenceProperties>
266 template <
typename KmsKeyArnT = Aws::String>
268 m_kmsKeyArnHasBeenSet =
true;
269 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
271 template <
typename KmsKeyArnT = Aws::String>
284 template <
typename ChildResourcesT = Aws::Vector<ChildResource>>
286 m_childResourcesHasBeenSet =
true;
287 m_childResources = std::forward<ChildResourcesT>(value);
289 template <
typename ChildResourcesT = Aws::Vector<ChildResource>>
294 template <
typename ChildResourcesT = ChildResource>
296 m_childResourcesHasBeenSet =
true;
297 m_childResources.emplace_back(std::forward<ChildResourcesT>(value));
324 IdMappingTableInputReferenceProperties m_inputReferenceProperties;
329 bool m_idHasBeenSet =
false;
330 bool m_arnHasBeenSet =
false;
331 bool m_inputReferenceConfigHasBeenSet =
false;
332 bool m_membershipIdHasBeenSet =
false;
333 bool m_membershipArnHasBeenSet =
false;
334 bool m_collaborationIdHasBeenSet =
false;
335 bool m_collaborationArnHasBeenSet =
false;
336 bool m_descriptionHasBeenSet =
false;
337 bool m_nameHasBeenSet =
false;
338 bool m_createTimeHasBeenSet =
false;
339 bool m_updateTimeHasBeenSet =
false;
340 bool m_inputReferencePropertiesHasBeenSet =
false;
341 bool m_kmsKeyArnHasBeenSet =
false;
342 bool m_childResourcesHasBeenSet =
false;
void SetChildResources(ChildResourcesT &&value)
void SetInputReferenceConfig(InputReferenceConfigT &&value)
const Aws::String & GetMembershipId() const
const Aws::Utils::DateTime & GetCreateTime() const
const Aws::String & GetDescription() const
bool NameHasBeenSet() const
bool UpdateTimeHasBeenSet() const
void SetCollaborationId(CollaborationIdT &&value)
bool CreateTimeHasBeenSet() const
bool InputReferencePropertiesHasBeenSet() const
const Aws::String & GetArn() const
const Aws::String & GetName() const
bool DescriptionHasBeenSet() const
bool MembershipIdHasBeenSet() 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
bool CollaborationArnHasBeenSet() const
const Aws::String & GetMembershipArn() const
bool ChildResourcesHasBeenSet() const
IdMappingTable & WithMembershipId(MembershipIdT &&value)
void SetName(NameT &&value)
void SetInputReferenceProperties(InputReferencePropertiesT &&value)
void SetCreateTime(CreateTimeT &&value)
IdMappingTable & WithChildResources(ChildResourcesT &&value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
bool KmsKeyArnHasBeenSet() const
void SetCollaborationArn(CollaborationArnT &&value)
IdMappingTable & WithUpdateTime(UpdateTimeT &&value)
IdMappingTable & WithId(IdT &&value)
IdMappingTable & WithName(NameT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
bool ArnHasBeenSet() const
void SetMembershipArn(MembershipArnT &&value)
void SetArn(ArnT &&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)
const Aws::Vector< ChildResource > & GetChildResources() const
bool InputReferenceConfigHasBeenSet() const
IdMappingTable & AddChildResources(ChildResourcesT &&value)
IdMappingTable & WithInputReferenceProperties(InputReferencePropertiesT &&value)
bool IdHasBeenSet() const
const IdMappingTableInputReferenceConfig & GetInputReferenceConfig() const
bool MembershipArnHasBeenSet() const
bool CollaborationIdHasBeenSet() 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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue