7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/DataLakeAccessProperties.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename DataLakeAccessPropertiesT = DataLakeAccessProperties>
52 void SetDataLakeAccessProperties(DataLakeAccessPropertiesT&& value) { m_dataLakeAccessPropertiesHasBeenSet =
true; m_dataLakeAccessProperties = std::forward<DataLakeAccessPropertiesT>(value); }
53 template<
typename DataLakeAccessPropertiesT = DataLakeAccessProperties>
64 template<
typename CustomPropertiesT = Aws::Map<Aws::String, Aws::String>>
65 void SetCustomProperties(CustomPropertiesT&& value) { m_customPropertiesHasBeenSet =
true; m_customProperties = std::forward<CustomPropertiesT>(value); }
66 template<
typename CustomPropertiesT = Aws::Map<Aws::String, Aws::String>>
68 template<
typename CustomPropertiesKeyT = Aws::String,
typename CustomPropertiesValueT = Aws::String>
70 m_customPropertiesHasBeenSet =
true; m_customProperties.emplace(std::forward<CustomPropertiesKeyT>(key), std::forward<CustomPropertiesValueT>(value));
return *
this;
76 bool m_dataLakeAccessPropertiesHasBeenSet =
false;
79 bool m_customPropertiesHasBeenSet =
false;
AWS_GLUE_API CatalogProperties()=default
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
CatalogProperties & WithDataLakeAccessProperties(DataLakeAccessPropertiesT &&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
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