AWS SDK for C++
AWS SDK for C++ Version 1.11.612
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-datazone
include
aws
datazone
model
IamPropertiesInput.h
1
6
#pragma once
7
#include <aws/datazone/DataZone_EXPORTS.h>
8
9
namespace
Aws
10
{
11
namespace
Utils
12
{
13
namespace
Json
14
{
15
class
JsonValue
;
16
class
JsonView;
17
}
// namespace Json
18
}
// namespace Utils
19
namespace
DataZone
20
{
21
namespace
Model
22
{
23
29
class
IamPropertiesInput
30
{
31
public
:
32
AWS_DATAZONE_API
IamPropertiesInput
() =
default
;
33
AWS_DATAZONE_API
IamPropertiesInput
(
Aws::Utils::Json::JsonView
jsonValue);
34
AWS_DATAZONE_API
IamPropertiesInput
&
operator=
(
Aws::Utils::Json::JsonView
jsonValue);
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
IamPropertiesInput
&
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::Model::IamPropertiesInput
Definition
IamPropertiesInput.h:30
Aws::DataZone::Model::IamPropertiesInput::IamPropertiesInput
AWS_DATAZONE_API IamPropertiesInput()=default
Aws::DataZone::Model::IamPropertiesInput::SetGlueLineageSyncEnabled
void SetGlueLineageSyncEnabled(bool value)
Definition
IamPropertiesInput.h:45
Aws::DataZone::Model::IamPropertiesInput::WithGlueLineageSyncEnabled
IamPropertiesInput & WithGlueLineageSyncEnabled(bool value)
Definition
IamPropertiesInput.h:46
Aws::DataZone::Model::IamPropertiesInput::IamPropertiesInput
AWS_DATAZONE_API IamPropertiesInput(Aws::Utils::Json::JsonView jsonValue)
Aws::DataZone::Model::IamPropertiesInput::GetGlueLineageSyncEnabled
bool GetGlueLineageSyncEnabled() const
Definition
IamPropertiesInput.h:43
Aws::DataZone::Model::IamPropertiesInput::operator=
AWS_DATAZONE_API IamPropertiesInput & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::DataZone::Model::IamPropertiesInput::GlueLineageSyncEnabledHasBeenSet
bool GlueLineageSyncEnabledHasBeenSet() const
Definition
IamPropertiesInput.h:44
Aws::DataZone::Model::IamPropertiesInput::Jsonize
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue
Aws::Utils::Json::JsonView
Aws
smithy::client::JsonValue
Aws::Utils::Json::JsonValue JsonValue
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences