AWS SDK for C++

AWS SDK for C++ Version 1.11.717

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