7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/IcebergPartitionSpec.h>
11#include <aws/glue/model/IcebergSchema.h>
12#include <aws/glue/model/IcebergSortOrder.h>
46 template <
typename LocationT = Aws::String>
48 m_locationHasBeenSet =
true;
49 m_location = std::forward<LocationT>(value);
51 template <
typename LocationT = Aws::String>
65 template <
typename SchemaT = IcebergSchema>
67 m_schemaHasBeenSet =
true;
68 m_schema = std::forward<SchemaT>(value);
70 template <
typename SchemaT = IcebergSchema>
84 template <
typename PartitionSpecT = IcebergPartitionSpec>
86 m_partitionSpecHasBeenSet =
true;
87 m_partitionSpec = std::forward<PartitionSpecT>(value);
89 template <
typename PartitionSpecT = IcebergPartitionSpec>
103 template <
typename WriteOrderT = IcebergSortOrder>
105 m_writeOrderHasBeenSet =
true;
106 m_writeOrder = std::forward<WriteOrderT>(value);
108 template <
typename WriteOrderT = IcebergSortOrder>
122 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
124 m_propertiesHasBeenSet =
true;
125 m_properties = std::forward<PropertiesT>(value);
127 template <
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
132 template <
typename PropertiesKeyT = Aws::String,
typename PropertiesValueT = Aws::String>
134 m_propertiesHasBeenSet =
true;
135 m_properties.emplace(std::forward<PropertiesKeyT>(key), std::forward<PropertiesValueT>(value));
149 bool m_locationHasBeenSet =
false;
150 bool m_schemaHasBeenSet =
false;
151 bool m_partitionSpecHasBeenSet =
false;
152 bool m_writeOrderHasBeenSet =
false;
153 bool m_propertiesHasBeenSet =
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
Aws::Utils::Json::JsonValue JsonValue