7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/athena/model/Column.h>
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
62 template<
typename CreateTimeT = Aws::Utils::DateTime>
63 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
64 template<
typename CreateTimeT = Aws::Utils::DateTime>
74 template<
typename LastAccessTimeT = Aws::Utils::DateTime>
75 void SetLastAccessTime(LastAccessTimeT&& value) { m_lastAccessTimeHasBeenSet =
true; m_lastAccessTime = std::forward<LastAccessTimeT>(value); }
76 template<
typename LastAccessTimeT = Aws::Utils::DateTime>
87 template<
typename TableTypeT = Aws::String>
88 void SetTableType(TableTypeT&& value) { m_tableTypeHasBeenSet =
true; m_tableType = std::forward<TableTypeT>(value); }
89 template<
typename TableTypeT = Aws::String>
99 template<
typename ColumnsT = Aws::Vector<Column>>
100 void SetColumns(ColumnsT&& value) { m_columnsHasBeenSet =
true; m_columns = std::forward<ColumnsT>(value); }
101 template<
typename ColumnsT = Aws::Vector<Column>>
103 template<
typename ColumnsT = Column>
104 TableMetadata&
AddColumns(ColumnsT&& value) { m_columnsHasBeenSet =
true; m_columns.emplace_back(std::forward<ColumnsT>(value));
return *
this; }
113 template<
typename PartitionKeysT = Aws::Vector<Column>>
114 void SetPartitionKeys(PartitionKeysT&& value) { m_partitionKeysHasBeenSet =
true; m_partitionKeys = std::forward<PartitionKeysT>(value); }
115 template<
typename PartitionKeysT = Aws::Vector<Column>>
117 template<
typename PartitionKeysT = Column>
118 TableMetadata&
AddPartitionKeys(PartitionKeysT&& value) { m_partitionKeysHasBeenSet =
true; m_partitionKeys.emplace_back(std::forward<PartitionKeysT>(value));
return *
this; }
127 template<
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
128 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
129 template<
typename ParametersT = Aws::Map<Aws::String, Aws::String>>
131 template<
typename ParametersKeyT = Aws::String,
typename ParametersValueT = Aws::String>
133 m_parametersHasBeenSet =
true; m_parameters.emplace(std::forward<ParametersKeyT>(key), std::forward<ParametersValueT>(value));
return *
this;
139 bool m_nameHasBeenSet =
false;
142 bool m_createTimeHasBeenSet =
false;
145 bool m_lastAccessTimeHasBeenSet =
false;
148 bool m_tableTypeHasBeenSet =
false;
151 bool m_columnsHasBeenSet =
false;
154 bool m_partitionKeysHasBeenSet =
false;
157 bool m_parametersHasBeenSet =
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
Aws::Utils::Json::JsonValue JsonValue