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>
20namespace ApplicationSignals {
60 template <
typename DependencyKeyAttributesT = Aws::Map<Aws::String, Aws::String>>
62 m_dependencyKeyAttributesHasBeenSet =
true;
63 m_dependencyKeyAttributes = std::forward<DependencyKeyAttributesT>(value);
65 template <
typename DependencyKeyAttributesT = Aws::Map<Aws::String, Aws::String>>
70 template <
typename DependencyKeyAttributesKeyT = Aws::String,
typename DependencyKeyAttributesValueT = Aws::String>
72 m_dependencyKeyAttributesHasBeenSet =
true;
73 m_dependencyKeyAttributes.emplace(std::forward<DependencyKeyAttributesKeyT>(key), std::forward<DependencyKeyAttributesValueT>(value));
84 template <
typename DependencyOperationNameT = Aws::String>
86 m_dependencyOperationNameHasBeenSet =
true;
87 m_dependencyOperationName = std::forward<DependencyOperationNameT>(value);
89 template <
typename DependencyOperationNameT = Aws::String>
99 bool m_dependencyKeyAttributesHasBeenSet =
false;
100 bool m_dependencyOperationNameHasBeenSet =
false;
AWS_APPLICATIONSIGNALS_API DependencyConfig(Aws::Utils::Json::JsonView jsonValue)
DependencyConfig & WithDependencyOperationName(DependencyOperationNameT &&value)
AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const
DependencyConfig & AddDependencyKeyAttributes(DependencyKeyAttributesKeyT &&key, DependencyKeyAttributesValueT &&value)
const Aws::Map< Aws::String, Aws::String > & GetDependencyKeyAttributes() const
bool DependencyOperationNameHasBeenSet() const
const Aws::String & GetDependencyOperationName() const
bool DependencyKeyAttributesHasBeenSet() const
AWS_APPLICATIONSIGNALS_API DependencyConfig()=default
void SetDependencyOperationName(DependencyOperationNameT &&value)
AWS_APPLICATIONSIGNALS_API DependencyConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
DependencyConfig & WithDependencyKeyAttributes(DependencyKeyAttributesT &&value)
void SetDependencyKeyAttributes(DependencyKeyAttributesT &&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
Aws::Utils::Json::JsonValue JsonValue