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>
22namespace ApplicationSignals
66 template<
typename DependencyKeyAttributesT = Aws::Map<Aws::String, Aws::String>>
67 void SetDependencyKeyAttributes(DependencyKeyAttributesT&& value) { m_dependencyKeyAttributesHasBeenSet =
true; m_dependencyKeyAttributes = std::forward<DependencyKeyAttributesT>(value); }
68 template<
typename DependencyKeyAttributesT = Aws::Map<Aws::String, Aws::String>>
70 template<
typename DependencyKeyAttributesKeyT = Aws::String,
typename DependencyKeyAttributesValueT = Aws::String>
72 m_dependencyKeyAttributesHasBeenSet =
true; m_dependencyKeyAttributes.emplace(std::forward<DependencyKeyAttributesKeyT>(key), std::forward<DependencyKeyAttributesValueT>(value));
return *
this;
82 template<
typename DependencyOperationNameT = Aws::String>
83 void SetDependencyOperationName(DependencyOperationNameT&& value) { m_dependencyOperationNameHasBeenSet =
true; m_dependencyOperationName = std::forward<DependencyOperationNameT>(value); }
84 template<
typename DependencyOperationNameT = Aws::String>
90 bool m_dependencyKeyAttributesHasBeenSet =
false;
93 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