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>
11#include <aws/eks/model/ComputeConfigRequest.h>
12#include <aws/eks/model/ControlPlaneScalingConfig.h>
13#include <aws/eks/model/KubernetesNetworkConfigRequest.h>
14#include <aws/eks/model/Logging.h>
15#include <aws/eks/model/RemoteNetworkConfigRequest.h>
16#include <aws/eks/model/StorageConfigRequest.h>
17#include <aws/eks/model/UpdateAccessConfigRequest.h>
18#include <aws/eks/model/UpgradePolicyRequest.h>
19#include <aws/eks/model/VpcConfigRequest.h>
20#include <aws/eks/model/ZonalShiftConfigRequest.h>
48 template <
typename NameT = Aws::String>
50 m_nameHasBeenSet =
true;
51 m_name = std::forward<NameT>(value);
53 template <
typename NameT = Aws::String>
55 SetName(std::forward<NameT>(value));
64 template <
typename ResourcesVpcConfigT = VpcConfigRequest>
66 m_resourcesVpcConfigHasBeenSet =
true;
67 m_resourcesVpcConfig = std::forward<ResourcesVpcConfigT>(value);
69 template <
typename ResourcesVpcConfigT = VpcConfigRequest>
90 template <
typename LoggingT = Logging>
92 m_loggingHasBeenSet =
true;
93 m_logging = std::forward<LoggingT>(value);
95 template <
typename LoggingT = Logging>
109 template <
typename ClientRequestTokenT = Aws::String>
111 m_clientRequestTokenHasBeenSet =
true;
112 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
114 template <
typename ClientRequestTokenT = Aws::String>
127 template <
typename AccessConfigT = UpdateAccessConfigRequest>
129 m_accessConfigHasBeenSet =
true;
130 m_accessConfig = std::forward<AccessConfigT>(value);
132 template <
typename AccessConfigT = UpdateAccessConfigRequest>
147 template <
typename UpgradePolicyT = UpgradePolicyRequest>
149 m_upgradePolicyHasBeenSet =
true;
150 m_upgradePolicy = std::forward<UpgradePolicyT>(value);
152 template <
typename UpgradePolicyT = UpgradePolicyRequest>
180 template <
typename ZonalShiftConfigT = ZonalShiftConfigRequest>
182 m_zonalShiftConfigHasBeenSet =
true;
183 m_zonalShiftConfig = std::forward<ZonalShiftConfigT>(value);
185 template <
typename ZonalShiftConfigT = ZonalShiftConfigRequest>
199 template <
typename ComputeConfigT = ComputeConfigRequest>
201 m_computeConfigHasBeenSet =
true;
202 m_computeConfig = std::forward<ComputeConfigT>(value);
204 template <
typename ComputeConfigT = ComputeConfigRequest>
215 template <
typename KubernetesNetworkConfigT = KubernetesNetworkConfigRequest>
217 m_kubernetesNetworkConfigHasBeenSet =
true;
218 m_kubernetesNetworkConfig = std::forward<KubernetesNetworkConfigT>(value);
220 template <
typename KubernetesNetworkConfigT = KubernetesNetworkConfigRequest>
234 template <
typename StorageConfigT = StorageConfigRequest>
236 m_storageConfigHasBeenSet =
true;
237 m_storageConfig = std::forward<StorageConfigT>(value);
239 template <
typename StorageConfigT = StorageConfigRequest>
250 template <
typename RemoteNetworkConfigT = RemoteNetworkConfigRequest>
252 m_remoteNetworkConfigHasBeenSet =
true;
253 m_remoteNetworkConfig = std::forward<RemoteNetworkConfigT>(value);
255 template <
typename RemoteNetworkConfigT = RemoteNetworkConfigRequest>
272 m_deletionProtectionHasBeenSet =
true;
273 m_deletionProtection = value;
288 template <
typename ControlPlaneScalingConfigT = ControlPlaneScalingConfig>
290 m_controlPlaneScalingConfigHasBeenSet =
true;
291 m_controlPlaneScalingConfig = std::forward<ControlPlaneScalingConfigT>(value);
293 template <
typename ControlPlaneScalingConfigT = ControlPlaneScalingConfig>
308 UpdateAccessConfigRequest m_accessConfig;
310 UpgradePolicyRequest m_upgradePolicy;
312 ZonalShiftConfigRequest m_zonalShiftConfig;
314 ComputeConfigRequest m_computeConfig;
316 KubernetesNetworkConfigRequest m_kubernetesNetworkConfig;
318 StorageConfigRequest m_storageConfig;
320 RemoteNetworkConfigRequest m_remoteNetworkConfig;
322 bool m_deletionProtection{
false};
324 ControlPlaneScalingConfig m_controlPlaneScalingConfig;
325 bool m_nameHasBeenSet =
false;
326 bool m_resourcesVpcConfigHasBeenSet =
false;
327 bool m_loggingHasBeenSet =
false;
328 bool m_clientRequestTokenHasBeenSet =
true;
329 bool m_accessConfigHasBeenSet =
false;
330 bool m_upgradePolicyHasBeenSet =
false;
331 bool m_zonalShiftConfigHasBeenSet =
false;
332 bool m_computeConfigHasBeenSet =
false;
333 bool m_kubernetesNetworkConfigHasBeenSet =
false;
334 bool m_storageConfigHasBeenSet =
false;
335 bool m_remoteNetworkConfigHasBeenSet =
false;
336 bool m_deletionProtectionHasBeenSet =
false;
337 bool m_controlPlaneScalingConfigHasBeenSet =
false;
void SetResourcesVpcConfig(ResourcesVpcConfigT &&value)
bool ComputeConfigHasBeenSet() const
bool UpgradePolicyHasBeenSet() const
const ComputeConfigRequest & GetComputeConfig() const
void SetControlPlaneScalingConfig(ControlPlaneScalingConfigT &&value)
bool ClientRequestTokenHasBeenSet() const
void SetKubernetesNetworkConfig(KubernetesNetworkConfigT &&value)
bool ZonalShiftConfigHasBeenSet() const
AWS_EKS_API Aws::String SerializePayload() const override
UpdateClusterConfigRequest & WithResourcesVpcConfig(ResourcesVpcConfigT &&value)
bool RemoteNetworkConfigHasBeenSet() const
UpdateClusterConfigRequest & WithKubernetesNetworkConfig(KubernetesNetworkConfigT &&value)
UpdateClusterConfigRequest & WithDeletionProtection(bool value)
UpdateClusterConfigRequest & WithRemoteNetworkConfig(RemoteNetworkConfigT &&value)
const Aws::String & GetClientRequestToken() const
void SetAccessConfig(AccessConfigT &&value)
bool LoggingHasBeenSet() const
UpdateClusterConfigRequest & WithStorageConfig(StorageConfigT &&value)
void SetUpgradePolicy(UpgradePolicyT &&value)
bool StorageConfigHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetComputeConfig(ComputeConfigT &&value)
UpdateClusterConfigRequest & WithUpgradePolicy(UpgradePolicyT &&value)
bool NameHasBeenSet() const
UpdateClusterConfigRequest & WithAccessConfig(AccessConfigT &&value)
void SetLogging(LoggingT &&value)
UpdateClusterConfigRequest & WithName(NameT &&value)
void SetDeletionProtection(bool value)
void SetZonalShiftConfig(ZonalShiftConfigT &&value)
bool DeletionProtectionHasBeenSet() const
bool ResourcesVpcConfigHasBeenSet() const
AWS_EKS_API UpdateClusterConfigRequest()=default
void SetClientRequestToken(ClientRequestTokenT &&value)
void SetStorageConfig(StorageConfigT &&value)
void SetRemoteNetworkConfig(RemoteNetworkConfigT &&value)
bool AccessConfigHasBeenSet() const
UpdateClusterConfigRequest & WithComputeConfig(ComputeConfigT &&value)
bool ControlPlaneScalingConfigHasBeenSet() const
const RemoteNetworkConfigRequest & GetRemoteNetworkConfig() const
const UpdateAccessConfigRequest & GetAccessConfig() const
UpdateClusterConfigRequest & WithZonalShiftConfig(ZonalShiftConfigT &&value)
UpdateClusterConfigRequest & WithClientRequestToken(ClientRequestTokenT &&value)
UpdateClusterConfigRequest & WithLogging(LoggingT &&value)
const Aws::String & GetName() const
const ControlPlaneScalingConfig & GetControlPlaneScalingConfig() const
const ZonalShiftConfigRequest & GetZonalShiftConfig() const
const UpgradePolicyRequest & GetUpgradePolicy() const
void SetName(NameT &&value)
const StorageConfigRequest & GetStorageConfig() const
const KubernetesNetworkConfigRequest & GetKubernetesNetworkConfig() const
const Logging & GetLogging() const
bool KubernetesNetworkConfigHasBeenSet() const
bool GetDeletionProtection() const
UpdateClusterConfigRequest & WithControlPlaneScalingConfig(ControlPlaneScalingConfigT &&value)
const VpcConfigRequest & GetResourcesVpcConfig() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String