AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
BlockStorage.h
1
6#pragma once
7#include <aws/eks/EKS_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace EKS
20{
21namespace Model
22{
23
35 {
36 public:
37 AWS_EKS_API BlockStorage() = default;
41
42
44
49 inline bool GetEnabled() const { return m_enabled; }
50 inline bool EnabledHasBeenSet() const { return m_enabledHasBeenSet; }
51 inline void SetEnabled(bool value) { m_enabledHasBeenSet = true; m_enabled = value; }
52 inline BlockStorage& WithEnabled(bool value) { SetEnabled(value); return *this;}
54 private:
55
56 bool m_enabled{false};
57 bool m_enabledHasBeenSet = false;
58 };
59
60} // namespace Model
61} // namespace EKS
62} // namespace Aws
AWS_EKS_API BlockStorage & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
BlockStorage & WithEnabled(bool value)
AWS_EKS_API BlockStorage()=default
AWS_EKS_API BlockStorage(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue