7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eks/EKS_EXPORTS.h>
41 template <
typename ClusterNameT = Aws::String>
43 m_clusterNameHasBeenSet =
true;
44 m_clusterName = std::forward<ClusterNameT>(value);
46 template <
typename ClusterNameT = Aws::String>
59 template <
typename NodegroupNameT = Aws::String>
61 m_nodegroupNameHasBeenSet =
true;
62 m_nodegroupName = std::forward<NodegroupNameT>(value);
64 template <
typename NodegroupNameT = Aws::String>
77 template <
typename AddonNameT = Aws::String>
79 m_addonNameHasBeenSet =
true;
80 m_addonName = std::forward<AddonNameT>(value);
82 template <
typename AddonNameT = Aws::String>
95 template <
typename SubscriptionIdT = Aws::String>
97 m_subscriptionIdHasBeenSet =
true;
98 m_subscriptionId = std::forward<SubscriptionIdT>(value);
100 template <
typename SubscriptionIdT = Aws::String>
113 template <
typename MessageT = Aws::String>
115 m_messageHasBeenSet =
true;
116 m_message = std::forward<MessageT>(value);
118 template <
typename MessageT = Aws::String>
134 bool m_clusterNameHasBeenSet =
false;
135 bool m_nodegroupNameHasBeenSet =
false;
136 bool m_addonNameHasBeenSet =
false;
137 bool m_subscriptionIdHasBeenSet =
false;
138 bool m_messageHasBeenSet =
false;
ServerException & WithSubscriptionId(SubscriptionIdT &&value)
bool AddonNameHasBeenSet() const
bool NodegroupNameHasBeenSet() const
const Aws::String & GetAddonName() const
void SetClusterName(ClusterNameT &&value)
const Aws::String & GetSubscriptionId() const
AWS_EKS_API ServerException & operator=(Aws::Utils::Json::JsonView jsonValue)
ServerException & WithNodegroupName(NodegroupNameT &&value)
const Aws::String & GetMessage() const
void SetNodegroupName(NodegroupNameT &&value)
bool ClusterNameHasBeenSet() const
ServerException & WithMessage(MessageT &&value)
void SetSubscriptionId(SubscriptionIdT &&value)
const Aws::String & GetNodegroupName() const
void SetMessage(MessageT &&value)
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetClusterName() const
AWS_EKS_API ServerException()=default
AWS_EKS_API ServerException(Aws::Utils::Json::JsonView jsonValue)
bool SubscriptionIdHasBeenSet() const
void SetAddonName(AddonNameT &&value)
ServerException & WithClusterName(ClusterNameT &&value)
bool MessageHasBeenSet() const
ServerException & WithAddonName(AddonNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue