AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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#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
36 {
37 public:
38 AWS_EKS_API UpgradePolicyResponse() = default;
42
43
45
53 inline SupportType GetSupportType() const { return m_supportType; }
54 inline bool SupportTypeHasBeenSet() const { return m_supportTypeHasBeenSet; }
55 inline void SetSupportType(SupportType value) { m_supportTypeHasBeenSet = true; m_supportType = value; }
56 inline UpgradePolicyResponse& WithSupportType(SupportType value) { SetSupportType(value); return *this;}
58 private:
59
60 SupportType m_supportType{SupportType::NOT_SET};
61 bool m_supportTypeHasBeenSet = false;
62 };
63
64} // namespace Model
65} // namespace EKS
66} // 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