AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ServiceInsightHealth.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 ServiceInsightHealth();
34 AWS_DEVOPSGURU_API ServiceInsightHealth(Aws::Utils::Json::JsonView jsonValue);
36 AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline int GetOpenProactiveInsights() const{ return m_openProactiveInsights; }
44 inline bool OpenProactiveInsightsHasBeenSet() const { return m_openProactiveInsightsHasBeenSet; }
45 inline void SetOpenProactiveInsights(int value) { m_openProactiveInsightsHasBeenSet = true; m_openProactiveInsights = value; }
48
50
53 inline int GetOpenReactiveInsights() const{ return m_openReactiveInsights; }
54 inline bool OpenReactiveInsightsHasBeenSet() const { return m_openReactiveInsightsHasBeenSet; }
55 inline void SetOpenReactiveInsights(int value) { m_openReactiveInsightsHasBeenSet = true; m_openReactiveInsights = value; }
56 inline ServiceInsightHealth& WithOpenReactiveInsights(int value) { SetOpenReactiveInsights(value); return *this;}
58 private:
59
60 int m_openProactiveInsights;
61 bool m_openProactiveInsightsHasBeenSet = false;
62
63 int m_openReactiveInsights;
64 bool m_openReactiveInsightsHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace DevOpsGuru
69} // namespace Aws
ServiceInsightHealth & WithOpenReactiveInsights(int value)
AWS_DEVOPSGURU_API ServiceInsightHealth & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceInsightHealth & WithOpenProactiveInsights(int value)
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DEVOPSGURU_API ServiceInsightHealth(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue