AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
UpgradePolicyResponse.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
32 public:
33 AWS_EKS_API UpgradePolicyResponse() = default;
37
39
47 inline SupportType GetSupportType() const { return m_supportType; }
48 inline bool SupportTypeHasBeenSet() const { return m_supportTypeHasBeenSet; }
49 inline void SetSupportType(SupportType value) {
50 m_supportTypeHasBeenSet = true;
51 m_supportType = value;
52 }
54 SetSupportType(value);
55 return *this;
56 }
58 private:
59 SupportType m_supportType{SupportType::NOT_SET};
60 bool m_supportTypeHasBeenSet = false;
61};
62
63} // namespace Model
64} // namespace EKS
65} // namespace Aws
UpgradePolicyResponse & WithSupportType(SupportType value)
AWS_EKS_API UpgradePolicyResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API UpgradePolicyResponse(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API UpgradePolicyResponse()=default
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue