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>
64 template<
typename ArnT = Aws::String>
65 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
66 template<
typename ArnT = Aws::String>
77 template<
typename CollaborationIdT = Aws::String>
78 void SetCollaborationId(CollaborationIdT&& value) { m_collaborationIdHasBeenSet =
true; m_collaborationId = std::forward<CollaborationIdT>(value); }
79 template<
typename CollaborationIdT = Aws::String>
90 template<
typename CollaborationArnT = Aws::String>
91 void SetCollaborationArn(CollaborationArnT&& value) { m_collaborationArnHasBeenSet =
true; m_collaborationArn = std::forward<CollaborationArnT>(value); }
92 template<
typename CollaborationArnT = Aws::String>
102 template<
typename NameT = Aws::String>
103 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
104 template<
typename NameT = Aws::String>
114 template<
typename DescriptionT = Aws::String>
115 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
116 template<
typename DescriptionT = Aws::String>
127 template<
typename CreatorAccountIdT = Aws::String>
128 void SetCreatorAccountId(CreatorAccountIdT&& value) { m_creatorAccountIdHasBeenSet =
true; m_creatorAccountId = std::forward<CreatorAccountIdT>(value); }
129 template<
typename CreatorAccountIdT = Aws::String>
139 template<
typename CreateTimeT = Aws::Utils::DateTime>
140 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
141 template<
typename CreateTimeT = Aws::Utils::DateTime>
151 template<
typename UpdateTimeT = Aws::Utils::DateTime>
152 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
153 template<
typename UpdateTimeT = Aws::Utils::DateTime>
164 template<
typename InputReferenceConfigT = IdNamespaceAssociationInputReferenceConfig>
165 void SetInputReferenceConfig(InputReferenceConfigT&& value) { m_inputReferenceConfigHasBeenSet =
true; m_inputReferenceConfig = std::forward<InputReferenceConfigT>(value); }
166 template<
typename InputReferenceConfigT = IdNamespaceAssociationInputReferenceConfig>
177 template<
typename InputReferencePropertiesT = IdNamespaceAssociationInputReferenceProperties>
178 void SetInputReferenceProperties(InputReferencePropertiesT&& value) { m_inputReferencePropertiesHasBeenSet =
true; m_inputReferenceProperties = std::forward<InputReferencePropertiesT>(value); }
179 template<
typename InputReferencePropertiesT = IdNamespaceAssociationInputReferenceProperties>
187 template<
typename IdMappingConfigT = IdMappingConfig>
188 void SetIdMappingConfig(IdMappingConfigT&& value) { m_idMappingConfigHasBeenSet =
true; m_idMappingConfig = std::forward<IdMappingConfigT>(value); }
189 template<
typename IdMappingConfigT = IdMappingConfig>
195 bool m_idHasBeenSet =
false;
198 bool m_arnHasBeenSet =
false;
201 bool m_collaborationIdHasBeenSet =
false;
204 bool m_collaborationArnHasBeenSet =
false;
207 bool m_nameHasBeenSet =
false;
210 bool m_descriptionHasBeenSet =
false;
213 bool m_creatorAccountIdHasBeenSet =
false;
216 bool m_createTimeHasBeenSet =
false;
219 bool m_updateTimeHasBeenSet =
false;
221 IdNamespaceAssociationInputReferenceConfig m_inputReferenceConfig;
222 bool m_inputReferenceConfigHasBeenSet =
false;
224 IdNamespaceAssociationInputReferenceProperties m_inputReferenceProperties;
225 bool m_inputReferencePropertiesHasBeenSet =
false;
227 IdMappingConfig m_idMappingConfig;
228 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