7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eks/EKSRequest.h>
9#include <aws/eks/EKS_EXPORTS.h>
37 template <
typename ClusterNameT = Aws::String>
39 m_clusterNameHasBeenSet =
true;
40 m_clusterName = std::forward<ClusterNameT>(value);
42 template <
typename ClusterNameT = Aws::String>
55 template <
typename FargateProfileNameT = Aws::String>
57 m_fargateProfileNameHasBeenSet =
true;
58 m_fargateProfileName = std::forward<FargateProfileNameT>(value);
60 template <
typename FargateProfileNameT = Aws::String>
70 bool m_clusterNameHasBeenSet =
false;
71 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