AWS SDK for C++

AWS SDK for C++ Version 1.11.635

Loading...
Searching...
No Matches
CatalogPropertiesOutput.h
1
6#pragma once
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>
12#include <utility>
13
14namespace Aws
15{
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21 class JsonView;
22} // namespace Json
23} // namespace Utils
24namespace Glue
25{
26namespace Model
27{
28
36 {
37 public:
38 AWS_GLUE_API CatalogPropertiesOutput() = default;
42
43
45
50 inline const DataLakeAccessPropertiesOutput& GetDataLakeAccessProperties() const { return m_dataLakeAccessProperties; }
51 inline bool DataLakeAccessPropertiesHasBeenSet() const { return m_dataLakeAccessPropertiesHasBeenSet; }
52 template<typename DataLakeAccessPropertiesT = DataLakeAccessPropertiesOutput>
53 void SetDataLakeAccessProperties(DataLakeAccessPropertiesT&& value) { m_dataLakeAccessPropertiesHasBeenSet = true; m_dataLakeAccessProperties = std::forward<DataLakeAccessPropertiesT>(value); }
54 template<typename DataLakeAccessPropertiesT = DataLakeAccessPropertiesOutput>
55 CatalogPropertiesOutput& WithDataLakeAccessProperties(DataLakeAccessPropertiesT&& value) { SetDataLakeAccessProperties(std::forward<DataLakeAccessPropertiesT>(value)); return *this;}
57
59
64 inline const IcebergOptimizationPropertiesOutput& GetIcebergOptimizationProperties() const { return m_icebergOptimizationProperties; }
65 inline bool IcebergOptimizationPropertiesHasBeenSet() const { return m_icebergOptimizationPropertiesHasBeenSet; }
66 template<typename IcebergOptimizationPropertiesT = IcebergOptimizationPropertiesOutput>
67 void SetIcebergOptimizationProperties(IcebergOptimizationPropertiesT&& value) { m_icebergOptimizationPropertiesHasBeenSet = true; m_icebergOptimizationProperties = std::forward<IcebergOptimizationPropertiesT>(value); }
68 template<typename IcebergOptimizationPropertiesT = IcebergOptimizationPropertiesOutput>
69 CatalogPropertiesOutput& WithIcebergOptimizationProperties(IcebergOptimizationPropertiesT&& value) { SetIcebergOptimizationProperties(std::forward<IcebergOptimizationPropertiesT>(value)); return *this;}
71
73
77 inline const Aws::Map<Aws::String, Aws::String>& GetCustomProperties() const { return m_customProperties; }
78 inline bool CustomPropertiesHasBeenSet() const { return m_customPropertiesHasBeenSet; }
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>>
82 CatalogPropertiesOutput& WithCustomProperties(CustomPropertiesT&& value) { SetCustomProperties(std::forward<CustomPropertiesT>(value)); return *this;}
83 template<typename CustomPropertiesKeyT = Aws::String, typename CustomPropertiesValueT = Aws::String>
84 CatalogPropertiesOutput& AddCustomProperties(CustomPropertiesKeyT&& key, CustomPropertiesValueT&& value) {
85 m_customPropertiesHasBeenSet = true; m_customProperties.emplace(std::forward<CustomPropertiesKeyT>(key), std::forward<CustomPropertiesValueT>(value)); return *this;
86 }
88 private:
89
90 DataLakeAccessPropertiesOutput m_dataLakeAccessProperties;
91 bool m_dataLakeAccessPropertiesHasBeenSet = false;
92
93 IcebergOptimizationPropertiesOutput m_icebergOptimizationProperties;
94 bool m_icebergOptimizationPropertiesHasBeenSet = false;
95
96 Aws::Map<Aws::String, Aws::String> m_customProperties;
97 bool m_customPropertiesHasBeenSet = false;
98 };
99
100} // namespace Model
101} // namespace Glue
102} // namespace Aws
CatalogPropertiesOutput & WithCustomProperties(CustomPropertiesT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API CatalogPropertiesOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
CatalogPropertiesOutput & AddCustomProperties(CustomPropertiesKeyT &&key, CustomPropertiesValueT &&value)
AWS_GLUE_API CatalogPropertiesOutput(Aws::Utils::Json::JsonView jsonValue)
void SetDataLakeAccessProperties(DataLakeAccessPropertiesT &&value)
CatalogPropertiesOutput & WithIcebergOptimizationProperties(IcebergOptimizationPropertiesT &&value)
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)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
Aws::Utils::Json::JsonValue JsonValue