AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
UpgradePolicyRequest.h
1
6#pragma once
7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/eks/model/SupportType.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
34 public:
35 AWS_EKS_API UpgradePolicyRequest() = default;
39
41
49 inline SupportType GetSupportType() const { return m_supportType; }
50 inline bool SupportTypeHasBeenSet() const { return m_supportTypeHasBeenSet; }
51 inline void SetSupportType(SupportType value) {
52 m_supportTypeHasBeenSet = true;
53 m_supportType = value;
54 }
56 SetSupportType(value);
57 return *this;
58 }
60 private:
61 SupportType m_supportType{SupportType::NOT_SET};
62 bool m_supportTypeHasBeenSet = false;
63};
64
65} // namespace Model
66} // namespace EKS
67} // namespace Aws
UpgradePolicyRequest & WithSupportType(SupportType value)
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EKS_API UpgradePolicyRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API UpgradePolicyRequest(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API UpgradePolicyRequest()=default
Aws::Utils::Json::JsonValue JsonValue