28 namespace CloudWatchLogs
51 inline void SetMetricName(
const char* value) { m_metricNameHasBeenSet =
true; m_metricName.assign(value); }
72 inline void SetMetricNamespace(
const char* value) { m_metricNamespaceHasBeenSet =
true; m_metricNamespace.assign(value); }
93 inline void SetMetricValue(
const char* value) { m_metricValueHasBeenSet =
true; m_metricValue.assign(value); }
106 bool m_metricNameHasBeenSet;
108 bool m_metricNamespaceHasBeenSet;
110 bool m_metricValueHasBeenSet;
#define AWS_CLOUDWATCHLOGS_API
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
JSON (JavaScript Object Notation).