7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/model/IdNamespaceAssociationInputReferenceConfig.h>
9#include <aws/cleanrooms/model/IdNamespaceAssociationInputReferencePropertiesSummary.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
45 template <
typename MembershipIdT = Aws::String>
47 m_membershipIdHasBeenSet =
true;
48 m_membershipId = std::forward<MembershipIdT>(value);
50 template <
typename MembershipIdT = Aws::String>
64 template <
typename MembershipArnT = Aws::String>
66 m_membershipArnHasBeenSet =
true;
67 m_membershipArn = std::forward<MembershipArnT>(value);
69 template <
typename MembershipArnT = Aws::String>
83 template <
typename CollaborationArnT = Aws::String>
85 m_collaborationArnHasBeenSet =
true;
86 m_collaborationArn = std::forward<CollaborationArnT>(value);
88 template <
typename CollaborationArnT = Aws::String>
102 template <
typename CollaborationIdT = Aws::String>
104 m_collaborationIdHasBeenSet =
true;
105 m_collaborationId = std::forward<CollaborationIdT>(value);
107 template <
typename CollaborationIdT = Aws::String>
120 template <
typename CreateTimeT = Aws::Utils::DateTime>
122 m_createTimeHasBeenSet =
true;
123 m_createTime = std::forward<CreateTimeT>(value);
125 template <
typename CreateTimeT = Aws::Utils::DateTime>
139 template <
typename UpdateTimeT = Aws::Utils::DateTime>
141 m_updateTimeHasBeenSet =
true;
142 m_updateTime = std::forward<UpdateTimeT>(value);
144 template <
typename UpdateTimeT = Aws::Utils::DateTime>
157 template <
typename IdT = Aws::String>
159 m_idHasBeenSet =
true;
160 m_id = std::forward<IdT>(value);
162 template <
typename IdT = Aws::String>
164 SetId(std::forward<IdT>(value));
175 template <
typename ArnT = Aws::String>
177 m_arnHasBeenSet =
true;
178 m_arn = std::forward<ArnT>(value);
180 template <
typename ArnT = Aws::String>
182 SetArn(std::forward<ArnT>(value));
194 template <
typename InputReferenceConfigT = IdNamespaceAssociationInputReferenceConfig>
196 m_inputReferenceConfigHasBeenSet =
true;
197 m_inputReferenceConfig = std::forward<InputReferenceConfigT>(value);
199 template <
typename InputReferenceConfigT = IdNamespaceAssociationInputReferenceConfig>
212 template <
typename NameT = Aws::String>
214 m_nameHasBeenSet =
true;
215 m_name = std::forward<NameT>(value);
217 template <
typename NameT = Aws::String>
219 SetName(std::forward<NameT>(value));
230 template <
typename DescriptionT = Aws::String>
232 m_descriptionHasBeenSet =
true;
233 m_description = std::forward<DescriptionT>(value);
235 template <
typename DescriptionT = Aws::String>
247 return m_inputReferenceProperties;
250 template <
typename InputReferencePropertiesT = IdNamespaceAssociationInputReferencePropertiesSummary>
252 m_inputReferencePropertiesHasBeenSet =
true;
253 m_inputReferenceProperties = std::forward<InputReferencePropertiesT>(value);
255 template <
typename InputReferencePropertiesT = IdNamespaceAssociationInputReferencePropertiesSummary>
263 bool m_membershipIdHasBeenSet =
false;
266 bool m_membershipArnHasBeenSet =
false;
269 bool m_collaborationArnHasBeenSet =
false;
272 bool m_collaborationIdHasBeenSet =
false;
275 bool m_createTimeHasBeenSet =
false;
278 bool m_updateTimeHasBeenSet =
false;
281 bool m_idHasBeenSet =
false;
284 bool m_arnHasBeenSet =
false;
286 IdNamespaceAssociationInputReferenceConfig m_inputReferenceConfig;
287 bool m_inputReferenceConfigHasBeenSet =
false;
290 bool m_nameHasBeenSet =
false;
293 bool m_descriptionHasBeenSet =
false;
295 IdNamespaceAssociationInputReferencePropertiesSummary m_inputReferenceProperties;
296 bool m_inputReferencePropertiesHasBeenSet =
false;
void SetInputReferenceConfig(InputReferenceConfigT &&value)
bool MembershipIdHasBeenSet() const
AWS_CLEANROOMS_API IdNamespaceAssociationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CreateTimeHasBeenSet() const
const Aws::String & GetArn() const
const Aws::String & GetName() const
const Aws::Utils::DateTime & GetUpdateTime() const
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
const IdNamespaceAssociationInputReferenceConfig & GetInputReferenceConfig() const
IdNamespaceAssociationSummary & WithMembershipArn(MembershipArnT &&value)
IdNamespaceAssociationSummary & WithName(NameT &&value)
const Aws::Utils::DateTime & GetCreateTime() const
const Aws::String & GetDescription() const
IdNamespaceAssociationSummary & WithDescription(DescriptionT &&value)
void SetMembershipId(MembershipIdT &&value)
void SetDescription(DescriptionT &&value)
IdNamespaceAssociationSummary & WithUpdateTime(UpdateTimeT &&value)
IdNamespaceAssociationSummary & WithArn(ArnT &&value)
bool CollaborationArnHasBeenSet() const
void SetCreateTime(CreateTimeT &&value)
void SetCollaborationArn(CollaborationArnT &&value)
IdNamespaceAssociationSummary & WithId(IdT &&value)
void SetMembershipArn(MembershipArnT &&value)
void SetArn(ArnT &&value)
IdNamespaceAssociationSummary & WithCollaborationId(CollaborationIdT &&value)
void SetCollaborationId(CollaborationIdT &&value)
IdNamespaceAssociationSummary & WithCreateTime(CreateTimeT &&value)
const IdNamespaceAssociationInputReferencePropertiesSummary & GetInputReferenceProperties() const
bool MembershipArnHasBeenSet() const
bool IdHasBeenSet() const
void SetInputReferenceProperties(InputReferencePropertiesT &&value)
const Aws::String & GetCollaborationArn() const
bool InputReferenceConfigHasBeenSet() const
bool UpdateTimeHasBeenSet() const
bool CollaborationIdHasBeenSet() const
IdNamespaceAssociationSummary & WithCollaborationArn(CollaborationArnT &&value)
const Aws::String & GetCollaborationId() const
void SetUpdateTime(UpdateTimeT &&value)
bool NameHasBeenSet() const
IdNamespaceAssociationSummary & WithInputReferenceConfig(InputReferenceConfigT &&value)
IdNamespaceAssociationSummary & WithMembershipId(MembershipIdT &&value)
AWS_CLEANROOMS_API IdNamespaceAssociationSummary()=default
const Aws::String & GetId() const
const Aws::String & GetMembershipId() const
bool ArnHasBeenSet() const
bool InputReferencePropertiesHasBeenSet() const
IdNamespaceAssociationSummary & WithInputReferenceProperties(InputReferencePropertiesT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetMembershipArn() const
AWS_CLEANROOMS_API IdNamespaceAssociationSummary(Aws::Utils::Json::JsonView jsonValue)
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue