AWS SDK for C++

AWS SDK for C++ Version 1.11.606

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#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace EKS
22{
23namespace Model
24{
25
38 {
39 public:
40 AWS_EKS_API UpgradePolicyRequest() = default;
44
45
47
55 inline SupportType GetSupportType() const { return m_supportType; }
56 inline bool SupportTypeHasBeenSet() const { return m_supportTypeHasBeenSet; }
57 inline void SetSupportType(SupportType value) { m_supportTypeHasBeenSet = true; m_supportType = value; }
58 inline UpgradePolicyRequest& WithSupportType(SupportType value) { SetSupportType(value); return *this;}
60 private:
61
62 SupportType m_supportType{SupportType::NOT_SET};
63 bool m_supportTypeHasBeenSet = false;
64 };
65
66} // namespace Model
67} // namespace EKS
68} // 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