AWS SDK for C++

AWS SDK for C++ Version 1.11.685

Loading...
Searching...
No Matches
ServiceInsightHealth.h
1
6#pragma once
7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace DevOpsGuru {
17namespace Model {
18
26 public:
27 AWS_DEVOPSGURU_API ServiceInsightHealth() = default;
28 AWS_DEVOPSGURU_API ServiceInsightHealth(Aws::Utils::Json::JsonView jsonValue);
30 AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
36 inline int GetOpenProactiveInsights() const { return m_openProactiveInsights; }
37 inline bool OpenProactiveInsightsHasBeenSet() const { return m_openProactiveInsightsHasBeenSet; }
38 inline void SetOpenProactiveInsights(int value) {
39 m_openProactiveInsightsHasBeenSet = true;
40 m_openProactiveInsights = value;
41 }
44 return *this;
45 }
47
49
52 inline int GetOpenReactiveInsights() const { return m_openReactiveInsights; }
53 inline bool OpenReactiveInsightsHasBeenSet() const { return m_openReactiveInsightsHasBeenSet; }
54 inline void SetOpenReactiveInsights(int value) {
55 m_openReactiveInsightsHasBeenSet = true;
56 m_openReactiveInsights = value;
57 }
60 return *this;
61 }
63 private:
64 int m_openProactiveInsights{0};
65 bool m_openProactiveInsightsHasBeenSet = false;
66
67 int m_openReactiveInsights{0};
68 bool m_openReactiveInsightsHasBeenSet = false;
69};
70
71} // namespace Model
72} // namespace DevOpsGuru
73} // namespace Aws
ServiceInsightHealth & WithOpenReactiveInsights(int value)
AWS_DEVOPSGURU_API ServiceInsightHealth & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVOPSGURU_API ServiceInsightHealth()=default
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