AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeOrganizationHealthResult.h
1
6#pragma once
7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace DevOpsGuru
24{
25namespace Model
26{
28 {
29 public:
33
34
36
40 inline int GetOpenReactiveInsights() const{ return m_openReactiveInsights; }
41 inline void SetOpenReactiveInsights(int value) { m_openReactiveInsights = value; }
44
46
50 inline int GetOpenProactiveInsights() const{ return m_openProactiveInsights; }
51 inline void SetOpenProactiveInsights(int value) { m_openProactiveInsights = value; }
54
56
60 inline int GetMetricsAnalyzed() const{ return m_metricsAnalyzed; }
61 inline void SetMetricsAnalyzed(int value) { m_metricsAnalyzed = value; }
64
66
70 inline long long GetResourceHours() const{ return m_resourceHours; }
71 inline void SetResourceHours(long long value) { m_resourceHours = value; }
72 inline DescribeOrganizationHealthResult& WithResourceHours(long long value) { SetResourceHours(value); return *this;}
74
76
77 inline const Aws::String& GetRequestId() const{ return m_requestId; }
78 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
79 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
80 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
81 inline DescribeOrganizationHealthResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
82 inline DescribeOrganizationHealthResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
83 inline DescribeOrganizationHealthResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
85 private:
86
87 int m_openReactiveInsights;
88
89 int m_openProactiveInsights;
90
91 int m_metricsAnalyzed;
92
93 long long m_resourceHours;
94
95 Aws::String m_requestId;
96 };
97
98} // namespace Model
99} // namespace DevOpsGuru
100} // namespace Aws
DescribeOrganizationHealthResult & WithOpenReactiveInsights(int value)
AWS_DEVOPSGURU_API DescribeOrganizationHealthResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DEVOPSGURU_API DescribeOrganizationHealthResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeOrganizationHealthResult & WithRequestId(const char *value)
DescribeOrganizationHealthResult & WithRequestId(Aws::String &&value)
DescribeOrganizationHealthResult & WithRequestId(const Aws::String &value)
DescribeOrganizationHealthResult & WithOpenProactiveInsights(int value)
DescribeOrganizationHealthResult & WithResourceHours(long long value)
DescribeOrganizationHealthResult & WithMetricsAnalyzed(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue