7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/sagemaker/SageMakerRequest.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/SchedulerConfig.h>
12#include <aws/sagemaker/model/Tag.h>
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename ClusterArnT = Aws::String>
62 m_clusterArnHasBeenSet =
true;
63 m_clusterArn = std::forward<ClusterArnT>(value);
65 template <
typename ClusterArnT = Aws::String>
78 template <
typename SchedulerConfigT = SchedulerConfig>
80 m_schedulerConfigHasBeenSet =
true;
81 m_schedulerConfig = std::forward<SchedulerConfigT>(value);
83 template <
typename SchedulerConfigT = SchedulerConfig>
96 template <
typename DescriptionT = Aws::String>
98 m_descriptionHasBeenSet =
true;
99 m_description = std::forward<DescriptionT>(value);
101 template <
typename DescriptionT = Aws::String>
114 template <
typename TagsT = Aws::Vector<Tag>>
116 m_tagsHasBeenSet =
true;
117 m_tags = std::forward<TagsT>(value);
119 template <
typename TagsT = Aws::Vector<Tag>>
121 SetTags(std::forward<TagsT>(value));
124 template <
typename TagsT = Tag>
126 m_tagsHasBeenSet =
true;
127 m_tags.emplace_back(std::forward<TagsT>(value));
141 bool m_nameHasBeenSet =
false;
142 bool m_clusterArnHasBeenSet =
false;
143 bool m_schedulerConfigHasBeenSet =
false;
144 bool m_descriptionHasBeenSet =
false;
145 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