AWS SDK for C++

AWS SDK for C++ Version 1.11.746

Loading...
Searching...
No Matches
IamPropertiesOutput.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace DataZone {
20namespace Model {
21
28 public:
29 AWS_DATAZONE_API IamPropertiesOutput() = default;
32 AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const;
33
35
38 inline const Aws::String& GetEnvironmentId() const { return m_environmentId; }
39 inline bool EnvironmentIdHasBeenSet() const { return m_environmentIdHasBeenSet; }
40 template <typename EnvironmentIdT = Aws::String>
41 void SetEnvironmentId(EnvironmentIdT&& value) {
42 m_environmentIdHasBeenSet = true;
43 m_environmentId = std::forward<EnvironmentIdT>(value);
44 }
45 template <typename EnvironmentIdT = Aws::String>
46 IamPropertiesOutput& WithEnvironmentId(EnvironmentIdT&& value) {
47 SetEnvironmentId(std::forward<EnvironmentIdT>(value));
48 return *this;
49 }
51
53
57 inline bool GetGlueLineageSyncEnabled() const { return m_glueLineageSyncEnabled; }
58 inline bool GlueLineageSyncEnabledHasBeenSet() const { return m_glueLineageSyncEnabledHasBeenSet; }
59 inline void SetGlueLineageSyncEnabled(bool value) {
60 m_glueLineageSyncEnabledHasBeenSet = true;
61 m_glueLineageSyncEnabled = value;
62 }
65 return *this;
66 }
68 private:
69 Aws::String m_environmentId;
70
71 bool m_glueLineageSyncEnabled{false};
72 bool m_environmentIdHasBeenSet = false;
73 bool m_glueLineageSyncEnabledHasBeenSet = false;
74};
75
76} // namespace Model
77} // namespace DataZone
78} // namespace Aws
void SetEnvironmentId(EnvironmentIdT &&value)
IamPropertiesOutput & WithEnvironmentId(EnvironmentIdT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
IamPropertiesOutput & WithGlueLineageSyncEnabled(bool value)
AWS_DATAZONE_API IamPropertiesOutput()=default
AWS_DATAZONE_API IamPropertiesOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API IamPropertiesOutput(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue