7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cleanrooms/model/SchemaType.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/cleanrooms/model/AnalysisMethod.h>
13#include <aws/cleanrooms/model/AnalysisRuleType.h>
14#include <aws/cleanrooms/model/SelectedAnalysisMethod.h>
53 template<
typename NameT = Aws::String>
54 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
55 template<
typename NameT = Aws::String>
76 template<
typename CreatorAccountIdT = Aws::String>
77 void SetCreatorAccountId(CreatorAccountIdT&& value) { m_creatorAccountIdHasBeenSet =
true; m_creatorAccountId = std::forward<CreatorAccountIdT>(value); }
78 template<
typename CreatorAccountIdT = Aws::String>
88 template<
typename CreateTimeT = Aws::Utils::DateTime>
89 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
90 template<
typename CreateTimeT = Aws::Utils::DateTime>
100 template<
typename UpdateTimeT = Aws::Utils::DateTime>
101 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
102 template<
typename UpdateTimeT = Aws::Utils::DateTime>
112 template<
typename CollaborationIdT = Aws::String>
113 void SetCollaborationId(CollaborationIdT&& value) { m_collaborationIdHasBeenSet =
true; m_collaborationId = std::forward<CollaborationIdT>(value); }
114 template<
typename CollaborationIdT = Aws::String>
124 template<
typename CollaborationArnT = Aws::String>
125 void SetCollaborationArn(CollaborationArnT&& value) { m_collaborationArnHasBeenSet =
true; m_collaborationArn = std::forward<CollaborationArnT>(value); }
126 template<
typename CollaborationArnT = Aws::String>
136 template<
typename AnalysisRuleTypesT = Aws::Vector<AnalysisRuleType>>
137 void SetAnalysisRuleTypes(AnalysisRuleTypesT&& value) { m_analysisRuleTypesHasBeenSet =
true; m_analysisRuleTypes = std::forward<AnalysisRuleTypesT>(value); }
138 template<
typename AnalysisRuleTypesT = Aws::Vector<AnalysisRuleType>>
163 template<
typename SelectedAnalysisMethodsT = Aws::Vector<SelectedAnalysisMethod>>
164 void SetSelectedAnalysisMethods(SelectedAnalysisMethodsT&& value) { m_selectedAnalysisMethodsHasBeenSet =
true; m_selectedAnalysisMethods = std::forward<SelectedAnalysisMethodsT>(value); }
165 template<
typename SelectedAnalysisMethodsT = Aws::Vector<SelectedAnalysisMethod>>
172 bool m_nameHasBeenSet =
false;
175 bool m_typeHasBeenSet =
false;
178 bool m_creatorAccountIdHasBeenSet =
false;
181 bool m_createTimeHasBeenSet =
false;
184 bool m_updateTimeHasBeenSet =
false;
187 bool m_collaborationIdHasBeenSet =
false;
190 bool m_collaborationArnHasBeenSet =
false;
193 bool m_analysisRuleTypesHasBeenSet =
false;
196 bool m_analysisMethodHasBeenSet =
false;
199 bool m_selectedAnalysisMethodsHasBeenSet =
false;
const Aws::Vector< AnalysisRuleType > & GetAnalysisRuleTypes() const
void SetAnalysisRuleTypes(AnalysisRuleTypesT &&value)
SchemaSummary & WithCollaborationArn(CollaborationArnT &&value)
SchemaSummary & WithCreatorAccountId(CreatorAccountIdT &&value)
const Aws::Utils::DateTime & GetCreateTime() const
void SetType(SchemaType value)
SchemaSummary & AddSelectedAnalysisMethods(SelectedAnalysisMethod value)
SchemaSummary & WithName(NameT &&value)
bool NameHasBeenSet() const
SchemaSummary & WithAnalysisMethod(AnalysisMethod value)
SchemaSummary & WithType(SchemaType value)
SchemaSummary & AddAnalysisRuleTypes(AnalysisRuleType value)
bool CreatorAccountIdHasBeenSet() const
bool CollaborationArnHasBeenSet() const
const Aws::Utils::DateTime & GetUpdateTime() const
bool SelectedAnalysisMethodsHasBeenSet() const
SchemaSummary & WithSelectedAnalysisMethods(SelectedAnalysisMethodsT &&value)
void SetCollaborationArn(CollaborationArnT &&value)
void SetCreateTime(CreateTimeT &&value)
bool AnalysisRuleTypesHasBeenSet() const
AWS_CLEANROOMS_API SchemaSummary(Aws::Utils::Json::JsonView jsonValue)
bool AnalysisMethodHasBeenSet() const
const Aws::String & GetCreatorAccountId() const
SchemaType GetType() const
void SetCreatorAccountId(CreatorAccountIdT &&value)
AWS_CLEANROOMS_API SchemaSummary()=default
SchemaSummary & WithAnalysisRuleTypes(AnalysisRuleTypesT &&value)
void SetCollaborationId(CollaborationIdT &&value)
const Aws::Vector< SelectedAnalysisMethod > & GetSelectedAnalysisMethods() const
SchemaSummary & WithUpdateTime(UpdateTimeT &&value)
bool CreateTimeHasBeenSet() const
void SetSelectedAnalysisMethods(SelectedAnalysisMethodsT &&value)
AnalysisMethod GetAnalysisMethod() const
bool UpdateTimeHasBeenSet() const
AWS_CLEANROOMS_API SchemaSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetUpdateTime(UpdateTimeT &&value)
void SetName(NameT &&value)
SchemaSummary & WithCreateTime(CreateTimeT &&value)
AWS_CLEANROOMS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetCollaborationId() const
bool TypeHasBeenSet() const
SchemaSummary & WithCollaborationId(CollaborationIdT &&value)
const Aws::String & GetCollaborationArn() const
bool CollaborationIdHasBeenSet() const
void SetAnalysisMethod(AnalysisMethod value)
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue