AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
BooleanConfigurationOptions.h
1
6#pragma once
7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace SecurityHub {
17namespace Model {
18
27 public:
28 AWS_SECURITYHUB_API BooleanConfigurationOptions() = default;
31 AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const;
32
34
37 inline bool GetDefaultValue() const { return m_defaultValue; }
38 inline bool DefaultValueHasBeenSet() const { return m_defaultValueHasBeenSet; }
39 inline void SetDefaultValue(bool value) {
40 m_defaultValueHasBeenSet = true;
41 m_defaultValue = value;
42 }
44 SetDefaultValue(value);
45 return *this;
46 }
48 private:
49 bool m_defaultValue{false};
50 bool m_defaultValueHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace SecurityHub
55} // namespace Aws
AWS_SECURITYHUB_API BooleanConfigurationOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API BooleanConfigurationOptions()=default
BooleanConfigurationOptions & WithDefaultValue(bool value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API BooleanConfigurationOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue