7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/ColumnSemanticProperty.h>
43 template <
typename ColumnNamesT = Aws::Vector<Aws::String>>
45 m_columnNamesHasBeenSet =
true;
46 m_columnNames = std::forward<ColumnNamesT>(value);
48 template <
typename ColumnNamesT = Aws::Vector<Aws::String>>
53 template <
typename ColumnNamesT = Aws::String>
55 m_columnNamesHasBeenSet =
true;
56 m_columnNames.emplace_back(std::forward<ColumnNamesT>(value));
67 template <
typename ColumnPropertiesT = Aws::Vector<ColumnSemanticProperty>>
69 m_columnPropertiesHasBeenSet =
true;
70 m_columnProperties = std::forward<ColumnPropertiesT>(value);
72 template <
typename ColumnPropertiesT = Aws::Vector<ColumnSemanticProperty>>
77 template <
typename ColumnPropertiesT = ColumnSemanticProperty>
79 m_columnPropertiesHasBeenSet =
true;
80 m_columnProperties.emplace_back(std::forward<ColumnPropertiesT>(value));
88 bool m_columnNamesHasBeenSet =
false;
89 bool m_columnPropertiesHasBeenSet =
false;
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue