7#include <aws/monitoring/CloudWatch_EXPORTS.h>
8#include <aws/monitoring/CloudWatchRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
53 template<
typename MetricW
idgetT = Aws::String>
54 void SetMetricWidget(MetricWidgetT&& value) { m_metricWidgetHasBeenSet =
true; m_metricWidget = std::forward<MetricWidgetT>(value); }
55 template<
typename MetricW
idgetT = Aws::String>
83 template<
typename OutputFormatT = Aws::String>
84 void SetOutputFormat(OutputFormatT&& value) { m_outputFormatHasBeenSet =
true; m_outputFormat = std::forward<OutputFormatT>(value); }
85 template<
typename OutputFormatT = Aws::String>
91 bool m_metricWidgetHasBeenSet =
false;
94 bool m_outputFormatHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String