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/IdNamespaceAssociationInputReferencePropertiesSummary.h>
51 template<
typename MembershipIdT = Aws::String>
52 void SetMembershipId(MembershipIdT&& value) { m_membershipIdHasBeenSet =
true; m_membershipId = std::forward<MembershipIdT>(value); }
53 template<
typename MembershipIdT = Aws::String>
64 template<
typename MembershipArnT = Aws::String>
65 void SetMembershipArn(MembershipArnT&& value) { m_membershipArnHasBeenSet =
true; m_membershipArn = std::forward<MembershipArnT>(value); }
66 template<
typename MembershipArnT = Aws::String>
77 template<
typename CollaborationArnT = Aws::String>
78 void SetCollaborationArn(CollaborationArnT&& value) { m_collaborationArnHasBeenSet =
true; m_collaborationArn = std::forward<CollaborationArnT>(value); }
79 template<
typename CollaborationArnT = Aws::String>
90 template<
typename CollaborationIdT = Aws::String>
91 void SetCollaborationId(CollaborationIdT&& value) { m_collaborationIdHasBeenSet =
true; m_collaborationId = std::forward<CollaborationIdT>(value); }
92 template<
typename CollaborationIdT = Aws::String>
102 template<
typename CreateTimeT = Aws::Utils::DateTime>
103 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
104 template<
typename CreateTimeT = Aws::Utils::DateTime>
115 template<
typename UpdateTimeT = Aws::Utils::DateTime>
116 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
117 template<
typename UpdateTimeT = Aws::Utils::DateTime>
127 template<
typename IdT = Aws::String>
128 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
129 template<
typename IdT = Aws::String>
139 template<
typename ArnT = Aws::String>
140 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
141 template<
typename ArnT = Aws::String>
152 template<
typename InputReferenceConfigT = IdNamespaceAssociationInputReferenceConfig>
153 void SetInputReferenceConfig(InputReferenceConfigT&& value) { m_inputReferenceConfigHasBeenSet =
true; m_inputReferenceConfig = std::forward<InputReferenceConfigT>(value); }
154 template<
typename InputReferenceConfigT = IdNamespaceAssociationInputReferenceConfig>
164 template<
typename NameT = Aws::String>
165 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
166 template<
typename NameT = Aws::String>
176 template<
typename DescriptionT = Aws::String>
177 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
178 template<
typename DescriptionT = Aws::String>
188 template<
typename InputReferencePropertiesT = IdNamespaceAssociationInputReferencePropertiesSummary>
189 void SetInputReferenceProperties(InputReferencePropertiesT&& value) { m_inputReferencePropertiesHasBeenSet =
true; m_inputReferenceProperties = std::forward<InputReferencePropertiesT>(value); }
190 template<
typename InputReferencePropertiesT = IdNamespaceAssociationInputReferencePropertiesSummary>
196 bool m_membershipIdHasBeenSet =
false;
199 bool m_membershipArnHasBeenSet =
false;
202 bool m_collaborationArnHasBeenSet =
false;
205 bool m_collaborationIdHasBeenSet =
false;
208 bool m_createTimeHasBeenSet =
false;
211 bool m_updateTimeHasBeenSet =
false;
214 bool m_idHasBeenSet =
false;
217 bool m_arnHasBeenSet =
false;
219 IdNamespaceAssociationInputReferenceConfig m_inputReferenceConfig;
220 bool m_inputReferenceConfigHasBeenSet =
false;
223 bool m_nameHasBeenSet =
false;
226 bool m_descriptionHasBeenSet =
false;
228 IdNamespaceAssociationInputReferencePropertiesSummary m_inputReferenceProperties;
229 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