AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
ControlPlaneScalingConfig.h
1
6#pragma once
7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/eks/model/ProvisionedControlPlaneTier.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace EKS {
20namespace Model {
21
30 public:
31 AWS_EKS_API ControlPlaneScalingConfig() = default;
35
37
43 inline ProvisionedControlPlaneTier GetTier() const { return m_tier; }
44 inline bool TierHasBeenSet() const { return m_tierHasBeenSet; }
46 m_tierHasBeenSet = true;
47 m_tier = value;
48 }
50 SetTier(value);
51 return *this;
52 }
54 private:
56 bool m_tierHasBeenSet = false;
57};
58
59} // namespace Model
60} // namespace EKS
61} // namespace Aws
AWS_EKS_API ControlPlaneScalingConfig(Aws::Utils::Json::JsonView jsonValue)
ProvisionedControlPlaneTier GetTier() const
void SetTier(ProvisionedControlPlaneTier value)
AWS_EKS_API ControlPlaneScalingConfig()=default
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EKS_API ControlPlaneScalingConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
ControlPlaneScalingConfig & WithTier(ProvisionedControlPlaneTier value)
Aws::Utils::Json::JsonValue JsonValue