7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
41 inline void SetOpenReactiveInsights(
int value) { m_openReactiveInsightsHasBeenSet =
true; m_openReactiveInsights = value; }
61 inline void SetMetricsAnalyzed(
int value) { m_metricsAnalyzedHasBeenSet =
true; m_metricsAnalyzed = value; }
71 inline void SetResourceHours(
long long value) { m_resourceHoursHasBeenSet =
true; m_resourceHours = value; }
78 template<
typename RequestIdT = Aws::String>
79 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
80 template<
typename RequestIdT = Aws::String>
85 int m_openReactiveInsights{0};
86 bool m_openReactiveInsightsHasBeenSet =
false;
88 int m_openProactiveInsights{0};
89 bool m_openProactiveInsightsHasBeenSet =
false;
91 int m_metricsAnalyzed{0};
92 bool m_metricsAnalyzedHasBeenSet =
false;
94 long long m_resourceHours{0};
95 bool m_resourceHoursHasBeenSet =
false;
98 bool m_requestIdHasBeenSet =
false;
DescribeOrganizationHealthResult & WithOpenReactiveInsights(int value)
void SetMetricsAnalyzed(int value)
const Aws::String & GetRequestId() const
void SetOpenProactiveInsights(int value)
AWS_DEVOPSGURU_API DescribeOrganizationHealthResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
int GetOpenProactiveInsights() const
AWS_DEVOPSGURU_API DescribeOrganizationHealthResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeOrganizationHealthResult & WithOpenProactiveInsights(int value)
void SetResourceHours(long long value)
void SetRequestId(RequestIdT &&value)
DescribeOrganizationHealthResult & WithRequestId(RequestIdT &&value)
DescribeOrganizationHealthResult & WithResourceHours(long long value)
AWS_DEVOPSGURU_API DescribeOrganizationHealthResult()=default
long long GetResourceHours() const
int GetMetricsAnalyzed() const
int GetOpenReactiveInsights() const
DescribeOrganizationHealthResult & WithMetricsAnalyzed(int value)
void SetOpenReactiveInsights(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue