7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/eks/EKSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename ClusterNameT = Aws::String>
42 void SetClusterName(ClusterNameT&& value) { m_clusterNameHasBeenSet =
true; m_clusterName = std::forward<ClusterNameT>(value); }
43 template<
typename ClusterNameT = Aws::String>
53 template<
typename FargateProfileNameT = Aws::String>
54 void SetFargateProfileName(FargateProfileNameT&& value) { m_fargateProfileNameHasBeenSet =
true; m_fargateProfileName = std::forward<FargateProfileNameT>(value); }
55 template<
typename FargateProfileNameT = Aws::String>
61 bool m_clusterNameHasBeenSet =
false;
64 bool m_fargateProfileNameHasBeenSet =
false;
const Aws::String & GetClusterName() const
bool FargateProfileNameHasBeenSet() const
void SetClusterName(ClusterNameT &&value)
virtual const char * GetServiceRequestName() const override
bool ClusterNameHasBeenSet() const
void SetFargateProfileName(FargateProfileNameT &&value)
const Aws::String & GetFargateProfileName() const
AWS_EKS_API DeleteFargateProfileRequest()=default
DeleteFargateProfileRequest & WithClusterName(ClusterNameT &&value)
DeleteFargateProfileRequest & WithFargateProfileName(FargateProfileNameT &&value)
AWS_EKS_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String