AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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