7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/DataLakeAccessPropertiesOutput.h>
9#include <aws/glue/model/IcebergOptimizationPropertiesOutput.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
52 template<
typename DataLakeAccessPropertiesT = DataLakeAccessPropertiesOutput>
53 void SetDataLakeAccessProperties(DataLakeAccessPropertiesT&& value) { m_dataLakeAccessPropertiesHasBeenSet =
true; m_dataLakeAccessProperties = std::forward<DataLakeAccessPropertiesT>(value); }
54 template<
typename DataLakeAccessPropertiesT = DataLakeAccessPropertiesOutput>
66 template<
typename IcebergOptimizationPropertiesT = IcebergOptimizationPropertiesOutput>
67 void SetIcebergOptimizationProperties(IcebergOptimizationPropertiesT&& value) { m_icebergOptimizationPropertiesHasBeenSet =
true; m_icebergOptimizationProperties = std::forward<IcebergOptimizationPropertiesT>(value); }
68 template<
typename IcebergOptimizationPropertiesT = IcebergOptimizationPropertiesOutput>
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;
CatalogPropertiesOutput & WithCustomProperties(CustomPropertiesT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API CatalogPropertiesOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CustomPropertiesHasBeenSet() const
CatalogPropertiesOutput & AddCustomProperties(CustomPropertiesKeyT &&key, CustomPropertiesValueT &&value)
AWS_GLUE_API CatalogPropertiesOutput(Aws::Utils::Json::JsonView jsonValue)
void SetDataLakeAccessProperties(DataLakeAccessPropertiesT &&value)
CatalogPropertiesOutput & WithIcebergOptimizationProperties(IcebergOptimizationPropertiesT &&value)
bool IcebergOptimizationPropertiesHasBeenSet() const
const DataLakeAccessPropertiesOutput & GetDataLakeAccessProperties() const
CatalogPropertiesOutput & WithDataLakeAccessProperties(DataLakeAccessPropertiesT &&value)
void SetIcebergOptimizationProperties(IcebergOptimizationPropertiesT &&value)
AWS_GLUE_API CatalogPropertiesOutput()=default
const IcebergOptimizationPropertiesOutput & GetIcebergOptimizationProperties() const
const Aws::Map< Aws::String, Aws::String > & GetCustomProperties() const
void SetCustomProperties(CustomPropertiesT &&value)
bool DataLakeAccessPropertiesHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue