7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8#include <aws/application-signals/model/AuditorResult.h>
9#include <aws/application-signals/model/DependencyGraph.h>
10#include <aws/application-signals/model/MetricGraph.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
24namespace ApplicationSignals {
50 template <
typename KeyAttributesT = Aws::Map<Aws::String, Aws::String>>
52 m_keyAttributesHasBeenSet =
true;
53 m_keyAttributes = std::forward<KeyAttributesT>(value);
55 template <
typename KeyAttributesT = Aws::Map<Aws::String, Aws::String>>
60 template <
typename KeyAttributesKeyT = Aws::String,
typename KeyAttributesValueT = Aws::String>
62 m_keyAttributesHasBeenSet =
true;
63 m_keyAttributes.emplace(std::forward<KeyAttributesKeyT>(key), std::forward<KeyAttributesValueT>(value));
75 template <
typename AuditorResultsT = Aws::Vector<AuditorResult>>
77 m_auditorResultsHasBeenSet =
true;
78 m_auditorResults = std::forward<AuditorResultsT>(value);
80 template <
typename AuditorResultsT = Aws::Vector<AuditorResult>>
85 template <
typename AuditorResultsT = AuditorResult>
87 m_auditorResultsHasBeenSet =
true;
88 m_auditorResults.emplace_back(std::forward<AuditorResultsT>(value));
100 template <
typename OperationT = Aws::String>
102 m_operationHasBeenSet =
true;
103 m_operation = std::forward<OperationT>(value);
105 template <
typename OperationT = Aws::String>
119 template <
typename MetricGraphT = MetricGraph>
121 m_metricGraphHasBeenSet =
true;
122 m_metricGraph = std::forward<MetricGraphT>(value);
124 template <
typename MetricGraphT = MetricGraph>
139 template <
typename DependencyGraphT = DependencyGraph>
141 m_dependencyGraphHasBeenSet =
true;
142 m_dependencyGraph = std::forward<DependencyGraphT>(value);
144 template <
typename DependencyGraphT = DependencyGraph>
157 template <
typename TypeT = Aws::String>
159 m_typeHasBeenSet =
true;
160 m_type = std::forward<TypeT>(value);
162 template <
typename TypeT = Aws::String>
164 SetType(std::forward<TypeT>(value));
180 bool m_keyAttributesHasBeenSet =
false;
181 bool m_auditorResultsHasBeenSet =
false;
182 bool m_operationHasBeenSet =
false;
183 bool m_metricGraphHasBeenSet =
false;
184 bool m_dependencyGraphHasBeenSet =
false;
185 bool m_typeHasBeenSet =
false;
AuditFinding & WithDependencyGraph(DependencyGraphT &&value)
const Aws::String & GetOperation() const
void SetKeyAttributes(KeyAttributesT &&value)
void SetDependencyGraph(DependencyGraphT &&value)
AWS_APPLICATIONSIGNALS_API AuditFinding()=default
AuditFinding & WithType(TypeT &&value)
AuditFinding & WithKeyAttributes(KeyAttributesT &&value)
AWS_APPLICATIONSIGNALS_API AuditFinding(Aws::Utils::Json::JsonView jsonValue)
bool AuditorResultsHasBeenSet() const
AuditFinding & WithOperation(OperationT &&value)
const Aws::String & GetType() const
AuditFinding & WithMetricGraph(MetricGraphT &&value)
AWS_APPLICATIONSIGNALS_API AuditFinding & operator=(Aws::Utils::Json::JsonView jsonValue)
bool MetricGraphHasBeenSet() const
void SetMetricGraph(MetricGraphT &&value)
AuditFinding & AddKeyAttributes(KeyAttributesKeyT &&key, KeyAttributesValueT &&value)
bool OperationHasBeenSet() const
AuditFinding & WithAuditorResults(AuditorResultsT &&value)
AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const
bool TypeHasBeenSet() const
void SetType(TypeT &&value)
const MetricGraph & GetMetricGraph() const
void SetOperation(OperationT &&value)
bool KeyAttributesHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetKeyAttributes() const
AuditFinding & AddAuditorResults(AuditorResultsT &&value)
void SetAuditorResults(AuditorResultsT &&value)
bool DependencyGraphHasBeenSet() const
const Aws::Vector< AuditorResult > & GetAuditorResults() const
const DependencyGraph & GetDependencyGraph() 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