7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3tables/S3Tables_EXPORTS.h>
10#include <aws/s3tables/model/IcebergPartitionSpec.h>
11#include <aws/s3tables/model/IcebergSchema.h>
12#include <aws/s3tables/model/IcebergSortOrder.h>
45 template <
typename SchemaT = IcebergSchema>
47 m_schemaHasBeenSet =
true;
48 m_schema = std::forward<SchemaT>(value);
50 template <
typename SchemaT = IcebergSchema>
67 template <
typename PartitionSpecT = IcebergPartitionSpec>
69 m_partitionSpecHasBeenSet =
true;
70 m_partitionSpec = std::forward<PartitionSpecT>(value);
72 template <
typename PartitionSpecT = IcebergPartitionSpec>
87 template <
typename WriteOrderT = IcebergSortOrder>
89 m_writeOrderHasBeenSet =
true;
90 m_writeOrder = std::forward<WriteOrderT>(value);
92 template <
typename WriteOrderT = IcebergSortOrder>
105 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
107 m_propertiesHasBeenSet =
true;
108 m_properties = std::forward<PropertiesT>(value);
110 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
115 template <
typename PropertiesKeyT = Aws::String,
typename PropertiesValueT = Aws::String>
117 m_propertiesHasBeenSet =
true;
118 m_properties.emplace(std::forward<PropertiesKeyT>(key), std::forward<PropertiesValueT>(value));
130 bool m_schemaHasBeenSet =
false;
131 bool m_partitionSpecHasBeenSet =
false;
132 bool m_writeOrderHasBeenSet =
false;
133 bool m_propertiesHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue