7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/eks/EKSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/eks/model/EncryptionConfig.h>
13#include <aws/core/utils/UUID.h>
44 template<
typename ClusterNameT = Aws::String>
45 void SetClusterName(ClusterNameT&& value) { m_clusterNameHasBeenSet =
true; m_clusterName = std::forward<ClusterNameT>(value); }
46 template<
typename ClusterNameT = Aws::String>
56 template<
typename EncryptionConfigT = Aws::Vector<EncryptionConfig>>
57 void SetEncryptionConfig(EncryptionConfigT&& value) { m_encryptionConfigHasBeenSet =
true; m_encryptionConfig = std::forward<EncryptionConfigT>(value); }
58 template<
typename EncryptionConfigT = Aws::Vector<EncryptionConfig>>
60 template<
typename EncryptionConfigT = EncryptionConfig>
71 template<
typename ClientRequestTokenT = Aws::String>
72 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
73 template<
typename ClientRequestTokenT = Aws::String>
79 bool m_clusterNameHasBeenSet =
false;
82 bool m_encryptionConfigHasBeenSet =
false;
85 bool m_clientRequestTokenHasBeenSet =
true;
bool ClientRequestTokenHasBeenSet() const
AssociateEncryptionConfigRequest & WithClusterName(ClusterNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetEncryptionConfig(EncryptionConfigT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
const Aws::String & GetClusterName() const
AssociateEncryptionConfigRequest & WithEncryptionConfig(EncryptionConfigT &&value)
const Aws::Vector< EncryptionConfig > & GetEncryptionConfig() const
AssociateEncryptionConfigRequest & WithClientRequestToken(ClientRequestTokenT &&value)
const Aws::String & GetClientRequestToken() const
bool EncryptionConfigHasBeenSet() const
AssociateEncryptionConfigRequest & AddEncryptionConfig(EncryptionConfigT &&value)
AWS_EKS_API AssociateEncryptionConfigRequest()=default
AWS_EKS_API Aws::String SerializePayload() const override
void SetClusterName(ClusterNameT &&value)
bool ClusterNameHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector