7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eks/EKS_EXPORTS.h>
44 template <
typename ClusterNameT = Aws::String>
46 m_clusterNameHasBeenSet =
true;
47 m_clusterName = std::forward<ClusterNameT>(value);
49 template <
typename ClusterNameT = Aws::String>
62 template <
typename NodegroupNameT = Aws::String>
64 m_nodegroupNameHasBeenSet =
true;
65 m_nodegroupName = std::forward<NodegroupNameT>(value);
67 template <
typename NodegroupNameT = Aws::String>
80 template <
typename AddonNameT = Aws::String>
82 m_addonNameHasBeenSet =
true;
83 m_addonName = std::forward<AddonNameT>(value);
85 template <
typename AddonNameT = Aws::String>
98 template <
typename SubscriptionIdT = Aws::String>
100 m_subscriptionIdHasBeenSet =
true;
101 m_subscriptionId = std::forward<SubscriptionIdT>(value);
103 template <
typename SubscriptionIdT = Aws::String>
120 template <
typename MessageT = Aws::String>
122 m_messageHasBeenSet =
true;
123 m_message = std::forward<MessageT>(value);
125 template <
typename MessageT = Aws::String>
141 bool m_clusterNameHasBeenSet =
false;
142 bool m_nodegroupNameHasBeenSet =
false;
143 bool m_addonNameHasBeenSet =
false;
144 bool m_subscriptionIdHasBeenSet =
false;
145 bool m_messageHasBeenSet =
false;
AWS_EKS_API ClientException()=default
bool NodegroupNameHasBeenSet() const
ClientException & WithClusterName(ClusterNameT &&value)
void SetNodegroupName(NodegroupNameT &&value)
const Aws::String & GetMessage() const
const Aws::String & GetAddonName() const
bool ClusterNameHasBeenSet() const
AWS_EKS_API ClientException(Aws::Utils::Json::JsonView jsonValue)
ClientException & WithAddonName(AddonNameT &&value)
const Aws::String & GetSubscriptionId() const
void SetSubscriptionId(SubscriptionIdT &&value)
const Aws::String & GetNodegroupName() const
void SetClusterName(ClusterNameT &&value)
void SetMessage(MessageT &&value)
void SetAddonName(AddonNameT &&value)
AWS_EKS_API ClientException & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetClusterName() const
ClientException & WithSubscriptionId(SubscriptionIdT &&value)
bool SubscriptionIdHasBeenSet() const
ClientException & WithNodegroupName(NodegroupNameT &&value)
bool AddonNameHasBeenSet() const
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
bool MessageHasBeenSet() const
ClientException & WithMessage(MessageT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue