7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/IcebergSchema.h>
9#include <aws/glue/model/IcebergPartitionSpec.h>
10#include <aws/glue/model/IcebergSortOrder.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
53 template<
typename SchemaT = IcebergSchema>
54 void SetSchema(SchemaT&& value) { m_schemaHasBeenSet =
true; m_schema = std::forward<SchemaT>(value); }
55 template<
typename SchemaT = IcebergSchema>
66 template<
typename PartitionSpecT = IcebergPartitionSpec>
67 void SetPartitionSpec(PartitionSpecT&& value) { m_partitionSpecHasBeenSet =
true; m_partitionSpec = std::forward<PartitionSpecT>(value); }
68 template<
typename PartitionSpecT = IcebergPartitionSpec>
79 template<
typename SortOrderT = IcebergSortOrder>
80 void SetSortOrder(SortOrderT&& value) { m_sortOrderHasBeenSet =
true; m_sortOrder = std::forward<SortOrderT>(value); }
81 template<
typename SortOrderT = IcebergSortOrder>
91 template<
typename LocationT = Aws::String>
92 void SetLocation(LocationT&& value) { m_locationHasBeenSet =
true; m_location = std::forward<LocationT>(value); }
93 template<
typename LocationT = Aws::String>
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_schemaHasBeenSet =
false;
119 bool m_partitionSpecHasBeenSet =
false;
122 bool m_sortOrderHasBeenSet =
false;
125 bool m_locationHasBeenSet =
false;
128 bool m_propertiesHasBeenSet =
false;
AWS_GLUE_API IcebergTableUpdate()=default
void SetSortOrder(SortOrderT &&value)
IcebergTableUpdate & WithProperties(PropertiesT &&value)
IcebergTableUpdate & WithSchema(SchemaT &&value)
const IcebergSortOrder & GetSortOrder() const
void SetPartitionSpec(PartitionSpecT &&value)
const Aws::String & GetLocation() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
IcebergTableUpdate & WithSortOrder(SortOrderT &&value)
AWS_GLUE_API IcebergTableUpdate(Aws::Utils::Json::JsonView jsonValue)
IcebergTableUpdate & WithPartitionSpec(PartitionSpecT &&value)
void SetSchema(SchemaT &&value)
const IcebergSchema & GetSchema() const
void SetLocation(LocationT &&value)
const IcebergPartitionSpec & GetPartitionSpec() const
IcebergTableUpdate & WithLocation(LocationT &&value)
void SetProperties(PropertiesT &&value)
bool LocationHasBeenSet() const
bool PropertiesHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetProperties() const
bool SchemaHasBeenSet() const
AWS_GLUE_API IcebergTableUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SortOrderHasBeenSet() const
IcebergTableUpdate & AddProperties(PropertiesKeyT &&key, PropertiesValueT &&value)
bool PartitionSpecHasBeenSet() const
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