AWS SDK for C++

AWS SDK for C++ Version 1.11.685

Loading...
Searching...
No Matches
AccountInsightHealth.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 AccountInsightHealth() = default;
28 AWS_DEVOPSGURU_API AccountInsightHealth(Aws::Utils::Json::JsonView jsonValue);
30 AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
37 inline int GetOpenProactiveInsights() const { return m_openProactiveInsights; }
38 inline bool OpenProactiveInsightsHasBeenSet() const { return m_openProactiveInsightsHasBeenSet; }
39 inline void SetOpenProactiveInsights(int value) {
40 m_openProactiveInsightsHasBeenSet = true;
41 m_openProactiveInsights = value;
42 }
45 return *this;
46 }
48
50
54 inline int GetOpenReactiveInsights() const { return m_openReactiveInsights; }
55 inline bool OpenReactiveInsightsHasBeenSet() const { return m_openReactiveInsightsHasBeenSet; }
56 inline void SetOpenReactiveInsights(int value) {
57 m_openReactiveInsightsHasBeenSet = true;
58 m_openReactiveInsights = value;
59 }
62 return *this;
63 }
65 private:
66 int m_openProactiveInsights{0};
67 bool m_openProactiveInsightsHasBeenSet = false;
68
69 int m_openReactiveInsights{0};
70 bool m_openReactiveInsightsHasBeenSet = false;
71};
72
73} // namespace Model
74} // namespace DevOpsGuru
75} // namespace Aws
AWS_DEVOPSGURU_API AccountInsightHealth()=default
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