7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/devops-guru/model/RecommendationRelatedAnomalyResource.h>
11#include <aws/devops-guru/model/RecommendationRelatedAnomalySourceDetail.h>
51 template<
typename ResourcesT = Aws::Vector<RecommendationRelatedAnomalyResource>>
52 void SetResources(ResourcesT&& value) { m_resourcesHasBeenSet =
true; m_resources = std::forward<ResourcesT>(value); }
53 template<
typename ResourcesT = Aws::Vector<RecommendationRelatedAnomalyResource>>
55 template<
typename ResourcesT = RecommendationRelatedAnomalyResource>
66 template<
typename SourceDetailsT = Aws::Vector<RecommendationRelatedAnomalySourceDetail>>
67 void SetSourceDetails(SourceDetailsT&& value) { m_sourceDetailsHasBeenSet =
true; m_sourceDetails = std::forward<SourceDetailsT>(value); }
68 template<
typename SourceDetailsT = Aws::Vector<RecommendationRelatedAnomalySourceDetail>>
70 template<
typename SourceDetailsT = RecommendationRelatedAnomalySourceDetail>
80 template<
typename AnomalyIdT = Aws::String>
81 void SetAnomalyId(AnomalyIdT&& value) { m_anomalyIdHasBeenSet =
true; m_anomalyId = std::forward<AnomalyIdT>(value); }
82 template<
typename AnomalyIdT = Aws::String>
88 bool m_resourcesHasBeenSet =
false;
91 bool m_sourceDetailsHasBeenSet =
false;
94 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