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>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/sagemaker/model/Tag.h>
46 template<
typename NameT = Aws::String>
47 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
48 template<
typename NameT = Aws::String>
58 template<
typename ClusterArnT = Aws::String>
59 void SetClusterArn(ClusterArnT&& value) { m_clusterArnHasBeenSet =
true; m_clusterArn = std::forward<ClusterArnT>(value); }
60 template<
typename ClusterArnT = Aws::String>
70 template<
typename SchedulerConfigT = SchedulerConfig>
71 void SetSchedulerConfig(SchedulerConfigT&& value) { m_schedulerConfigHasBeenSet =
true; m_schedulerConfig = std::forward<SchedulerConfigT>(value); }
72 template<
typename SchedulerConfigT = SchedulerConfig>
82 template<
typename DescriptionT = Aws::String>
83 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
84 template<
typename DescriptionT = Aws::String>
94 template<
typename TagsT = Aws::Vector<Tag>>
95 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
96 template<
typename TagsT = Aws::Vector<Tag>>
98 template<
typename TagsT = Tag>
104 bool m_nameHasBeenSet =
false;
107 bool m_clusterArnHasBeenSet =
false;
110 bool m_schedulerConfigHasBeenSet =
false;
113 bool m_descriptionHasBeenSet =
false;
116 bool m_tagsHasBeenSet =
false;
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
bool DescriptionHasBeenSet() const
CreateClusterSchedulerConfigRequest & WithSchedulerConfig(SchedulerConfigT &&value)
void SetTags(TagsT &&value)
const SchedulerConfig & GetSchedulerConfig() const
const Aws::String & GetDescription() const
bool NameHasBeenSet() const
CreateClusterSchedulerConfigRequest & WithClusterArn(ClusterArnT &&value)
CreateClusterSchedulerConfigRequest & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
void SetClusterArn(ClusterArnT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetClusterArn() const
bool SchedulerConfigHasBeenSet() const
void SetName(NameT &&value)
CreateClusterSchedulerConfigRequest & WithTags(TagsT &&value)
const Aws::Vector< Tag > & GetTags() const
AWS_SAGEMAKER_API CreateClusterSchedulerConfigRequest()=default
void SetSchedulerConfig(SchedulerConfigT &&value)
bool TagsHasBeenSet() const
CreateClusterSchedulerConfigRequest & WithName(NameT &&value)
bool ClusterArnHasBeenSet() const
CreateClusterSchedulerConfigRequest & AddTags(TagsT &&value)
const Aws::String & GetName() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector