7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
9#include <aws/devops-guru/model/InsightHealth.h>
43 template <
typename StackNameT = Aws::String>
45 m_stackNameHasBeenSet =
true;
46 m_stackName = std::forward<StackNameT>(value);
48 template <
typename StackNameT = Aws::String>
64 template <
typename InsightT = InsightHealth>
66 m_insightHasBeenSet =
true;
67 m_insight = std::forward<InsightT>(value);
69 template <
typename InsightT = InsightHealth>
84 m_analyzedResourceCountHasBeenSet =
true;
85 m_analyzedResourceCount = value;
97 long long m_analyzedResourceCount{0};
98 bool m_stackNameHasBeenSet =
false;
99 bool m_insightHasBeenSet =
false;
100 bool m_analyzedResourceCountHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue