7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename MonitoringScheduleNameT = Aws::String>
44 void SetMonitoringScheduleName(MonitoringScheduleNameT&& value) { m_monitoringScheduleNameHasBeenSet =
true; m_monitoringScheduleName = std::forward<MonitoringScheduleNameT>(value); }
45 template<
typename MonitoringScheduleNameT = Aws::String>
51 bool m_monitoringScheduleNameHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
DescribeMonitoringScheduleRequest & WithMonitoringScheduleName(MonitoringScheduleNameT &&value)
AWS_SAGEMAKER_API DescribeMonitoringScheduleRequest()=default
bool MonitoringScheduleNameHasBeenSet() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetMonitoringScheduleName() const
void SetMonitoringScheduleName(MonitoringScheduleNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String