7#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
8#include <aws/cleanrooms/CleanRoomsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/cleanrooms/model/TableReference.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/cleanrooms/model/AnalysisMethod.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/cleanrooms/model/SelectedAnalysisMethod.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
58 template<
typename DescriptionT = Aws::String>
59 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
60 template<
typename DescriptionT = Aws::String>
70 template<
typename TableReferenceT = TableReference>
71 void SetTableReference(TableReferenceT&& value) { m_tableReferenceHasBeenSet =
true; m_tableReference = std::forward<TableReferenceT>(value); }
72 template<
typename TableReferenceT = TableReference>
83 template<
typename AllowedColumnsT = Aws::Vector<Aws::String>>
84 void SetAllowedColumns(AllowedColumnsT&& value) { m_allowedColumnsHasBeenSet =
true; m_allowedColumns = std::forward<AllowedColumnsT>(value); }
85 template<
typename AllowedColumnsT = Aws::Vector<Aws::String>>
87 template<
typename AllowedColumnsT = Aws::String>
112 template<
typename SelectedAnalysisMethodsT = Aws::Vector<SelectedAnalysisMethod>>
113 void SetSelectedAnalysisMethods(SelectedAnalysisMethodsT&& value) { m_selectedAnalysisMethodsHasBeenSet =
true; m_selectedAnalysisMethods = std::forward<SelectedAnalysisMethodsT>(value); }
114 template<
typename SelectedAnalysisMethodsT = Aws::Vector<SelectedAnalysisMethod>>
128 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
129 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
130 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
132 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
134 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
140 bool m_nameHasBeenSet =
false;
143 bool m_descriptionHasBeenSet =
false;
146 bool m_tableReferenceHasBeenSet =
false;
149 bool m_allowedColumnsHasBeenSet =
false;
152 bool m_analysisMethodHasBeenSet =
false;
155 bool m_selectedAnalysisMethodsHasBeenSet =
false;
158 bool m_tagsHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector