7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cleanrooms/model/TableReference.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/ConfiguredTableAnalysisRuleType.h>
14#include <aws/cleanrooms/model/SelectedAnalysisMethod.h>
53 template<
typename IdT = Aws::String>
54 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
55 template<
typename IdT = Aws::String>
65 template<
typename ArnT = Aws::String>
66 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
67 template<
typename ArnT = Aws::String>
77 template<
typename NameT = Aws::String>
78 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
79 template<
typename NameT = Aws::String>
89 template<
typename DescriptionT = Aws::String>
90 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
91 template<
typename DescriptionT = Aws::String>
101 template<
typename TableReferenceT = TableReference>
102 void SetTableReference(TableReferenceT&& value) { m_tableReferenceHasBeenSet =
true; m_tableReference = std::forward<TableReferenceT>(value); }
103 template<
typename TableReferenceT = TableReference>
113 template<
typename CreateTimeT = Aws::Utils::DateTime>
114 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
115 template<
typename CreateTimeT = Aws::Utils::DateTime>
125 template<
typename UpdateTimeT = Aws::Utils::DateTime>
126 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
127 template<
typename UpdateTimeT = Aws::Utils::DateTime>
138 template<
typename AnalysisRuleTypesT = Aws::Vector<ConfiguredTableAnalysisRuleType>>
139 void SetAnalysisRuleTypes(AnalysisRuleTypesT&& value) { m_analysisRuleTypesHasBeenSet =
true; m_analysisRuleTypes = std::forward<AnalysisRuleTypesT>(value); }
140 template<
typename AnalysisRuleTypesT = Aws::Vector<ConfiguredTableAnalysisRuleType>>
166 template<
typename AllowedColumnsT = Aws::Vector<Aws::String>>
167 void SetAllowedColumns(AllowedColumnsT&& value) { m_allowedColumnsHasBeenSet =
true; m_allowedColumns = std::forward<AllowedColumnsT>(value); }
168 template<
typename AllowedColumnsT = Aws::Vector<Aws::String>>
170 template<
typename AllowedColumnsT = Aws::String>
171 ConfiguredTable&
AddAllowedColumns(AllowedColumnsT&& value) { m_allowedColumnsHasBeenSet =
true; m_allowedColumns.emplace_back(std::forward<AllowedColumnsT>(value));
return *
this; }
180 template<
typename SelectedAnalysisMethodsT = Aws::Vector<SelectedAnalysisMethod>>
181 void SetSelectedAnalysisMethods(SelectedAnalysisMethodsT&& value) { m_selectedAnalysisMethodsHasBeenSet =
true; m_selectedAnalysisMethods = std::forward<SelectedAnalysisMethodsT>(value); }
182 template<
typename SelectedAnalysisMethodsT = Aws::Vector<SelectedAnalysisMethod>>
189 bool m_idHasBeenSet =
false;
192 bool m_arnHasBeenSet =
false;
195 bool m_nameHasBeenSet =
false;
198 bool m_descriptionHasBeenSet =
false;
201 bool m_tableReferenceHasBeenSet =
false;
204 bool m_createTimeHasBeenSet =
false;
207 bool m_updateTimeHasBeenSet =
false;
210 bool m_analysisRuleTypesHasBeenSet =
false;
213 bool m_analysisMethodHasBeenSet =
false;
216 bool m_allowedColumnsHasBeenSet =
false;
219 bool m_selectedAnalysisMethodsHasBeenSet =
false;
ConfiguredTableAnalysisRuleType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue