AWS SDK for C++

AWS SDK for C++ Version 1.11.744

Loading...
Searching...
No Matches
IamPropertiesInput.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
25 public:
26 AWS_DATAZONE_API IamPropertiesInput() = default;
29 AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
36 inline bool GetGlueLineageSyncEnabled() const { return m_glueLineageSyncEnabled; }
37 inline bool GlueLineageSyncEnabledHasBeenSet() const { return m_glueLineageSyncEnabledHasBeenSet; }
38 inline void SetGlueLineageSyncEnabled(bool value) {
39 m_glueLineageSyncEnabledHasBeenSet = true;
40 m_glueLineageSyncEnabled = value;
41 }
44 return *this;
45 }
47 private:
48 bool m_glueLineageSyncEnabled{false};
49 bool m_glueLineageSyncEnabledHasBeenSet = false;
50};
51
52} // namespace Model
53} // namespace DataZone
54} // namespace Aws
AWS_DATAZONE_API IamPropertiesInput()=default
IamPropertiesInput & WithGlueLineageSyncEnabled(bool value)
AWS_DATAZONE_API IamPropertiesInput(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API IamPropertiesInput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue