AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
UpdateCapabilityConfiguration.h
1
6#pragma once
7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/eks/model/UpdateArgoCdConfig.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
29 public:
30 AWS_EKS_API UpdateCapabilityConfiguration() = default;
34
36
39 inline const UpdateArgoCdConfig& GetArgoCd() const { return m_argoCd; }
40 inline bool ArgoCdHasBeenSet() const { return m_argoCdHasBeenSet; }
41 template <typename ArgoCdT = UpdateArgoCdConfig>
42 void SetArgoCd(ArgoCdT&& value) {
43 m_argoCdHasBeenSet = true;
44 m_argoCd = std::forward<ArgoCdT>(value);
45 }
46 template <typename ArgoCdT = UpdateArgoCdConfig>
48 SetArgoCd(std::forward<ArgoCdT>(value));
49 return *this;
50 }
52 private:
53 UpdateArgoCdConfig m_argoCd;
54 bool m_argoCdHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace EKS
59} // namespace Aws
AWS_EKS_API UpdateCapabilityConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API UpdateCapabilityConfiguration(Aws::Utils::Json::JsonView jsonValue)
UpdateCapabilityConfiguration & WithArgoCd(ArgoCdT &&value)
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue