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>
50 template<
typename CollaborationArnT = Aws::String>
51 void SetCollaborationArn(CollaborationArnT&& value) { m_collaborationArnHasBeenSet =
true; m_collaborationArn = std::forward<CollaborationArnT>(value); }
52 template<
typename CollaborationArnT = Aws::String>
63 template<
typename CollaborationIdT = Aws::String>
64 void SetCollaborationId(CollaborationIdT&& value) { m_collaborationIdHasBeenSet =
true; m_collaborationId = std::forward<CollaborationIdT>(value); }
65 template<
typename CollaborationIdT = Aws::String>
76 template<
typename MembershipIdT = Aws::String>
77 void SetMembershipId(MembershipIdT&& value) { m_membershipIdHasBeenSet =
true; m_membershipId = std::forward<MembershipIdT>(value); }
78 template<
typename MembershipIdT = Aws::String>
89 template<
typename MembershipArnT = Aws::String>
90 void SetMembershipArn(MembershipArnT&& value) { m_membershipArnHasBeenSet =
true; m_membershipArn = std::forward<MembershipArnT>(value); }
91 template<
typename MembershipArnT = Aws::String>
101 template<
typename CreateTimeT = Aws::Utils::DateTime>
102 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
103 template<
typename CreateTimeT = Aws::Utils::DateTime>
113 template<
typename UpdateTimeT = Aws::Utils::DateTime>
114 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
115 template<
typename UpdateTimeT = Aws::Utils::DateTime>
125 template<
typename IdT = Aws::String>
126 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
127 template<
typename IdT = Aws::String>
137 template<
typename ArnT = Aws::String>
138 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
139 template<
typename ArnT = Aws::String>
149 template<
typename DescriptionT = Aws::String>
150 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
151 template<
typename DescriptionT = Aws::String>
161 template<
typename InputReferenceConfigT = IdMappingTableInputReferenceConfig>
162 void SetInputReferenceConfig(InputReferenceConfigT&& value) { m_inputReferenceConfigHasBeenSet =
true; m_inputReferenceConfig = std::forward<InputReferenceConfigT>(value); }
163 template<
typename InputReferenceConfigT = IdMappingTableInputReferenceConfig>
173 template<
typename NameT = Aws::String>
174 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
175 template<
typename NameT = Aws::String>
181 bool m_collaborationArnHasBeenSet =
false;
184 bool m_collaborationIdHasBeenSet =
false;
187 bool m_membershipIdHasBeenSet =
false;
190 bool m_membershipArnHasBeenSet =
false;
193 bool m_createTimeHasBeenSet =
false;
196 bool m_updateTimeHasBeenSet =
false;
199 bool m_idHasBeenSet =
false;
202 bool m_arnHasBeenSet =
false;
205 bool m_descriptionHasBeenSet =
false;
207 IdMappingTableInputReferenceConfig m_inputReferenceConfig;
208 bool m_inputReferenceConfigHasBeenSet =
false;
211 bool m_nameHasBeenSet =
false;
void SetDescription(DescriptionT &&value)
bool CollaborationIdHasBeenSet() const
void SetCollaborationId(CollaborationIdT &&value)
const Aws::String & GetArn() const
IdMappingTableSummary & WithCollaborationArn(CollaborationArnT &&value)
const Aws::String & GetMembershipArn() const
const Aws::Utils::DateTime & GetCreateTime() const
const Aws::String & GetMembershipId() const
const Aws::String & GetDescription() const
IdMappingTableSummary & WithMembershipId(MembershipIdT &&value)
bool CreateTimeHasBeenSet() const
void SetUpdateTime(UpdateTimeT &&value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLEANROOMS_API IdMappingTableSummary()=default
void SetInputReferenceConfig(InputReferenceConfigT &&value)
const Aws::String & GetName() const
bool CollaborationArnHasBeenSet() const
IdMappingTableSummary & WithCreateTime(CreateTimeT &&value)
bool IdHasBeenSet() const
void SetCreateTime(CreateTimeT &&value)
const Aws::String & GetId() const
bool InputReferenceConfigHasBeenSet() const
void SetMembershipId(MembershipIdT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetCollaborationId() const
IdMappingTableSummary & WithId(IdT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
IdMappingTableSummary & WithUpdateTime(UpdateTimeT &&value)
bool ArnHasBeenSet() const
IdMappingTableSummary & WithMembershipArn(MembershipArnT &&value)
AWS_CLEANROOMS_API IdMappingTableSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCollaborationArn() const
bool UpdateTimeHasBeenSet() const
bool MembershipIdHasBeenSet() const
const IdMappingTableInputReferenceConfig & GetInputReferenceConfig() const
IdMappingTableSummary & WithArn(ArnT &&value)
void SetName(NameT &&value)
bool MembershipArnHasBeenSet() const
bool NameHasBeenSet() const
void SetCollaborationArn(CollaborationArnT &&value)
void SetMembershipArn(MembershipArnT &&value)
void SetArn(ArnT &&value)
AWS_CLEANROOMS_API IdMappingTableSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
IdMappingTableSummary & WithInputReferenceConfig(InputReferenceConfigT &&value)
IdMappingTableSummary & WithName(NameT &&value)
IdMappingTableSummary & WithDescription(DescriptionT &&value)
IdMappingTableSummary & WithCollaborationId(CollaborationIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue