7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/application-signals/model/ServiceLevelIndicatorMetricType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/application-signals/model/MetricDataQuery.h>
25namespace ApplicationSignals
86 inline void SetOperationName(
const char* value) { m_operationNameHasBeenSet =
true; m_operationName.assign(value); }
124 bool m_keyAttributesHasBeenSet =
false;
127 bool m_operationNameHasBeenSet =
false;
130 bool m_metricTypeHasBeenSet =
false;
133 bool m_metricDataQueriesHasBeenSet =
false;
void SetMetricType(ServiceLevelIndicatorMetricType &&value)
const Aws::String & GetOperationName() const
bool MetricTypeHasBeenSet() const
void SetMetricDataQueries(Aws::Vector< MetricDataQuery > &&value)
const Aws::Map< Aws::String, Aws::String > & GetKeyAttributes() const
ServiceLevelIndicatorMetric & WithOperationName(const Aws::String &value)
void SetMetricType(const ServiceLevelIndicatorMetricType &value)
ServiceLevelIndicatorMetric & AddKeyAttributes(const char *key, const char *value)
ServiceLevelIndicatorMetric & WithKeyAttributes(Aws::Map< Aws::String, Aws::String > &&value)
void SetMetricDataQueries(const Aws::Vector< MetricDataQuery > &value)
const Aws::Vector< MetricDataQuery > & GetMetricDataQueries() const
ServiceLevelIndicatorMetric & WithKeyAttributes(const Aws::Map< Aws::String, Aws::String > &value)
ServiceLevelIndicatorMetric & AddKeyAttributes(const Aws::String &key, const Aws::String &value)
ServiceLevelIndicatorMetric & WithMetricDataQueries(const Aws::Vector< MetricDataQuery > &value)
AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const
bool OperationNameHasBeenSet() const
ServiceLevelIndicatorMetric & WithMetricType(const ServiceLevelIndicatorMetricType &value)
AWS_APPLICATIONSIGNALS_API ServiceLevelIndicatorMetric(Aws::Utils::Json::JsonView jsonValue)
ServiceLevelIndicatorMetric & AddMetricDataQueries(MetricDataQuery &&value)
AWS_APPLICATIONSIGNALS_API ServiceLevelIndicatorMetric & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceLevelIndicatorMetric & AddMetricDataQueries(const MetricDataQuery &value)
ServiceLevelIndicatorMetric & AddKeyAttributes(const char *key, Aws::String &&value)
ServiceLevelIndicatorMetric & WithMetricDataQueries(Aws::Vector< MetricDataQuery > &&value)
ServiceLevelIndicatorMetric & WithOperationName(Aws::String &&value)
ServiceLevelIndicatorMetric & WithOperationName(const char *value)
ServiceLevelIndicatorMetric & AddKeyAttributes(Aws::String &&key, const char *value)
bool MetricDataQueriesHasBeenSet() const
void SetKeyAttributes(Aws::Map< Aws::String, Aws::String > &&value)
void SetKeyAttributes(const Aws::Map< Aws::String, Aws::String > &value)
void SetOperationName(Aws::String &&value)
ServiceLevelIndicatorMetric & AddKeyAttributes(Aws::String &&key, const Aws::String &value)
ServiceLevelIndicatorMetric & WithMetricType(ServiceLevelIndicatorMetricType &&value)
const ServiceLevelIndicatorMetricType & GetMetricType() const
ServiceLevelIndicatorMetric & AddKeyAttributes(Aws::String &&key, Aws::String &&value)
bool KeyAttributesHasBeenSet() const
ServiceLevelIndicatorMetric & AddKeyAttributes(const Aws::String &key, Aws::String &&value)
void SetOperationName(const Aws::String &value)
AWS_APPLICATIONSIGNALS_API ServiceLevelIndicatorMetric()
void SetOperationName(const char *value)
ServiceLevelIndicatorMetricType
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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue