7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/application-signals/model/MetricReference.h>
24namespace ApplicationSignals
56 inline void SetOperationName(
const char* value) { m_operationNameHasBeenSet =
true; m_operationName.assign(value); }
102 inline void SetDependentOperationName(
const char* value) { m_dependentOperationNameHasBeenSet =
true; m_dependentOperationName.assign(value); }
126 bool m_operationNameHasBeenSet =
false;
129 bool m_dependentKeyAttributesHasBeenSet =
false;
132 bool m_dependentOperationNameHasBeenSet =
false;
135 bool m_metricReferencesHasBeenSet =
false;
void SetDependentOperationName(const char *value)
void SetOperationName(const Aws::String &value)
const Aws::Vector< MetricReference > & GetMetricReferences() const
void SetMetricReferences(Aws::Vector< MetricReference > &&value)
ServiceDependent & WithDependentKeyAttributes(Aws::Map< Aws::String, Aws::String > &&value)
ServiceDependent & WithMetricReferences(const Aws::Vector< MetricReference > &value)
void SetDependentOperationName(Aws::String &&value)
bool DependentKeyAttributesHasBeenSet() const
ServiceDependent & WithOperationName(const Aws::String &value)
const Aws::String & GetDependentOperationName() const
ServiceDependent & AddDependentKeyAttributes(const Aws::String &key, const Aws::String &value)
ServiceDependent & WithDependentKeyAttributes(const Aws::Map< Aws::String, Aws::String > &value)
ServiceDependent & WithDependentOperationName(const Aws::String &value)
ServiceDependent & AddDependentKeyAttributes(Aws::String &&key, const char *value)
ServiceDependent & AddMetricReferences(MetricReference &&value)
const Aws::String & GetOperationName() const
ServiceDependent & AddDependentKeyAttributes(Aws::String &&key, const Aws::String &value)
bool MetricReferencesHasBeenSet() const
ServiceDependent & AddDependentKeyAttributes(Aws::String &&key, Aws::String &&value)
AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceDependent & WithDependentOperationName(Aws::String &&value)
ServiceDependent & WithOperationName(Aws::String &&value)
const Aws::Map< Aws::String, Aws::String > & GetDependentKeyAttributes() const
ServiceDependent & WithDependentOperationName(const char *value)
void SetOperationName(const char *value)
ServiceDependent & AddDependentKeyAttributes(const Aws::String &key, Aws::String &&value)
void SetDependentOperationName(const Aws::String &value)
void SetDependentKeyAttributes(Aws::Map< Aws::String, Aws::String > &&value)
AWS_APPLICATIONSIGNALS_API ServiceDependent()
void SetMetricReferences(const Aws::Vector< MetricReference > &value)
ServiceDependent & WithOperationName(const char *value)
ServiceDependent & AddDependentKeyAttributes(const char *key, const char *value)
AWS_APPLICATIONSIGNALS_API ServiceDependent(Aws::Utils::Json::JsonView jsonValue)
ServiceDependent & AddDependentKeyAttributes(const char *key, Aws::String &&value)
ServiceDependent & WithMetricReferences(Aws::Vector< MetricReference > &&value)
AWS_APPLICATIONSIGNALS_API ServiceDependent & operator=(Aws::Utils::Json::JsonView jsonValue)
bool OperationNameHasBeenSet() const
void SetOperationName(Aws::String &&value)
void SetDependentKeyAttributes(const Aws::Map< Aws::String, Aws::String > &value)
ServiceDependent & AddMetricReferences(const MetricReference &value)
bool DependentOperationNameHasBeenSet() const
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