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/MonitoringScheduleConfig.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/sagemaker/model/Tag.h>
47 template<
typename MonitoringScheduleNameT = Aws::String>
48 void SetMonitoringScheduleName(MonitoringScheduleNameT&& value) { m_monitoringScheduleNameHasBeenSet =
true; m_monitoringScheduleName = std::forward<MonitoringScheduleNameT>(value); }
49 template<
typename MonitoringScheduleNameT = Aws::String>
60 template<
typename MonitoringScheduleConfigT = MonitoringScheduleConfig>
61 void SetMonitoringScheduleConfig(MonitoringScheduleConfigT&& value) { m_monitoringScheduleConfigHasBeenSet =
true; m_monitoringScheduleConfig = std::forward<MonitoringScheduleConfigT>(value); }
62 template<
typename MonitoringScheduleConfigT = MonitoringScheduleConfig>
75 template<
typename TagsT = Aws::Vector<Tag>>
76 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
77 template<
typename TagsT = Aws::Vector<Tag>>
79 template<
typename TagsT = Tag>
85 bool m_monitoringScheduleNameHasBeenSet =
false;
88 bool m_monitoringScheduleConfigHasBeenSet =
false;
91 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