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>
52 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
91 inline void SetTableType(
const char* value) { m_tableTypeHasBeenSet =
true; m_tableType.assign(value); }
141 inline TableMetadata&
AddParameters(
const char* key,
const char* value) { m_parametersHasBeenSet =
true; m_parameters.emplace(key, value);
return *
this; }
146 bool m_nameHasBeenSet =
false;
149 bool m_createTimeHasBeenSet =
false;
152 bool m_lastAccessTimeHasBeenSet =
false;
155 bool m_tableTypeHasBeenSet =
false;
158 bool m_columnsHasBeenSet =
false;
161 bool m_partitionKeysHasBeenSet =
false;
164 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