7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/eks/EKSRequest.h>
11#include <aws/eks/EKS_EXPORTS.h>
12#include <aws/eks/model/EncryptionConfig.h>
40 template <
typename ClusterNameT = Aws::String>
42 m_clusterNameHasBeenSet =
true;
43 m_clusterName = std::forward<ClusterNameT>(value);
45 template <
typename ClusterNameT = Aws::String>
58 template <
typename EncryptionConfigT = Aws::Vector<EncryptionConfig>>
60 m_encryptionConfigHasBeenSet =
true;
61 m_encryptionConfig = std::forward<EncryptionConfigT>(value);
63 template <
typename EncryptionConfigT = Aws::Vector<EncryptionConfig>>
68 template <
typename EncryptionConfigT = EncryptionConfig>
70 m_encryptionConfigHasBeenSet =
true;
71 m_encryptionConfig.emplace_back(std::forward<EncryptionConfigT>(value));
83 template <
typename ClientRequestTokenT = Aws::String>
85 m_clientRequestTokenHasBeenSet =
true;
86 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
88 template <
typename ClientRequestTokenT = Aws::String>
100 bool m_clusterNameHasBeenSet =
false;
101 bool m_encryptionConfigHasBeenSet =
false;
102 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