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 IdT = Aws::String>
39 m_idHasBeenSet =
true;
40 m_id = std::forward<IdT>(value);
42 template <
typename IdT = Aws::String>
44 SetId(std::forward<IdT>(value));
50 bool m_idHasBeenSet =
false;
DeleteEksAnywhereSubscriptionRequest & WithId(IdT &&value)
AWS_EKS_API DeleteEksAnywhereSubscriptionRequest()=default
virtual const char * GetServiceRequestName() const override
bool IdHasBeenSet() const
const Aws::String & GetId() const
AWS_EKS_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String