7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/application-signals/model/MetricReference.h>
24namespace ApplicationSignals
73 inline ServiceSummary&
AddKeyAttributes(
const char* key,
const char* value) { m_keyAttributesHasBeenSet =
true; m_keyAttributes.emplace(key, value);
return *
this; }
135 bool m_keyAttributesHasBeenSet =
false;
138 bool m_attributeMapsHasBeenSet =
false;
141 bool m_metricReferencesHasBeenSet =
false;
AWS_APPLICATIONSIGNALS_API ServiceSummary(Aws::Utils::Json::JsonView jsonValue)
bool KeyAttributesHasBeenSet() const
ServiceSummary & AddKeyAttributes(const char *key, const char *value)
ServiceSummary & AddKeyAttributes(const Aws::String &key, Aws::String &&value)
AWS_APPLICATIONSIGNALS_API ServiceSummary()
void SetAttributeMaps(const Aws::Vector< Aws::Map< Aws::String, Aws::String > > &value)
ServiceSummary & WithAttributeMaps(Aws::Vector< Aws::Map< Aws::String, Aws::String > > &&value)
ServiceSummary & WithMetricReferences(Aws::Vector< MetricReference > &&value)
void SetKeyAttributes(Aws::Map< Aws::String, Aws::String > &&value)
ServiceSummary & AddMetricReferences(MetricReference &&value)
AWS_APPLICATIONSIGNALS_API ServiceSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceSummary & WithKeyAttributes(const Aws::Map< Aws::String, Aws::String > &value)
ServiceSummary & AddKeyAttributes(const Aws::String &key, const Aws::String &value)
const Aws::Vector< Aws::Map< Aws::String, Aws::String > > & GetAttributeMaps() const
ServiceSummary & WithMetricReferences(const Aws::Vector< MetricReference > &value)
ServiceSummary & WithAttributeMaps(const Aws::Vector< Aws::Map< Aws::String, Aws::String > > &value)
ServiceSummary & AddMetricReferences(const MetricReference &value)
const Aws::Vector< MetricReference > & GetMetricReferences() const
bool MetricReferencesHasBeenSet() const
ServiceSummary & AddKeyAttributes(const char *key, Aws::String &&value)
void SetAttributeMaps(Aws::Vector< Aws::Map< Aws::String, Aws::String > > &&value)
ServiceSummary & AddKeyAttributes(Aws::String &&key, const Aws::String &value)
void SetMetricReferences(const Aws::Vector< MetricReference > &value)
ServiceSummary & WithKeyAttributes(Aws::Map< Aws::String, Aws::String > &&value)
ServiceSummary & AddKeyAttributes(Aws::String &&key, const char *value)
AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetMetricReferences(Aws::Vector< MetricReference > &&value)
ServiceSummary & AddKeyAttributes(Aws::String &&key, Aws::String &&value)
void SetKeyAttributes(const Aws::Map< Aws::String, Aws::String > &value)
const Aws::Map< Aws::String, Aws::String > & GetKeyAttributes() const
bool AttributeMapsHasBeenSet() const
ServiceSummary & AddAttributeMaps(Aws::Map< Aws::String, Aws::String > &&value)
ServiceSummary & AddAttributeMaps(const Aws::Map< Aws::String, Aws::String > &value)
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