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 FargateProfileNameT = Aws::String>
79 m_fargateProfileNameHasBeenSet =
true;
80 m_fargateProfileName = std::forward<FargateProfileNameT>(value);
82 template <
typename FargateProfileNameT = Aws::String>
96 template <
typename AddonNameT = Aws::String>
98 m_addonNameHasBeenSet =
true;
99 m_addonName = std::forward<AddonNameT>(value);
101 template <
typename AddonNameT = Aws::String>
114 template <
typename SubscriptionIdT = Aws::String>
116 m_subscriptionIdHasBeenSet =
true;
117 m_subscriptionId = std::forward<SubscriptionIdT>(value);
119 template <
typename SubscriptionIdT = Aws::String>
133 template <
typename MessageT = Aws::String>
135 m_messageHasBeenSet =
true;
136 m_message = std::forward<MessageT>(value);
138 template <
typename MessageT = Aws::String>
156 bool m_clusterNameHasBeenSet =
false;
157 bool m_nodegroupNameHasBeenSet =
false;
158 bool m_fargateProfileNameHasBeenSet =
false;
159 bool m_addonNameHasBeenSet =
false;
160 bool m_subscriptionIdHasBeenSet =
false;
161 bool m_messageHasBeenSet =
false;
bool FargateProfileNameHasBeenSet() const
InvalidParameterException & WithNodegroupName(NodegroupNameT &&value)
void SetClusterName(ClusterNameT &&value)
bool AddonNameHasBeenSet() const
AWS_EKS_API InvalidParameterException()=default
bool NodegroupNameHasBeenSet() const
const Aws::String & GetNodegroupName() const
bool MessageHasBeenSet() const
const Aws::String & GetMessage() const
InvalidParameterException & WithFargateProfileName(FargateProfileNameT &&value)
void SetNodegroupName(NodegroupNameT &&value)
void SetSubscriptionId(SubscriptionIdT &&value)
const Aws::String & GetFargateProfileName() const
AWS_EKS_API InvalidParameterException(Aws::Utils::Json::JsonView jsonValue)
AWS_EKS_API InvalidParameterException & operator=(Aws::Utils::Json::JsonView jsonValue)
InvalidParameterException & WithClusterName(ClusterNameT &&value)
bool SubscriptionIdHasBeenSet() const
void SetFargateProfileName(FargateProfileNameT &&value)
void SetAddonName(AddonNameT &&value)
void SetMessage(MessageT &&value)
InvalidParameterException & WithMessage(MessageT &&value)
const Aws::String & GetClusterName() const
InvalidParameterException & WithAddonName(AddonNameT &&value)
bool ClusterNameHasBeenSet() const
InvalidParameterException & WithSubscriptionId(SubscriptionIdT &&value)
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetAddonName() const
const Aws::String & GetSubscriptionId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue