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/IdNamespaceAssociationInputReferenceConfig.h>
11#include <aws/cleanrooms/model/IdNamespaceAssociationInputReferenceProperties.h>
12#include <aws/cleanrooms/model/IdMappingConfig.h>
51 template<
typename IdT = Aws::String>
52 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
53 template<
typename IdT = Aws::String>
63 template<
typename ArnT = Aws::String>
64 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
65 template<
typename ArnT = 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>
102 template<
typename CollaborationIdT = Aws::String>
103 void SetCollaborationId(CollaborationIdT&& value) { m_collaborationIdHasBeenSet =
true; m_collaborationId = std::forward<CollaborationIdT>(value); }
104 template<
typename CollaborationIdT = Aws::String>
115 template<
typename CollaborationArnT = Aws::String>
116 void SetCollaborationArn(CollaborationArnT&& value) { m_collaborationArnHasBeenSet =
true; m_collaborationArn = std::forward<CollaborationArnT>(value); }
117 template<
typename CollaborationArnT = Aws::String>
127 template<
typename NameT = Aws::String>
128 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
129 template<
typename NameT = Aws::String>
139 template<
typename DescriptionT = Aws::String>
140 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
141 template<
typename DescriptionT = Aws::String>
151 template<
typename CreateTimeT = Aws::Utils::DateTime>
152 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
153 template<
typename CreateTimeT = Aws::Utils::DateTime>
163 template<
typename UpdateTimeT = Aws::Utils::DateTime>
164 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
165 template<
typename UpdateTimeT = Aws::Utils::DateTime>
175 template<
typename InputReferenceConfigT = IdNamespaceAssociationInputReferenceConfig>
176 void SetInputReferenceConfig(InputReferenceConfigT&& value) { m_inputReferenceConfigHasBeenSet =
true; m_inputReferenceConfig = std::forward<InputReferenceConfigT>(value); }
177 template<
typename InputReferenceConfigT = IdNamespaceAssociationInputReferenceConfig>
187 template<
typename InputReferencePropertiesT = IdNamespaceAssociationInputReferenceProperties>
188 void SetInputReferenceProperties(InputReferencePropertiesT&& value) { m_inputReferencePropertiesHasBeenSet =
true; m_inputReferenceProperties = std::forward<InputReferencePropertiesT>(value); }
189 template<
typename InputReferencePropertiesT = IdNamespaceAssociationInputReferenceProperties>
199 template<
typename IdMappingConfigT = IdMappingConfig>
200 void SetIdMappingConfig(IdMappingConfigT&& value) { m_idMappingConfigHasBeenSet =
true; m_idMappingConfig = std::forward<IdMappingConfigT>(value); }
201 template<
typename IdMappingConfigT = IdMappingConfig>
207 bool m_idHasBeenSet =
false;
210 bool m_arnHasBeenSet =
false;
213 bool m_membershipIdHasBeenSet =
false;
216 bool m_membershipArnHasBeenSet =
false;
219 bool m_collaborationIdHasBeenSet =
false;
222 bool m_collaborationArnHasBeenSet =
false;
225 bool m_nameHasBeenSet =
false;
228 bool m_descriptionHasBeenSet =
false;
231 bool m_createTimeHasBeenSet =
false;
234 bool m_updateTimeHasBeenSet =
false;
236 IdNamespaceAssociationInputReferenceConfig m_inputReferenceConfig;
237 bool m_inputReferenceConfigHasBeenSet =
false;
239 IdNamespaceAssociationInputReferenceProperties m_inputReferenceProperties;
240 bool m_inputReferencePropertiesHasBeenSet =
false;
242 IdMappingConfig m_idMappingConfig;
243 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