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
72 inline Service&
AddKeyAttributes(
const char* key,
const char* value) { m_keyAttributesHasBeenSet =
true; m_keyAttributes.emplace(key, value);
return *
this; }
152 bool m_keyAttributesHasBeenSet =
false;
155 bool m_attributeMapsHasBeenSet =
false;
158 bool m_metricReferencesHasBeenSet =
false;
161 bool m_logGroupReferencesHasBeenSet =
false;
bool AttributeMapsHasBeenSet() const
AWS_APPLICATIONSIGNALS_API Service()
void SetMetricReferences(Aws::Vector< MetricReference > &&value)
Service & AddMetricReferences(MetricReference &&value)
void SetMetricReferences(const Aws::Vector< MetricReference > &value)
Service & AddKeyAttributes(const Aws::String &key, Aws::String &&value)
const Aws::Vector< MetricReference > & GetMetricReferences() const
void SetLogGroupReferences(const Aws::Vector< Aws::Map< Aws::String, Aws::String > > &value)
AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const
Service & AddAttributeMaps(Aws::Map< Aws::String, Aws::String > &&value)
void SetLogGroupReferences(Aws::Vector< Aws::Map< Aws::String, Aws::String > > &&value)
Service & WithKeyAttributes(const Aws::Map< Aws::String, Aws::String > &value)
bool MetricReferencesHasBeenSet() const
Service & WithLogGroupReferences(Aws::Vector< Aws::Map< Aws::String, Aws::String > > &&value)
Service & WithMetricReferences(const Aws::Vector< MetricReference > &value)
Service & AddLogGroupReferences(Aws::Map< Aws::String, Aws::String > &&value)
bool KeyAttributesHasBeenSet() const
void SetKeyAttributes(const Aws::Map< Aws::String, Aws::String > &value)
Service & AddMetricReferences(const MetricReference &value)
Service & AddKeyAttributes(Aws::String &&key, const Aws::String &value)
Service & AddAttributeMaps(const Aws::Map< Aws::String, Aws::String > &value)
Service & WithLogGroupReferences(const Aws::Vector< Aws::Map< Aws::String, Aws::String > > &value)
Service & WithKeyAttributes(Aws::Map< Aws::String, Aws::String > &&value)
bool LogGroupReferencesHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetKeyAttributes() const
Service & AddKeyAttributes(Aws::String &&key, const char *value)
void SetAttributeMaps(Aws::Vector< Aws::Map< Aws::String, Aws::String > > &&value)
Service & AddKeyAttributes(Aws::String &&key, Aws::String &&value)
Service & WithAttributeMaps(const Aws::Vector< Aws::Map< Aws::String, Aws::String > > &value)
Service & AddKeyAttributes(const char *key, const char *value)
const Aws::Vector< Aws::Map< Aws::String, Aws::String > > & GetLogGroupReferences() const
void SetAttributeMaps(const Aws::Vector< Aws::Map< Aws::String, Aws::String > > &value)
Service & AddKeyAttributes(const char *key, Aws::String &&value)
AWS_APPLICATIONSIGNALS_API Service(Aws::Utils::Json::JsonView jsonValue)
Service & AddKeyAttributes(const Aws::String &key, const Aws::String &value)
Service & AddLogGroupReferences(const Aws::Map< Aws::String, Aws::String > &value)
Service & WithAttributeMaps(Aws::Vector< Aws::Map< Aws::String, Aws::String > > &&value)
AWS_APPLICATIONSIGNALS_API Service & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::Map< Aws::String, Aws::String > > & GetAttributeMaps() const
void SetKeyAttributes(Aws::Map< Aws::String, Aws::String > &&value)
Service & WithMetricReferences(Aws::Vector< MetricReference > &&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