7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/sagemaker/model/SchedulerConfig.h>
44 template<
typename ClusterSchedulerConfigIdT = Aws::String>
45 void SetClusterSchedulerConfigId(ClusterSchedulerConfigIdT&& value) { m_clusterSchedulerConfigIdHasBeenSet =
true; m_clusterSchedulerConfigId = std::forward<ClusterSchedulerConfigIdT>(value); }
46 template<
typename ClusterSchedulerConfigIdT = Aws::String>
56 inline void SetTargetVersion(
int value) { m_targetVersionHasBeenSet =
true; m_targetVersion = value; }
66 template<
typename SchedulerConfigT = SchedulerConfig>
67 void SetSchedulerConfig(SchedulerConfigT&& value) { m_schedulerConfigHasBeenSet =
true; m_schedulerConfig = std::forward<SchedulerConfigT>(value); }
68 template<
typename SchedulerConfigT = SchedulerConfig>
78 template<
typename DescriptionT = Aws::String>
79 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
80 template<
typename DescriptionT = Aws::String>
86 bool m_clusterSchedulerConfigIdHasBeenSet =
false;
88 int m_targetVersion{0};
89 bool m_targetVersionHasBeenSet =
false;
91 SchedulerConfig m_schedulerConfig;
92 bool m_schedulerConfigHasBeenSet =
false;
95 bool m_descriptionHasBeenSet =
false;
const SchedulerConfig & GetSchedulerConfig() const
int GetTargetVersion() const
void SetDescription(DescriptionT &&value)
bool ClusterSchedulerConfigIdHasBeenSet() const
bool TargetVersionHasBeenSet() const
void SetTargetVersion(int value)
UpdateClusterSchedulerConfigRequest & WithTargetVersion(int value)
UpdateClusterSchedulerConfigRequest & WithDescription(DescriptionT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
const Aws::String & GetDescription() const
virtual const char * GetServiceRequestName() const override
UpdateClusterSchedulerConfigRequest & WithSchedulerConfig(SchedulerConfigT &&value)
bool DescriptionHasBeenSet() const
AWS_SAGEMAKER_API UpdateClusterSchedulerConfigRequest()=default
const Aws::String & GetClusterSchedulerConfigId() const
bool SchedulerConfigHasBeenSet() const
UpdateClusterSchedulerConfigRequest & WithClusterSchedulerConfigId(ClusterSchedulerConfigIdT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetSchedulerConfig(SchedulerConfigT &&value)
void SetClusterSchedulerConfigId(ClusterSchedulerConfigIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String