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));
68 template <
typename ResourcesVpcConfigT = VpcConfigRequest>
70 m_resourcesVpcConfigHasBeenSet =
true;
71 m_resourcesVpcConfig = std::forward<ResourcesVpcConfigT>(value);
73 template <
typename ResourcesVpcConfigT = VpcConfigRequest>
94 template <
typename LoggingT = Logging>
96 m_loggingHasBeenSet =
true;
97 m_logging = std::forward<LoggingT>(value);
99 template <
typename LoggingT = Logging>
113 template <
typename ClientRequestTokenT = Aws::String>
115 m_clientRequestTokenHasBeenSet =
true;
116 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
118 template <
typename ClientRequestTokenT = Aws::String>
131 template <
typename AccessConfigT = UpdateAccessConfigRequest>
133 m_accessConfigHasBeenSet =
true;
134 m_accessConfig = std::forward<AccessConfigT>(value);
136 template <
typename AccessConfigT = UpdateAccessConfigRequest>
151 template <
typename UpgradePolicyT = UpgradePolicyRequest>
153 m_upgradePolicyHasBeenSet =
true;
154 m_upgradePolicy = std::forward<UpgradePolicyT>(value);
156 template <
typename UpgradePolicyT = UpgradePolicyRequest>
184 template <
typename ZonalShiftConfigT = ZonalShiftConfigRequest>
186 m_zonalShiftConfigHasBeenSet =
true;
187 m_zonalShiftConfig = std::forward<ZonalShiftConfigT>(value);
189 template <
typename ZonalShiftConfigT = ZonalShiftConfigRequest>
203 template <
typename ComputeConfigT = ComputeConfigRequest>
205 m_computeConfigHasBeenSet =
true;
206 m_computeConfig = std::forward<ComputeConfigT>(value);
208 template <
typename ComputeConfigT = ComputeConfigRequest>
219 template <
typename KubernetesNetworkConfigT = KubernetesNetworkConfigRequest>
221 m_kubernetesNetworkConfigHasBeenSet =
true;
222 m_kubernetesNetworkConfig = std::forward<KubernetesNetworkConfigT>(value);
224 template <
typename KubernetesNetworkConfigT = KubernetesNetworkConfigRequest>
238 template <
typename StorageConfigT = StorageConfigRequest>
240 m_storageConfigHasBeenSet =
true;
241 m_storageConfig = std::forward<StorageConfigT>(value);
243 template <
typename StorageConfigT = StorageConfigRequest>
254 template <
typename RemoteNetworkConfigT = RemoteNetworkConfigRequest>
256 m_remoteNetworkConfigHasBeenSet =
true;
257 m_remoteNetworkConfig = std::forward<RemoteNetworkConfigT>(value);
259 template <
typename RemoteNetworkConfigT = RemoteNetworkConfigRequest>
276 m_deletionProtectionHasBeenSet =
true;
277 m_deletionProtection = value;
292 template <
typename ControlPlaneScalingConfigT = ControlPlaneScalingConfig>
294 m_controlPlaneScalingConfigHasBeenSet =
true;
295 m_controlPlaneScalingConfig = std::forward<ControlPlaneScalingConfigT>(value);
297 template <
typename ControlPlaneScalingConfigT = ControlPlaneScalingConfig>
312 UpdateAccessConfigRequest m_accessConfig;
314 UpgradePolicyRequest m_upgradePolicy;
316 ZonalShiftConfigRequest m_zonalShiftConfig;
318 ComputeConfigRequest m_computeConfig;
320 KubernetesNetworkConfigRequest m_kubernetesNetworkConfig;
322 StorageConfigRequest m_storageConfig;
324 RemoteNetworkConfigRequest m_remoteNetworkConfig;
326 bool m_deletionProtection{
false};
328 ControlPlaneScalingConfig m_controlPlaneScalingConfig;
329 bool m_nameHasBeenSet =
false;
330 bool m_resourcesVpcConfigHasBeenSet =
false;
331 bool m_loggingHasBeenSet =
false;
332 bool m_clientRequestTokenHasBeenSet =
true;
333 bool m_accessConfigHasBeenSet =
false;
334 bool m_upgradePolicyHasBeenSet =
false;
335 bool m_zonalShiftConfigHasBeenSet =
false;
336 bool m_computeConfigHasBeenSet =
false;
337 bool m_kubernetesNetworkConfigHasBeenSet =
false;
338 bool m_storageConfigHasBeenSet =
false;
339 bool m_remoteNetworkConfigHasBeenSet =
false;
340 bool m_deletionProtectionHasBeenSet =
false;
341 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