AWS SDK for C++

AWS SDK for C++ Version 1.11.795

Loading...
Searching...
No Matches
LakehousePropertiesPatch.h
1
6#pragma once
7#include <aws/datazone/DataZone_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace DataZone {
17namespace Model {
18
26 public:
27 AWS_DATAZONE_API LakehousePropertiesPatch() = default;
30 AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
37 inline bool GetGlueLineageSyncEnabled() const { return m_glueLineageSyncEnabled; }
38 inline bool GlueLineageSyncEnabledHasBeenSet() const { return m_glueLineageSyncEnabledHasBeenSet; }
39 inline void SetGlueLineageSyncEnabled(bool value) {
40 m_glueLineageSyncEnabledHasBeenSet = true;
41 m_glueLineageSyncEnabled = value;
42 }
45 return *this;
46 }
48 private:
49 bool m_glueLineageSyncEnabled{false};
50 bool m_glueLineageSyncEnabledHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace DataZone
55} // namespace Aws
AWS_DATAZONE_API LakehousePropertiesPatch()=default
AWS_DATAZONE_API LakehousePropertiesPatch & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAZONE_API LakehousePropertiesPatch(Aws::Utils::Json::JsonView jsonValue)
LakehousePropertiesPatch & WithGlueLineageSyncEnabled(bool value)
Aws::Utils::Json::JsonValue JsonValue