7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/IdMappingTableInputReferenceConfig.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
44 template <
typename CollaborationArnT = Aws::String>
46 m_collaborationArnHasBeenSet =
true;
47 m_collaborationArn = std::forward<CollaborationArnT>(value);
49 template <
typename CollaborationArnT = Aws::String>
63 template <
typename CollaborationIdT = Aws::String>
65 m_collaborationIdHasBeenSet =
true;
66 m_collaborationId = std::forward<CollaborationIdT>(value);
68 template <
typename CollaborationIdT = Aws::String>
82 template <
typename MembershipIdT = Aws::String>
84 m_membershipIdHasBeenSet =
true;
85 m_membershipId = std::forward<MembershipIdT>(value);
87 template <
typename MembershipIdT = Aws::String>
101 template <
typename MembershipArnT = Aws::String>
103 m_membershipArnHasBeenSet =
true;
104 m_membershipArn = std::forward<MembershipArnT>(value);
106 template <
typename MembershipArnT = Aws::String>
119 template <
typename CreateTimeT = Aws::Utils::DateTime>
121 m_createTimeHasBeenSet =
true;
122 m_createTime = std::forward<CreateTimeT>(value);
124 template <
typename CreateTimeT = Aws::Utils::DateTime>
137 template <
typename UpdateTimeT = Aws::Utils::DateTime>
139 m_updateTimeHasBeenSet =
true;
140 m_updateTime = std::forward<UpdateTimeT>(value);
142 template <
typename UpdateTimeT = Aws::Utils::DateTime>
155 template <
typename IdT = Aws::String>
157 m_idHasBeenSet =
true;
158 m_id = std::forward<IdT>(value);
160 template <
typename IdT = Aws::String>
162 SetId(std::forward<IdT>(value));
173 template <
typename ArnT = Aws::String>
175 m_arnHasBeenSet =
true;
176 m_arn = std::forward<ArnT>(value);
178 template <
typename ArnT = Aws::String>
180 SetArn(std::forward<ArnT>(value));
191 template <
typename DescriptionT = Aws::String>
193 m_descriptionHasBeenSet =
true;
194 m_description = std::forward<DescriptionT>(value);
196 template <
typename DescriptionT = Aws::String>
209 template <
typename InputReferenceConfigT = IdMappingTableInputReferenceConfig>
211 m_inputReferenceConfigHasBeenSet =
true;
212 m_inputReferenceConfig = std::forward<InputReferenceConfigT>(value);
214 template <
typename InputReferenceConfigT = IdMappingTableInputReferenceConfig>
227 template <
typename NameT = Aws::String>
229 m_nameHasBeenSet =
true;
230 m_name = std::forward<NameT>(value);
232 template <
typename NameT = Aws::String>
234 SetName(std::forward<NameT>(value));
257 IdMappingTableInputReferenceConfig m_inputReferenceConfig;
260 bool m_collaborationArnHasBeenSet =
false;
261 bool m_collaborationIdHasBeenSet =
false;
262 bool m_membershipIdHasBeenSet =
false;
263 bool m_membershipArnHasBeenSet =
false;
264 bool m_createTimeHasBeenSet =
false;
265 bool m_updateTimeHasBeenSet =
false;
266 bool m_idHasBeenSet =
false;
267 bool m_arnHasBeenSet =
false;
268 bool m_descriptionHasBeenSet =
false;
269 bool m_inputReferenceConfigHasBeenSet =
false;
270 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