7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eks/EKS_EXPORTS.h>
43 template <
typename ClusterNameT = Aws::String>
45 m_clusterNameHasBeenSet =
true;
46 m_clusterName = std::forward<ClusterNameT>(value);
48 template <
typename ClusterNameT = Aws::String>
61 template <
typename NodegroupNameT = Aws::String>
63 m_nodegroupNameHasBeenSet =
true;
64 m_nodegroupName = std::forward<NodegroupNameT>(value);
66 template <
typename NodegroupNameT = Aws::String>
79 template <
typename FargateProfileNameT = Aws::String>
81 m_fargateProfileNameHasBeenSet =
true;
82 m_fargateProfileName = std::forward<FargateProfileNameT>(value);
84 template <
typename FargateProfileNameT = Aws::String>
97 template <
typename AddonNameT = Aws::String>
99 m_addonNameHasBeenSet =
true;
100 m_addonName = std::forward<AddonNameT>(value);
102 template <
typename AddonNameT = Aws::String>
115 template <
typename SubscriptionIdT = Aws::String>
117 m_subscriptionIdHasBeenSet =
true;
118 m_subscriptionId = std::forward<SubscriptionIdT>(value);
120 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;
AWS_EKS_API ResourceNotFoundException()=default
ResourceNotFoundException & WithClusterName(ClusterNameT &&value)
const Aws::String & GetMessage() const
bool SubscriptionIdHasBeenSet() const
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
bool AddonNameHasBeenSet() const
const Aws::String & GetNodegroupName() const
bool NodegroupNameHasBeenSet() const
ResourceNotFoundException & WithFargateProfileName(FargateProfileNameT &&value)
ResourceNotFoundException & WithSubscriptionId(SubscriptionIdT &&value)
bool MessageHasBeenSet() const
void SetMessage(MessageT &&value)
ResourceNotFoundException & WithMessage(MessageT &&value)
bool ClusterNameHasBeenSet() const
const Aws::String & GetAddonName() const
const Aws::String & GetFargateProfileName() const
void SetClusterName(ClusterNameT &&value)
AWS_EKS_API ResourceNotFoundException & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetNodegroupName(NodegroupNameT &&value)
void SetAddonName(AddonNameT &&value)
ResourceNotFoundException & WithAddonName(AddonNameT &&value)
void SetFargateProfileName(FargateProfileNameT &&value)
void SetSubscriptionId(SubscriptionIdT &&value)
bool FargateProfileNameHasBeenSet() const
AWS_EKS_API ResourceNotFoundException(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetClusterName() const
const Aws::String & GetSubscriptionId() const
ResourceNotFoundException & WithNodegroupName(NodegroupNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue