7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/IdMappingConfig.h>
9#include <aws/cleanrooms/model/IdNamespaceAssociationInputReferenceConfig.h>
10#include <aws/cleanrooms/model/IdNamespaceAssociationInputReferenceProperties.h>
11#include <aws/core/utils/DateTime.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
45 template <
typename IdT = Aws::String>
47 m_idHasBeenSet =
true;
48 m_id = std::forward<IdT>(value);
50 template <
typename IdT = Aws::String>
52 SetId(std::forward<IdT>(value));
63 template <
typename ArnT = Aws::String>
65 m_arnHasBeenSet =
true;
66 m_arn = std::forward<ArnT>(value);
68 template <
typename ArnT = Aws::String>
70 SetArn(std::forward<ArnT>(value));
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>
120 template <
typename CollaborationIdT = Aws::String>
122 m_collaborationIdHasBeenSet =
true;
123 m_collaborationId = std::forward<CollaborationIdT>(value);
125 template <
typename CollaborationIdT = Aws::String>
139 template <
typename CollaborationArnT = Aws::String>
141 m_collaborationArnHasBeenSet =
true;
142 m_collaborationArn = std::forward<CollaborationArnT>(value);
144 template <
typename CollaborationArnT = Aws::String>
157 template <
typename NameT = Aws::String>
159 m_nameHasBeenSet =
true;
160 m_name = std::forward<NameT>(value);
162 template <
typename NameT = Aws::String>
164 SetName(std::forward<NameT>(value));
175 template <
typename DescriptionT = Aws::String>
177 m_descriptionHasBeenSet =
true;
178 m_description = std::forward<DescriptionT>(value);
180 template <
typename DescriptionT = Aws::String>
193 template <
typename CreateTimeT = Aws::Utils::DateTime>
195 m_createTimeHasBeenSet =
true;
196 m_createTime = std::forward<CreateTimeT>(value);
198 template <
typename CreateTimeT = Aws::Utils::DateTime>
211 template <
typename UpdateTimeT = Aws::Utils::DateTime>
213 m_updateTimeHasBeenSet =
true;
214 m_updateTime = std::forward<UpdateTimeT>(value);
216 template <
typename UpdateTimeT = Aws::Utils::DateTime>
229 template <
typename InputReferenceConfigT = IdNamespaceAssociationInputReferenceConfig>
231 m_inputReferenceConfigHasBeenSet =
true;
232 m_inputReferenceConfig = std::forward<InputReferenceConfigT>(value);
234 template <
typename InputReferenceConfigT = IdNamespaceAssociationInputReferenceConfig>
247 template <
typename InputReferencePropertiesT = IdNamespaceAssociationInputReferenceProperties>
249 m_inputReferencePropertiesHasBeenSet =
true;
250 m_inputReferenceProperties = std::forward<InputReferencePropertiesT>(value);
252 template <
typename InputReferencePropertiesT = IdNamespaceAssociationInputReferenceProperties>
265 template <
typename IdMappingConfigT = IdMappingConfig>
267 m_idMappingConfigHasBeenSet =
true;
268 m_idMappingConfig = std::forward<IdMappingConfigT>(value);
270 template <
typename IdMappingConfigT = IdMappingConfig>
297 IdNamespaceAssociationInputReferenceConfig m_inputReferenceConfig;
299 IdNamespaceAssociationInputReferenceProperties m_inputReferenceProperties;
301 IdMappingConfig m_idMappingConfig;
302 bool m_idHasBeenSet =
false;
303 bool m_arnHasBeenSet =
false;
304 bool m_membershipIdHasBeenSet =
false;
305 bool m_membershipArnHasBeenSet =
false;
306 bool m_collaborationIdHasBeenSet =
false;
307 bool m_collaborationArnHasBeenSet =
false;
308 bool m_nameHasBeenSet =
false;
309 bool m_descriptionHasBeenSet =
false;
310 bool m_createTimeHasBeenSet =
false;
311 bool m_updateTimeHasBeenSet =
false;
312 bool m_inputReferenceConfigHasBeenSet =
false;
313 bool m_inputReferencePropertiesHasBeenSet =
false;
314 bool m_idMappingConfigHasBeenSet =
false;
IdNamespaceAssociation & WithInputReferenceConfig(InputReferenceConfigT &&value)
IdNamespaceAssociation & WithUpdateTime(UpdateTimeT &&value)
IdNamespaceAssociation & WithCreateTime(CreateTimeT &&value)
bool CollaborationArnHasBeenSet() const
IdNamespaceAssociation & WithId(IdT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetMembershipId() const
IdNamespaceAssociation & WithName(NameT &&value)
bool DescriptionHasBeenSet() const
const IdNamespaceAssociationInputReferenceConfig & GetInputReferenceConfig() const
const Aws::String & GetName() const
bool NameHasBeenSet() const
IdNamespaceAssociation & WithCollaborationId(CollaborationIdT &&value)
IdNamespaceAssociation & WithCollaborationArn(CollaborationArnT &&value)
void SetIdMappingConfig(IdMappingConfigT &&value)
void SetCollaborationArn(CollaborationArnT &&value)
IdNamespaceAssociation & WithMembershipId(MembershipIdT &&value)
IdNamespaceAssociation & WithDescription(DescriptionT &&value)
AWS_CLEANROOMS_API IdNamespaceAssociation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
bool IdHasBeenSet() const
const Aws::String & GetCollaborationId() const
IdNamespaceAssociation & WithIdMappingConfig(IdMappingConfigT &&value)
IdNamespaceAssociation & WithArn(ArnT &&value)
bool UpdateTimeHasBeenSet() const
IdNamespaceAssociation & WithInputReferenceProperties(InputReferencePropertiesT &&value)
IdNamespaceAssociation & WithMembershipArn(MembershipArnT &&value)
const Aws::String & GetArn() const
const Aws::String & GetId() const
const IdNamespaceAssociationInputReferenceProperties & GetInputReferenceProperties() const
void SetUpdateTime(UpdateTimeT &&value)
bool CollaborationIdHasBeenSet() const
bool ArnHasBeenSet() const
bool CreateTimeHasBeenSet() const
bool InputReferenceConfigHasBeenSet() const
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCreateTime(CreateTimeT &&value)
const Aws::String & GetMembershipArn() const
void SetArn(ArnT &&value)
void SetMembershipId(MembershipIdT &&value)
AWS_CLEANROOMS_API IdNamespaceAssociation(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetCreateTime() const
void SetMembershipArn(MembershipArnT &&value)
bool MembershipArnHasBeenSet() const
void SetCollaborationId(CollaborationIdT &&value)
const Aws::String & GetCollaborationArn() const
AWS_CLEANROOMS_API IdNamespaceAssociation()=default
bool InputReferencePropertiesHasBeenSet() const
bool MembershipIdHasBeenSet() const
bool IdMappingConfigHasBeenSet() const
const IdMappingConfig & GetIdMappingConfig() const
void SetDescription(DescriptionT &&value)
void SetInputReferenceProperties(InputReferencePropertiesT &&value)
void SetInputReferenceConfig(InputReferenceConfigT &&value)
const Aws::Utils::DateTime & GetUpdateTime() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue