7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ClusterNameT = Aws::String>
48 void SetClusterName(ClusterNameT&& value) { m_clusterNameHasBeenSet =
true; m_clusterName = std::forward<ClusterNameT>(value); }
49 template<
typename ClusterNameT = Aws::String>
59 template<
typename NodegroupNameT = Aws::String>
60 void SetNodegroupName(NodegroupNameT&& value) { m_nodegroupNameHasBeenSet =
true; m_nodegroupName = std::forward<NodegroupNameT>(value); }
61 template<
typename NodegroupNameT = Aws::String>
71 template<
typename AddonNameT = Aws::String>
72 void SetAddonName(AddonNameT&& value) { m_addonNameHasBeenSet =
true; m_addonName = std::forward<AddonNameT>(value); }
73 template<
typename AddonNameT = Aws::String>
83 template<
typename SubscriptionIdT = Aws::String>
84 void SetSubscriptionId(SubscriptionIdT&& value) { m_subscriptionIdHasBeenSet =
true; m_subscriptionId = std::forward<SubscriptionIdT>(value); }
85 template<
typename SubscriptionIdT = Aws::String>
95 template<
typename MessageT = Aws::String>
96 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
97 template<
typename MessageT = Aws::String>
103 bool m_clusterNameHasBeenSet =
false;
106 bool m_nodegroupNameHasBeenSet =
false;
109 bool m_addonNameHasBeenSet =
false;
112 bool m_subscriptionIdHasBeenSet =
false;
115 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