AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
OrganizationAdditionalConfiguration.h
1
6#pragma once
7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8#include <aws/guardduty/model/OrgFeatureAdditionalConfiguration.h>
9#include <aws/guardduty/model/OrgFeatureStatus.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace GuardDuty
23{
24namespace Model
25{
26
35 {
36 public:
37 AWS_GUARDDUTY_API OrganizationAdditionalConfiguration() = default;
40 AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
49 inline OrgFeatureAdditionalConfiguration GetName() const { return m_name; }
50 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
51 inline void SetName(OrgFeatureAdditionalConfiguration value) { m_nameHasBeenSet = true; m_name = value; }
54
56
72 inline OrgFeatureStatus GetAutoEnable() const { return m_autoEnable; }
73 inline bool AutoEnableHasBeenSet() const { return m_autoEnableHasBeenSet; }
74 inline void SetAutoEnable(OrgFeatureStatus value) { m_autoEnableHasBeenSet = true; m_autoEnable = value; }
77 private:
78
80 bool m_nameHasBeenSet = false;
81
83 bool m_autoEnableHasBeenSet = false;
84 };
85
86} // namespace Model
87} // namespace GuardDuty
88} // namespace Aws
AWS_GUARDDUTY_API OrganizationAdditionalConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API OrganizationAdditionalConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
OrganizationAdditionalConfiguration & WithAutoEnable(OrgFeatureStatus value)
OrganizationAdditionalConfiguration & WithName(OrgFeatureAdditionalConfiguration value)
Aws::Utils::Json::JsonValue JsonValue