AWS SDK for C++

AWS SDK for C++ Version 1.11.761

Loading...
Searching...
No Matches
OrganizationEbsVolumesResult.h
1
6#pragma once
7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace GuardDuty {
17namespace Model {
18
27 public:
28 AWS_GUARDDUTY_API OrganizationEbsVolumesResult() = default;
31 AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const;
32
34
38 inline bool GetAutoEnable() const { return m_autoEnable; }
39 inline bool AutoEnableHasBeenSet() const { return m_autoEnableHasBeenSet; }
40 inline void SetAutoEnable(bool value) {
41 m_autoEnableHasBeenSet = true;
42 m_autoEnable = value;
43 }
45 SetAutoEnable(value);
46 return *this;
47 }
49 private:
50 bool m_autoEnable{false};
51 bool m_autoEnableHasBeenSet = false;
52};
53
54} // namespace Model
55} // namespace GuardDuty
56} // namespace Aws
AWS_GUARDDUTY_API OrganizationEbsVolumesResult(Aws::Utils::Json::JsonView jsonValue)
OrganizationEbsVolumesResult & WithAutoEnable(bool value)
AWS_GUARDDUTY_API OrganizationEbsVolumesResult & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GUARDDUTY_API OrganizationEbsVolumesResult()=default
Aws::Utils::Json::JsonValue JsonValue