7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/DataLakeAccessProperties.h>
9#include <aws/glue/model/IcebergOptimizationProperties.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename DataLakeAccessPropertiesT = DataLakeAccessProperties>
53 void SetDataLakeAccessProperties(DataLakeAccessPropertiesT&& value) { m_dataLakeAccessPropertiesHasBeenSet =
true; m_dataLakeAccessProperties = std::forward<DataLakeAccessPropertiesT>(value); }
54 template<
typename DataLakeAccessPropertiesT = DataLakeAccessProperties>
66 template<
typename IcebergOptimizationPropertiesT = IcebergOptimizationProperties>
67 void SetIcebergOptimizationProperties(IcebergOptimizationPropertiesT&& value) { m_icebergOptimizationPropertiesHasBeenSet =
true; m_icebergOptimizationProperties = std::forward<IcebergOptimizationPropertiesT>(value); }
68 template<
typename IcebergOptimizationPropertiesT = IcebergOptimizationProperties>
79 template<
typename CustomPropertiesT = Aws::Map<Aws::String, Aws::String>>
80 void SetCustomProperties(CustomPropertiesT&& value) { m_customPropertiesHasBeenSet =
true; m_customProperties = std::forward<CustomPropertiesT>(value); }
81 template<
typename CustomPropertiesT = Aws::Map<Aws::String, Aws::String>>
83 template<
typename CustomPropertiesKeyT = Aws::String,
typename CustomPropertiesValueT = Aws::String>
85 m_customPropertiesHasBeenSet =
true; m_customProperties.emplace(std::forward<CustomPropertiesKeyT>(key), std::forward<CustomPropertiesValueT>(value));
return *
this;
91 bool m_dataLakeAccessPropertiesHasBeenSet =
false;
94 bool m_icebergOptimizationPropertiesHasBeenSet =
false;
97 bool m_customPropertiesHasBeenSet =
false;
bool IcebergOptimizationPropertiesHasBeenSet() const
void SetIcebergOptimizationProperties(IcebergOptimizationPropertiesT &&value)
AWS_GLUE_API CatalogProperties()=default
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
CatalogProperties & WithDataLakeAccessProperties(DataLakeAccessPropertiesT &&value)
CatalogProperties & WithIcebergOptimizationProperties(IcebergOptimizationPropertiesT &&value)
const DataLakeAccessProperties & GetDataLakeAccessProperties() const
AWS_GLUE_API CatalogProperties(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetCustomProperties() const
AWS_GLUE_API CatalogProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDataLakeAccessProperties(DataLakeAccessPropertiesT &&value)
CatalogProperties & WithCustomProperties(CustomPropertiesT &&value)
bool DataLakeAccessPropertiesHasBeenSet() const
const IcebergOptimizationProperties & GetIcebergOptimizationProperties() const
void SetCustomProperties(CustomPropertiesT &&value)
CatalogProperties & AddCustomProperties(CustomPropertiesKeyT &&key, CustomPropertiesValueT &&value)
bool CustomPropertiesHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue