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/MemberStatus.h>
11#include <aws/cleanrooms/model/DataEncryptionMetadata.h>
12#include <aws/cleanrooms/model/CollaborationQueryLogStatus.h>
13#include <aws/cleanrooms/model/CollaborationJobLogStatus.h>
14#include <aws/cleanrooms/model/AnalyticsEngine.h>
15#include <aws/core/utils/memory/stl/AWSVector.h>
16#include <aws/cleanrooms/model/AutoApprovedChangeType.h>
55 template<
typename IdT = Aws::String>
56 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
57 template<
typename IdT = Aws::String>
67 template<
typename ArnT = Aws::String>
68 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
69 template<
typename ArnT = Aws::String>
80 template<
typename NameT = Aws::String>
81 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
82 template<
typename NameT = Aws::String>
92 template<
typename DescriptionT = Aws::String>
93 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
94 template<
typename DescriptionT = Aws::String>
105 template<
typename CreatorAccountIdT = Aws::String>
106 void SetCreatorAccountId(CreatorAccountIdT&& value) { m_creatorAccountIdHasBeenSet =
true; m_creatorAccountId = std::forward<CreatorAccountIdT>(value); }
107 template<
typename CreatorAccountIdT = Aws::String>
117 template<
typename CreatorDisplayNameT = Aws::String>
118 void SetCreatorDisplayName(CreatorDisplayNameT&& value) { m_creatorDisplayNameHasBeenSet =
true; m_creatorDisplayName = std::forward<CreatorDisplayNameT>(value); }
119 template<
typename CreatorDisplayNameT = Aws::String>
129 template<
typename CreateTimeT = Aws::Utils::DateTime>
130 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
131 template<
typename CreateTimeT = Aws::Utils::DateTime>
141 template<
typename UpdateTimeT = Aws::Utils::DateTime>
142 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
143 template<
typename UpdateTimeT = Aws::Utils::DateTime>
163 template<
typename MembershipIdT = Aws::String>
164 void SetMembershipId(MembershipIdT&& value) { m_membershipIdHasBeenSet =
true; m_membershipId = std::forward<MembershipIdT>(value); }
165 template<
typename MembershipIdT = Aws::String>
175 template<
typename MembershipArnT = Aws::String>
176 void SetMembershipArn(MembershipArnT&& value) { m_membershipArnHasBeenSet =
true; m_membershipArn = std::forward<MembershipArnT>(value); }
177 template<
typename MembershipArnT = Aws::String>
187 template<
typename DataEncryptionMetadataT = DataEncryptionMetadata>
188 void SetDataEncryptionMetadata(DataEncryptionMetadataT&& value) { m_dataEncryptionMetadataHasBeenSet =
true; m_dataEncryptionMetadata = std::forward<DataEncryptionMetadataT>(value); }
189 template<
typename DataEncryptionMetadataT = DataEncryptionMetadata>
238 template<
typename AutoApprovedChangeTypesT = Aws::Vector<AutoApprovedChangeType>>
239 void SetAutoApprovedChangeTypes(AutoApprovedChangeTypesT&& value) { m_autoApprovedChangeTypesHasBeenSet =
true; m_autoApprovedChangeTypes = std::forward<AutoApprovedChangeTypesT>(value); }
240 template<
typename AutoApprovedChangeTypesT = Aws::Vector<AutoApprovedChangeType>>
247 bool m_idHasBeenSet =
false;
250 bool m_arnHasBeenSet =
false;
253 bool m_nameHasBeenSet =
false;
256 bool m_descriptionHasBeenSet =
false;
259 bool m_creatorAccountIdHasBeenSet =
false;
262 bool m_creatorDisplayNameHasBeenSet =
false;
265 bool m_createTimeHasBeenSet =
false;
268 bool m_updateTimeHasBeenSet =
false;
271 bool m_memberStatusHasBeenSet =
false;
274 bool m_membershipIdHasBeenSet =
false;
277 bool m_membershipArnHasBeenSet =
false;
279 DataEncryptionMetadata m_dataEncryptionMetadata;
280 bool m_dataEncryptionMetadataHasBeenSet =
false;
283 bool m_queryLogStatusHasBeenSet =
false;
286 bool m_jobLogStatusHasBeenSet =
false;
289 bool m_analyticsEngineHasBeenSet =
false;
292 bool m_autoApprovedChangeTypesHasBeenSet =
false;
bool QueryLogStatusHasBeenSet() const
AWS_CLEANROOMS_API Collaboration(Aws::Utils::Json::JsonView jsonValue)
Collaboration & WithName(NameT &&value)
void SetCreateTime(CreateTimeT &&value)
Collaboration & WithMembershipId(MembershipIdT &&value)
CollaborationJobLogStatus GetJobLogStatus() const
Collaboration & WithCreateTime(CreateTimeT &&value)
void SetMembershipArn(MembershipArnT &&value)
const DataEncryptionMetadata & GetDataEncryptionMetadata() const
const Aws::String & GetMembershipId() const
const Aws::String & GetCreatorDisplayName() const
const Aws::String & GetName() const
AWS_CLEANROOMS_API Collaboration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetUpdateTime(UpdateTimeT &&value)
bool DescriptionHasBeenSet() const
void SetJobLogStatus(CollaborationJobLogStatus value)
Collaboration & AddAutoApprovedChangeTypes(AutoApprovedChangeType value)
const Aws::Vector< AutoApprovedChangeType > & GetAutoApprovedChangeTypes() const
CollaborationQueryLogStatus GetQueryLogStatus() const
bool MembershipIdHasBeenSet() const
bool MembershipArnHasBeenSet() const
void SetDescription(DescriptionT &&value)
bool IdHasBeenSet() const
Collaboration & WithMembershipArn(MembershipArnT &&value)
void SetArn(ArnT &&value)
bool JobLogStatusHasBeenSet() const
Collaboration & WithUpdateTime(UpdateTimeT &&value)
void SetCreatorAccountId(CreatorAccountIdT &&value)
void SetMembershipId(MembershipIdT &&value)
Collaboration & WithAnalyticsEngine(AnalyticsEngine value)
Collaboration & WithArn(ArnT &&value)
void SetName(NameT &&value)
const Aws::String & GetMembershipArn() const
bool DataEncryptionMetadataHasBeenSet() const
void SetMemberStatus(MemberStatus value)
bool AutoApprovedChangeTypesHasBeenSet() const
const Aws::Utils::DateTime & GetUpdateTime() const
Collaboration & WithQueryLogStatus(CollaborationQueryLogStatus value)
Collaboration & WithCreatorDisplayName(CreatorDisplayNameT &&value)
Collaboration & WithAutoApprovedChangeTypes(AutoApprovedChangeTypesT &&value)
bool ArnHasBeenSet() const
bool CreatorAccountIdHasBeenSet() const
const Aws::String & GetArn() const
const Aws::Utils::DateTime & GetCreateTime() const
void SetDataEncryptionMetadata(DataEncryptionMetadataT &&value)
bool UpdateTimeHasBeenSet() const
bool MemberStatusHasBeenSet() const
bool CreateTimeHasBeenSet() const
const Aws::String & GetCreatorAccountId() const
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
MemberStatus GetMemberStatus() const
AWS_CLEANROOMS_API Collaboration()=default
Collaboration & WithJobLogStatus(CollaborationJobLogStatus value)
void SetQueryLogStatus(CollaborationQueryLogStatus value)
void SetCreatorDisplayName(CreatorDisplayNameT &&value)
bool NameHasBeenSet() const
Collaboration & WithId(IdT &&value)
bool AnalyticsEngineHasBeenSet() const
Collaboration & WithDescription(DescriptionT &&value)
void SetAnalyticsEngine(AnalyticsEngine value)
void SetAutoApprovedChangeTypes(AutoApprovedChangeTypesT &&value)
bool CreatorDisplayNameHasBeenSet() const
const Aws::String & GetDescription() const
Collaboration & WithCreatorAccountId(CreatorAccountIdT &&value)
Collaboration & WithMemberStatus(MemberStatus value)
const Aws::String & GetId() const
AnalyticsEngine GetAnalyticsEngine() const
Collaboration & WithDataEncryptionMetadata(DataEncryptionMetadataT &&value)
CollaborationJobLogStatus
CollaborationQueryLogStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue