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 FargateProfileNameT = Aws::String>
72 void SetFargateProfileName(FargateProfileNameT&& value) { m_fargateProfileNameHasBeenSet =
true; m_fargateProfileName = std::forward<FargateProfileNameT>(value); }
73 template<
typename FargateProfileNameT = Aws::String>
84 template<
typename AddonNameT = Aws::String>
85 void SetAddonName(AddonNameT&& value) { m_addonNameHasBeenSet =
true; m_addonName = std::forward<AddonNameT>(value); }
86 template<
typename AddonNameT = Aws::String>
96 template<
typename SubscriptionIdT = Aws::String>
97 void SetSubscriptionId(SubscriptionIdT&& value) { m_subscriptionIdHasBeenSet =
true; m_subscriptionId = std::forward<SubscriptionIdT>(value); }
98 template<
typename SubscriptionIdT = Aws::String>
109 template<
typename MessageT = Aws::String>
110 void SetMessage(MessageT&& value) { m_messageHasBeenSet =
true; m_message = std::forward<MessageT>(value); }
111 template<
typename MessageT = Aws::String>
117 bool m_clusterNameHasBeenSet =
false;
120 bool m_nodegroupNameHasBeenSet =
false;
123 bool m_fargateProfileNameHasBeenSet =
false;
126 bool m_addonNameHasBeenSet =
false;
129 bool m_subscriptionIdHasBeenSet =
false;
132 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