AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AccountInsightHealth.h
1
6#pragma once
7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace DevOpsGuru
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_DEVOPSGURU_API AccountInsightHealth();
34 AWS_DEVOPSGURU_API AccountInsightHealth(Aws::Utils::Json::JsonView jsonValue);
36 AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
44 inline int GetOpenProactiveInsights() const{ return m_openProactiveInsights; }
45 inline bool OpenProactiveInsightsHasBeenSet() const { return m_openProactiveInsightsHasBeenSet; }
46 inline void SetOpenProactiveInsights(int value) { m_openProactiveInsightsHasBeenSet = true; m_openProactiveInsights = value; }
49
51
55 inline int GetOpenReactiveInsights() const{ return m_openReactiveInsights; }
56 inline bool OpenReactiveInsightsHasBeenSet() const { return m_openReactiveInsightsHasBeenSet; }
57 inline void SetOpenReactiveInsights(int value) { m_openReactiveInsightsHasBeenSet = true; m_openReactiveInsights = value; }
58 inline AccountInsightHealth& WithOpenReactiveInsights(int value) { SetOpenReactiveInsights(value); return *this;}
60 private:
61
62 int m_openProactiveInsights;
63 bool m_openProactiveInsightsHasBeenSet = false;
64
65 int m_openReactiveInsights;
66 bool m_openReactiveInsightsHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace DevOpsGuru
71} // namespace Aws
AccountInsightHealth & WithOpenProactiveInsights(int value)
AccountInsightHealth & WithOpenReactiveInsights(int value)
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DEVOPSGURU_API AccountInsightHealth(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVOPSGURU_API AccountInsightHealth & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue