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));
64 template <
typename ArnT = Aws::String>
66 m_arnHasBeenSet =
true;
67 m_arn = std::forward<ArnT>(value);
69 template <
typename ArnT = Aws::String>
71 SetArn(std::forward<ArnT>(value));
83 template <
typename CollaborationIdT = Aws::String>
85 m_collaborationIdHasBeenSet =
true;
86 m_collaborationId = std::forward<CollaborationIdT>(value);
88 template <
typename CollaborationIdT = Aws::String>
102 template <
typename CollaborationArnT = Aws::String>
104 m_collaborationArnHasBeenSet =
true;
105 m_collaborationArn = std::forward<CollaborationArnT>(value);
107 template <
typename CollaborationArnT = Aws::String>
120 template <
typename NameT = Aws::String>
122 m_nameHasBeenSet =
true;
123 m_name = std::forward<NameT>(value);
125 template <
typename NameT = Aws::String>
127 SetName(std::forward<NameT>(value));
138 template <
typename DescriptionT = Aws::String>
140 m_descriptionHasBeenSet =
true;
141 m_description = std::forward<DescriptionT>(value);
143 template <
typename DescriptionT = Aws::String>
157 template <
typename CreatorAccountIdT = Aws::String>
159 m_creatorAccountIdHasBeenSet =
true;
160 m_creatorAccountId = std::forward<CreatorAccountIdT>(value);
162 template <
typename CreatorAccountIdT = Aws::String>
175 template <
typename CreateTimeT = Aws::Utils::DateTime>
177 m_createTimeHasBeenSet =
true;
178 m_createTime = std::forward<CreateTimeT>(value);
180 template <
typename CreateTimeT = Aws::Utils::DateTime>
193 template <
typename UpdateTimeT = Aws::Utils::DateTime>
195 m_updateTimeHasBeenSet =
true;
196 m_updateTime = std::forward<UpdateTimeT>(value);
198 template <
typename UpdateTimeT = Aws::Utils::DateTime>
212 template <
typename InputReferenceConfigT = IdNamespaceAssociationInputReferenceConfig>
214 m_inputReferenceConfigHasBeenSet =
true;
215 m_inputReferenceConfig = std::forward<InputReferenceConfigT>(value);
217 template <
typename InputReferenceConfigT = IdNamespaceAssociationInputReferenceConfig>
231 template <
typename InputReferencePropertiesT = IdNamespaceAssociationInputReferenceProperties>
233 m_inputReferencePropertiesHasBeenSet =
true;
234 m_inputReferenceProperties = std::forward<InputReferencePropertiesT>(value);
236 template <
typename InputReferencePropertiesT = IdNamespaceAssociationInputReferenceProperties>
247 template <
typename IdMappingConfigT = IdMappingConfig>
249 m_idMappingConfigHasBeenSet =
true;
250 m_idMappingConfig = std::forward<IdMappingConfigT>(value);
252 template <
typename IdMappingConfigT = IdMappingConfig>
277 IdNamespaceAssociationInputReferenceConfig m_inputReferenceConfig;
279 IdNamespaceAssociationInputReferenceProperties m_inputReferenceProperties;
281 IdMappingConfig m_idMappingConfig;
282 bool m_idHasBeenSet =
false;
283 bool m_arnHasBeenSet =
false;
284 bool m_collaborationIdHasBeenSet =
false;
285 bool m_collaborationArnHasBeenSet =
false;
286 bool m_nameHasBeenSet =
false;
287 bool m_descriptionHasBeenSet =
false;
288 bool m_creatorAccountIdHasBeenSet =
false;
289 bool m_createTimeHasBeenSet =
false;
290 bool m_updateTimeHasBeenSet =
false;
291 bool m_inputReferenceConfigHasBeenSet =
false;
292 bool m_inputReferencePropertiesHasBeenSet =
false;
293 bool m_idMappingConfigHasBeenSet =
false;
AWS_CLEANROOMS_API CollaborationIdNamespaceAssociation()=default
void SetUpdateTime(UpdateTimeT &&value)
bool CreatorAccountIdHasBeenSet() const
const Aws::String & GetCreatorAccountId() const
CollaborationIdNamespaceAssociation & WithDescription(DescriptionT &&value)
const Aws::String & GetCollaborationArn() const
bool CreateTimeHasBeenSet() const
bool CollaborationIdHasBeenSet() const
AWS_CLEANROOMS_API CollaborationIdNamespaceAssociation & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIdMappingConfig(IdMappingConfigT &&value)
void SetInputReferenceConfig(InputReferenceConfigT &&value)
CollaborationIdNamespaceAssociation & WithCollaborationId(CollaborationIdT &&value)
CollaborationIdNamespaceAssociation & WithUpdateTime(UpdateTimeT &&value)
CollaborationIdNamespaceAssociation & WithName(NameT &&value)
const Aws::String & GetName() const
void SetDescription(DescriptionT &&value)
bool ArnHasBeenSet() const
AWS_CLEANROOMS_API CollaborationIdNamespaceAssociation(Aws::Utils::Json::JsonView jsonValue)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
const Aws::String & GetId() const
CollaborationIdNamespaceAssociation & WithIdMappingConfig(IdMappingConfigT &&value)
void SetCreateTime(CreateTimeT &&value)
CollaborationIdNamespaceAssociation & WithInputReferenceProperties(InputReferencePropertiesT &&value)
const IdNamespaceAssociationInputReferenceConfig & GetInputReferenceConfig() const
const IdNamespaceAssociationInputReferenceProperties & GetInputReferenceProperties() const
CollaborationIdNamespaceAssociation & WithCreateTime(CreateTimeT &&value)
bool InputReferenceConfigHasBeenSet() const
void SetCreatorAccountId(CreatorAccountIdT &&value)
void SetCollaborationId(CollaborationIdT &&value)
bool CollaborationArnHasBeenSet() const
bool IdHasBeenSet() const
CollaborationIdNamespaceAssociation & WithId(IdT &&value)
CollaborationIdNamespaceAssociation & WithInputReferenceConfig(InputReferenceConfigT &&value)
bool IdMappingConfigHasBeenSet() const
const IdMappingConfig & GetIdMappingConfig() const
CollaborationIdNamespaceAssociation & WithCollaborationArn(CollaborationArnT &&value)
bool NameHasBeenSet() const
void SetCollaborationArn(CollaborationArnT &&value)
bool DescriptionHasBeenSet() const
const Aws::String & GetCollaborationId() const
const Aws::Utils::DateTime & GetUpdateTime() const
bool UpdateTimeHasBeenSet() const
bool InputReferencePropertiesHasBeenSet() const
const Aws::Utils::DateTime & GetCreateTime() const
void SetArn(ArnT &&value)
CollaborationIdNamespaceAssociation & WithArn(ArnT &&value)
void SetInputReferenceProperties(InputReferencePropertiesT &&value)
const Aws::String & GetArn() const
const Aws::String & GetDescription() const
CollaborationIdNamespaceAssociation & WithCreatorAccountId(CreatorAccountIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue