7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename ClusterNameT = Aws::String>
50 void SetClusterName(ClusterNameT&& value) { m_clusterNameHasBeenSet =
true; m_clusterName = std::forward<ClusterNameT>(value); }
51 template<
typename ClusterNameT = Aws::String>
61 template<
typename NodegroupNameT = Aws::String>
62 void SetNodegroupName(NodegroupNameT&& value) { m_nodegroupNameHasBeenSet =
true; m_nodegroupName = std::forward<NodegroupNameT>(value); }
63 template<
typename NodegroupNameT = Aws::String>
73 template<
typename FargateProfileNameT = Aws::String>
74 void SetFargateProfileName(FargateProfileNameT&& value) { m_fargateProfileNameHasBeenSet =
true; m_fargateProfileName = std::forward<FargateProfileNameT>(value); }
75 template<
typename FargateProfileNameT = Aws::String>
85 template<
typename AddonNameT = Aws::String>
86 void SetAddonName(AddonNameT&& value) { m_addonNameHasBeenSet =
true; m_addonName = std::forward<AddonNameT>(value); }
87 template<
typename AddonNameT = Aws::String>
97 template<
typename SubscriptionIdT = Aws::String>
98 void SetSubscriptionId(SubscriptionIdT&& value) { m_subscriptionIdHasBeenSet =
true; m_subscriptionId = std::forward<SubscriptionIdT>(value); }
99 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;
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