AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
MacSystemIntegrityProtectionConfiguration.h
1
6#pragma once
7#include <aws/ec2/EC2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/ec2/model/MacSystemIntegrityProtectionSettingStatus.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Xml
17{
18 class XmlNode;
19} // namespace Xml
20} // namespace Utils
21namespace EC2
22{
23namespace Model
24{
25
33 {
34 public:
38
39 AWS_EC2_API void OutputToStream(Aws::OStream& ostream, const char* location, unsigned index, const char* locationValue) const;
40 AWS_EC2_API void OutputToStream(Aws::OStream& oStream, const char* location) const;
41
42
44
47 inline MacSystemIntegrityProtectionSettingStatus GetAppleInternal() const { return m_appleInternal; }
48 inline bool AppleInternalHasBeenSet() const { return m_appleInternalHasBeenSet; }
49 inline void SetAppleInternal(MacSystemIntegrityProtectionSettingStatus value) { m_appleInternalHasBeenSet = true; m_appleInternal = value; }
52
54
57 inline MacSystemIntegrityProtectionSettingStatus GetBaseSystem() const { return m_baseSystem; }
58 inline bool BaseSystemHasBeenSet() const { return m_baseSystemHasBeenSet; }
59 inline void SetBaseSystem(MacSystemIntegrityProtectionSettingStatus value) { m_baseSystemHasBeenSet = true; m_baseSystem = value; }
62
64
68 inline MacSystemIntegrityProtectionSettingStatus GetDebuggingRestrictions() const { return m_debuggingRestrictions; }
69 inline bool DebuggingRestrictionsHasBeenSet() const { return m_debuggingRestrictionsHasBeenSet; }
70 inline void SetDebuggingRestrictions(MacSystemIntegrityProtectionSettingStatus value) { m_debuggingRestrictionsHasBeenSet = true; m_debuggingRestrictions = value; }
73
75
79 inline MacSystemIntegrityProtectionSettingStatus GetDTraceRestrictions() const { return m_dTraceRestrictions; }
80 inline bool DTraceRestrictionsHasBeenSet() const { return m_dTraceRestrictionsHasBeenSet; }
81 inline void SetDTraceRestrictions(MacSystemIntegrityProtectionSettingStatus value) { m_dTraceRestrictionsHasBeenSet = true; m_dTraceRestrictions = value; }
84
86
90 inline MacSystemIntegrityProtectionSettingStatus GetFilesystemProtections() const { return m_filesystemProtections; }
91 inline bool FilesystemProtectionsHasBeenSet() const { return m_filesystemProtectionsHasBeenSet; }
92 inline void SetFilesystemProtections(MacSystemIntegrityProtectionSettingStatus value) { m_filesystemProtectionsHasBeenSet = true; m_filesystemProtections = value; }
95
97
100 inline MacSystemIntegrityProtectionSettingStatus GetKextSigning() const { return m_kextSigning; }
101 inline bool KextSigningHasBeenSet() const { return m_kextSigningHasBeenSet; }
102 inline void SetKextSigning(MacSystemIntegrityProtectionSettingStatus value) { m_kextSigningHasBeenSet = true; m_kextSigning = value; }
105
107
110 inline MacSystemIntegrityProtectionSettingStatus GetNvramProtections() const { return m_nvramProtections; }
111 inline bool NvramProtectionsHasBeenSet() const { return m_nvramProtectionsHasBeenSet; }
112 inline void SetNvramProtections(MacSystemIntegrityProtectionSettingStatus value) { m_nvramProtectionsHasBeenSet = true; m_nvramProtections = value; }
115
117
120 inline MacSystemIntegrityProtectionSettingStatus GetStatus() const { return m_status; }
121 inline bool StatusHasBeenSet() const { return m_statusHasBeenSet; }
122 inline void SetStatus(MacSystemIntegrityProtectionSettingStatus value) { m_statusHasBeenSet = true; m_status = value; }
125 private:
126
128 bool m_appleInternalHasBeenSet = false;
129
131 bool m_baseSystemHasBeenSet = false;
132
134 bool m_debuggingRestrictionsHasBeenSet = false;
135
137 bool m_dTraceRestrictionsHasBeenSet = false;
138
140 bool m_filesystemProtectionsHasBeenSet = false;
141
143 bool m_kextSigningHasBeenSet = false;
144
146 bool m_nvramProtectionsHasBeenSet = false;
147
149 bool m_statusHasBeenSet = false;
150 };
151
152} // namespace Model
153} // namespace EC2
154} // namespace Aws
MacSystemIntegrityProtectionConfiguration & WithKextSigning(MacSystemIntegrityProtectionSettingStatus value)
AWS_EC2_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
MacSystemIntegrityProtectionConfiguration & WithDebuggingRestrictions(MacSystemIntegrityProtectionSettingStatus value)
AWS_EC2_API MacSystemIntegrityProtectionConfiguration & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
MacSystemIntegrityProtectionConfiguration & WithFilesystemProtections(MacSystemIntegrityProtectionSettingStatus value)
MacSystemIntegrityProtectionConfiguration & WithDTraceRestrictions(MacSystemIntegrityProtectionSettingStatus value)
void SetDTraceRestrictions(MacSystemIntegrityProtectionSettingStatus value)
AWS_EC2_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_EC2_API MacSystemIntegrityProtectionConfiguration(const Aws::Utils::Xml::XmlNode &xmlNode)
MacSystemIntegrityProtectionConfiguration & WithAppleInternal(MacSystemIntegrityProtectionSettingStatus value)
MacSystemIntegrityProtectionConfiguration & WithNvramProtections(MacSystemIntegrityProtectionSettingStatus value)
void SetDebuggingRestrictions(MacSystemIntegrityProtectionSettingStatus value)
MacSystemIntegrityProtectionConfiguration & WithStatus(MacSystemIntegrityProtectionSettingStatus value)
void SetFilesystemProtections(MacSystemIntegrityProtectionSettingStatus value)
void SetNvramProtections(MacSystemIntegrityProtectionSettingStatus value)
MacSystemIntegrityProtectionConfiguration & WithBaseSystem(MacSystemIntegrityProtectionSettingStatus value)
std::basic_ostream< char, std::char_traits< char > > OStream