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/MonitoringScheduleConfig.h>
12#include <aws/sagemaker/model/Tag.h>
43 template <
typename MonitoringScheduleNameT = Aws::String>
45 m_monitoringScheduleNameHasBeenSet =
true;
46 m_monitoringScheduleName = std::forward<MonitoringScheduleNameT>(value);
48 template <
typename MonitoringScheduleNameT = Aws::String>
62 template <
typename MonitoringScheduleConfigT = MonitoringScheduleConfig>
64 m_monitoringScheduleConfigHasBeenSet =
true;
65 m_monitoringScheduleConfig = std::forward<MonitoringScheduleConfigT>(value);
67 template <
typename MonitoringScheduleConfigT = MonitoringScheduleConfig>
83 template <
typename TagsT = Aws::Vector<Tag>>
85 m_tagsHasBeenSet =
true;
86 m_tags = std::forward<TagsT>(value);
88 template <
typename TagsT = Aws::Vector<Tag>>
90 SetTags(std::forward<TagsT>(value));
93 template <
typename TagsT = Tag>
95 m_tagsHasBeenSet =
true;
96 m_tags.emplace_back(std::forward<TagsT>(value));
106 bool m_monitoringScheduleNameHasBeenSet =
false;
107 bool m_monitoringScheduleConfigHasBeenSet =
false;
108 bool m_tagsHasBeenSet =
false;
CreateMonitoringScheduleRequest & AddTags(TagsT &&value)
void SetMonitoringScheduleName(MonitoringScheduleNameT &&value)
const Aws::Vector< Tag > & GetTags() const
bool MonitoringScheduleConfigHasBeenSet() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
CreateMonitoringScheduleRequest & WithTags(TagsT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
const Aws::String & GetMonitoringScheduleName() const
const MonitoringScheduleConfig & GetMonitoringScheduleConfig() const
CreateMonitoringScheduleRequest & WithMonitoringScheduleConfig(MonitoringScheduleConfigT &&value)
virtual const char * GetServiceRequestName() const override
bool TagsHasBeenSet() const
bool MonitoringScheduleNameHasBeenSet() const
void SetTags(TagsT &&value)
CreateMonitoringScheduleRequest & WithMonitoringScheduleName(MonitoringScheduleNameT &&value)
void SetMonitoringScheduleConfig(MonitoringScheduleConfigT &&value)
AWS_SAGEMAKER_API CreateMonitoringScheduleRequest()=default
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