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/cleanrooms/model/SelectedAnalysisMethod.h>
46 template<
typename ConfiguredTableIdentifierT = Aws::String>
47 void SetConfiguredTableIdentifier(ConfiguredTableIdentifierT&& value) { m_configuredTableIdentifierHasBeenSet =
true; m_configuredTableIdentifier = std::forward<ConfiguredTableIdentifierT>(value); }
48 template<
typename ConfiguredTableIdentifierT = Aws::String>
58 template<
typename NameT = Aws::String>
59 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
60 template<
typename NameT = Aws::String>
70 template<
typename DescriptionT = Aws::String>
71 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
72 template<
typename DescriptionT = Aws::String>
80 template<
typename TableReferenceT = TableReference>
81 void SetTableReference(TableReferenceT&& value) { m_tableReferenceHasBeenSet =
true; m_tableReference = std::forward<TableReferenceT>(value); }
82 template<
typename TableReferenceT = TableReference>
93 template<
typename AllowedColumnsT = Aws::Vector<Aws::String>>
94 void SetAllowedColumns(AllowedColumnsT&& value) { m_allowedColumnsHasBeenSet =
true; m_allowedColumns = std::forward<AllowedColumnsT>(value); }
95 template<
typename AllowedColumnsT = Aws::Vector<Aws::String>>
97 template<
typename AllowedColumnsT = Aws::String>
121 template<
typename SelectedAnalysisMethodsT = Aws::Vector<SelectedAnalysisMethod>>
122 void SetSelectedAnalysisMethods(SelectedAnalysisMethodsT&& value) { m_selectedAnalysisMethodsHasBeenSet =
true; m_selectedAnalysisMethods = std::forward<SelectedAnalysisMethodsT>(value); }
123 template<
typename SelectedAnalysisMethodsT = Aws::Vector<SelectedAnalysisMethod>>
130 bool m_configuredTableIdentifierHasBeenSet =
false;
133 bool m_nameHasBeenSet =
false;
136 bool m_descriptionHasBeenSet =
false;
139 bool m_tableReferenceHasBeenSet =
false;
142 bool m_allowedColumnsHasBeenSet =
false;
145 bool m_analysisMethodHasBeenSet =
false;
148 bool m_selectedAnalysisMethodsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector