7#include <aws/pi/PI_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
50 inline void SetMetric(
const char* value) { m_metricHasBeenSet =
true; m_metric.assign(value); }
64 inline void SetDisplayName(
const char* value) { m_displayNameHasBeenSet =
true; m_displayName.assign(value); }
94 inline double GetValue()
const{
return m_value; }
96 inline void SetValue(
double value) { m_valueHasBeenSet =
true; m_value = value; }
102 bool m_metricHasBeenSet =
false;
105 bool m_displayNameHasBeenSet =
false;
108 bool m_dimensionsHasBeenSet =
false;
111 bool m_valueHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue