7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/IcebergSchema.h>
10#include <aws/glue/model/IcebergPartitionSpec.h>
11#include <aws/glue/model/IcebergSortOrder.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
52 template<
typename LocationT = Aws::String>
53 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
54 template<
typename LocationT = Aws::String>
65 template<
typename SchemaT = IcebergSchema>
66 void SetSchema(SchemaT&& value) { m_schemaHasBeenSet =
true; m_schema = std::forward<SchemaT>(value); }
67 template<
typename SchemaT = IcebergSchema>
78 template<
typename PartitionSpecT = IcebergPartitionSpec>
79 void SetPartitionSpec(PartitionSpecT&& value) { m_partitionSpecHasBeenSet =
true; m_partitionSpec = std::forward<PartitionSpecT>(value); }
80 template<
typename PartitionSpecT = IcebergPartitionSpec>
91 template<
typename WriteOrderT = IcebergSortOrder>
92 void SetWriteOrder(WriteOrderT&& value) { m_writeOrderHasBeenSet =
true; m_writeOrder = std::forward<WriteOrderT>(value); }
93 template<
typename WriteOrderT = IcebergSortOrder>
104 template<
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
105 void SetProperties(PropertiesT&& value) { m_propertiesHasBeenSet =
true; m_properties = std::forward<PropertiesT>(value); }
106 template<
typename PropertiesT = Aws::Map<Aws::String, Aws::String>>
108 template<
typename PropertiesKeyT = Aws::String,
typename PropertiesValueT = Aws::String>
110 m_propertiesHasBeenSet =
true; m_properties.emplace(std::forward<PropertiesKeyT>(key), std::forward<PropertiesValueT>(value));
return *
this;
116 bool m_locationHasBeenSet =
false;
119 bool m_schemaHasBeenSet =
false;
122 bool m_partitionSpecHasBeenSet =
false;
125 bool m_writeOrderHasBeenSet =
false;
128 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