7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/model/ClusterOrchestratorEksConfig.h>
9#include <aws/sagemaker/model/ClusterOrchestratorSlurmConfig.h>
43 template <
typename EksT = ClusterOrchestratorEksConfig>
45 m_eksHasBeenSet =
true;
46 m_eks = std::forward<EksT>(value);
48 template <
typename EksT = ClusterOrchestratorEksConfig>
50 SetEks(std::forward<EksT>(value));
61 template <
typename SlurmT = ClusterOrchestratorSlurmConfig>
63 m_slurmHasBeenSet =
true;
64 m_slurm = std::forward<SlurmT>(value);
66 template <
typename SlurmT = ClusterOrchestratorSlurmConfig>
68 SetSlurm(std::forward<SlurmT>(value));
76 bool m_eksHasBeenSet =
false;
77 bool m_slurmHasBeenSet =
false;
AWS_SAGEMAKER_API ClusterOrchestrator()=default
ClusterOrchestrator & WithEks(EksT &&value)
ClusterOrchestrator & WithSlurm(SlurmT &&value)
const ClusterOrchestratorSlurmConfig & GetSlurm() const
AWS_SAGEMAKER_API ClusterOrchestrator(Aws::Utils::Json::JsonView jsonValue)
AWS_SAGEMAKER_API ClusterOrchestrator & operator=(Aws::Utils::Json::JsonView jsonValue)
const ClusterOrchestratorEksConfig & GetEks() const
AWS_SAGEMAKER_API Aws::Utils::Json::JsonValue Jsonize() const
bool SlurmHasBeenSet() const
void SetEks(EksT &&value)
bool EksHasBeenSet() const
void SetSlurm(SlurmT &&value)
Aws::Utils::Json::JsonValue JsonValue