7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/eks/EKSRequest.h>
10#include <aws/eks/EKS_EXPORTS.h>
38 template <
typename ClusterNameT = Aws::String>
40 m_clusterNameHasBeenSet =
true;
41 m_clusterName = std::forward<ClusterNameT>(value);
43 template <
typename ClusterNameT = Aws::String>
58 template <
typename CertificateAuthorityIdT = Aws::String>
60 m_certificateAuthorityIdHasBeenSet =
true;
61 m_certificateAuthorityId = std::forward<CertificateAuthorityIdT>(value);
63 template <
typename CertificateAuthorityIdT = Aws::String>
77 template <
typename ClientRequestTokenT = Aws::String>
79 m_clientRequestTokenHasBeenSet =
true;
80 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
82 template <
typename ClientRequestTokenT = Aws::String>
94 bool m_clusterNameHasBeenSet =
false;
95 bool m_certificateAuthorityIdHasBeenSet =
false;
96 bool m_clientRequestTokenHasBeenSet =
true;
const Aws::String & GetClientRequestToken() const
ActivateCertificateAuthorityRequest & WithCertificateAuthorityId(CertificateAuthorityIdT &&value)
bool CertificateAuthorityIdHasBeenSet() const
void SetClusterName(ClusterNameT &&value)
const Aws::String & GetCertificateAuthorityId() const
bool ClusterNameHasBeenSet() const
void SetClientRequestToken(ClientRequestTokenT &&value)
AWS_EKS_API ActivateCertificateAuthorityRequest()=default
const Aws::String & GetClusterName() const
bool ClientRequestTokenHasBeenSet() const
ActivateCertificateAuthorityRequest & WithClusterName(ClusterNameT &&value)
AWS_EKS_API Aws::String SerializePayload() const override
ActivateCertificateAuthorityRequest & WithClientRequestToken(ClientRequestTokenT &&value)
void SetCertificateAuthorityId(CertificateAuthorityIdT &&value)
virtual const char * GetServiceRequestName() const override
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String