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/IcebergSchemaV2.h>
13#include <aws/s3tables/model/IcebergSortOrder.h>
49 template <
typename SchemaT = IcebergSchema>
51 m_schemaHasBeenSet =
true;
52 m_schema = std::forward<SchemaT>(value);
54 template <
typename SchemaT = IcebergSchema>
71 template <
typename SchemaV2T = IcebergSchemaV2>
73 m_schemaV2HasBeenSet =
true;
74 m_schemaV2 = std::forward<SchemaV2T>(value);
76 template <
typename SchemaV2T = IcebergSchemaV2>
93 template <
typename PartitionSpecT = IcebergPartitionSpec>
95 m_partitionSpecHasBeenSet =
true;
96 m_partitionSpec = std::forward<PartitionSpecT>(value);
98 template <
typename PartitionSpecT = IcebergPartitionSpec>
113 template <
typename WriteOrderT = IcebergSortOrder>
115 m_writeOrderHasBeenSet =
true;
116 m_writeOrder = std::forward<WriteOrderT>(value);
118 template <
typename WriteOrderT = IcebergSortOrder>
131 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
133 m_propertiesHasBeenSet =
true;
134 m_properties = std::forward<PropertiesT>(value);
136 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
141 template <
typename PropertiesKeyT = Aws::String,
typename PropertiesValueT = Aws::String>
143 m_propertiesHasBeenSet =
true;
144 m_properties.emplace(std::forward<PropertiesKeyT>(key), std::forward<PropertiesValueT>(value));
158 bool m_schemaHasBeenSet =
false;
159 bool m_schemaV2HasBeenSet =
false;
160 bool m_partitionSpecHasBeenSet =
false;
161 bool m_writeOrderHasBeenSet =
false;
162 bool m_propertiesHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue