7#include <aws/cleanrooms/CleanRoomsRequest.h>
8#include <aws/cleanrooms/CleanRooms_EXPORTS.h>
9#include <aws/cleanrooms/model/AnalysisMethod.h>
10#include <aws/cleanrooms/model/SelectedAnalysisMethod.h>
11#include <aws/cleanrooms/model/TableReference.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename DescriptionT = Aws::String>
62 m_descriptionHasBeenSet =
true;
63 m_description = std::forward<DescriptionT>(value);
65 template <
typename DescriptionT = Aws::String>
78 template <
typename TableReferenceT = TableReference>
80 m_tableReferenceHasBeenSet =
true;
81 m_tableReference = std::forward<TableReferenceT>(value);
83 template <
typename TableReferenceT = TableReference>
97 template <
typename AllowedColumnsT = Aws::Vector<Aws::String>>
99 m_allowedColumnsHasBeenSet =
true;
100 m_allowedColumns = std::forward<AllowedColumnsT>(value);
102 template <
typename AllowedColumnsT = Aws::Vector<Aws::String>>
107 template <
typename AllowedColumnsT = Aws::String>
109 m_allowedColumnsHasBeenSet =
true;
110 m_allowedColumns.emplace_back(std::forward<AllowedColumnsT>(value));
126 m_analysisMethodHasBeenSet =
true;
127 m_analysisMethod = value;
142 template <
typename SelectedAnalysisMethodsT = Aws::Vector<SelectedAnalysisMethod>>
144 m_selectedAnalysisMethodsHasBeenSet =
true;
145 m_selectedAnalysisMethods = std::forward<SelectedAnalysisMethodsT>(value);
147 template <
typename SelectedAnalysisMethodsT = Aws::Vector<SelectedAnalysisMethod>>
153 m_selectedAnalysisMethodsHasBeenSet =
true;
154 m_selectedAnalysisMethods.push_back(value);
168 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
170 m_tagsHasBeenSet =
true;
171 m_tags = std::forward<TagsT>(value);
173 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
175 SetTags(std::forward<TagsT>(value));
178 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
180 m_tagsHasBeenSet =
true;
181 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
199 bool m_nameHasBeenSet =
false;
200 bool m_descriptionHasBeenSet =
false;
201 bool m_tableReferenceHasBeenSet =
false;
202 bool m_allowedColumnsHasBeenSet =
false;
203 bool m_analysisMethodHasBeenSet =
false;
204 bool m_selectedAnalysisMethodsHasBeenSet =
false;
205 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