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>
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>
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>
74 template<
typename InputReferenceConfigT = IdMappingTableInputReferenceConfig>
75 void SetInputReferenceConfig(InputReferenceConfigT&& value) { m_inputReferenceConfigHasBeenSet =
true; m_inputReferenceConfig = std::forward<InputReferenceConfigT>(value); }
76 template<
typename InputReferenceConfigT = IdMappingTableInputReferenceConfig>
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>
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>
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>
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>
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>
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>
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>
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>
186 template<
typename InputReferencePropertiesT = IdMappingTableInputReferenceProperties>
187 void SetInputReferenceProperties(InputReferencePropertiesT&& value) { m_inputReferencePropertiesHasBeenSet =
true; m_inputReferenceProperties = std::forward<InputReferencePropertiesT>(value); }
188 template<
typename InputReferencePropertiesT = IdMappingTableInputReferenceProperties>
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>
206 bool m_idHasBeenSet =
false;
209 bool m_arnHasBeenSet =
false;
212 bool m_inputReferenceConfigHasBeenSet =
false;
215 bool m_membershipIdHasBeenSet =
false;
218 bool m_membershipArnHasBeenSet =
false;
221 bool m_collaborationIdHasBeenSet =
false;
224 bool m_collaborationArnHasBeenSet =
false;
227 bool m_descriptionHasBeenSet =
false;
230 bool m_nameHasBeenSet =
false;
233 bool m_createTimeHasBeenSet =
false;
236 bool m_updateTimeHasBeenSet =
false;
238 IdMappingTableInputReferenceProperties m_inputReferenceProperties;
239 bool m_inputReferencePropertiesHasBeenSet =
false;
242 bool m_kmsKeyArnHasBeenSet =
false;
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
IdMappingTable & WithMembershipId(MembershipIdT &&value)
void SetName(NameT &&value)
void SetInputReferenceProperties(InputReferencePropertiesT &&value)
void SetCreateTime(CreateTimeT &&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)
bool InputReferenceConfigHasBeenSet() const
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
Aws::Utils::Json::JsonValue JsonValue