7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
10#include <aws/devops-guru/model/RecommendationRelatedAnomalyResource.h>
11#include <aws/devops-guru/model/RecommendationRelatedAnomalySourceDetail.h>
45 template <
typename ResourcesT = Aws::Vector<RecommendationRelatedAnomalyResource>>
47 m_resourcesHasBeenSet =
true;
48 m_resources = std::forward<ResourcesT>(value);
50 template <
typename ResourcesT = Aws::Vector<RecommendationRelatedAnomalyResource>>
55 template <
typename ResourcesT = RecommendationRelatedAnomalyResource>
57 m_resourcesHasBeenSet =
true;
58 m_resources.emplace_back(std::forward<ResourcesT>(value));
70 template <
typename SourceDetailsT = Aws::Vector<RecommendationRelatedAnomalySourceDetail>>
72 m_sourceDetailsHasBeenSet =
true;
73 m_sourceDetails = std::forward<SourceDetailsT>(value);
75 template <
typename SourceDetailsT = Aws::Vector<RecommendationRelatedAnomalySourceDetail>>
80 template <
typename SourceDetailsT = RecommendationRelatedAnomalySourceDetail>
82 m_sourceDetailsHasBeenSet =
true;
83 m_sourceDetails.emplace_back(std::forward<SourceDetailsT>(value));
94 template <
typename AnomalyIdT = Aws::String>
96 m_anomalyIdHasBeenSet =
true;
97 m_anomalyId = std::forward<AnomalyIdT>(value);
99 template <
typename AnomalyIdT = Aws::String>
107 bool m_resourcesHasBeenSet =
false;
110 bool m_sourceDetailsHasBeenSet =
false;
113 bool m_anomalyIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue