AWS SDK for C++

AWS SDK for C++ Version 1.11.757

Loading...
Searching...
No Matches
DescribeOrganizationOverviewResult.h
1
6#pragma once
7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
10
11#include <utility>
12
13namespace Aws {
14template <typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils {
18namespace Json {
19class JsonValue;
20} // namespace Json
21} // namespace Utils
22namespace DevOpsGuru {
23namespace Model {
25 public:
26 AWS_DEVOPSGURU_API DescribeOrganizationOverviewResult() = default;
29
31
35 inline int GetReactiveInsights() const { return m_reactiveInsights; }
36 inline void SetReactiveInsights(int value) {
37 m_reactiveInsightsHasBeenSet = true;
38 m_reactiveInsights = value;
39 }
42 return *this;
43 }
45
47
51 inline int GetProactiveInsights() const { return m_proactiveInsights; }
52 inline void SetProactiveInsights(int value) {
53 m_proactiveInsightsHasBeenSet = true;
54 m_proactiveInsights = value;
55 }
58 return *this;
59 }
61
63
64 inline const Aws::String& GetRequestId() const { return m_requestId; }
65 template <typename RequestIdT = Aws::String>
66 void SetRequestId(RequestIdT&& value) {
67 m_requestIdHasBeenSet = true;
68 m_requestId = std::forward<RequestIdT>(value);
69 }
70 template <typename RequestIdT = Aws::String>
72 SetRequestId(std::forward<RequestIdT>(value));
73 return *this;
74 }
76 inline Aws::Http::HttpResponseCode GetHttpResponseCode() const { return m_HttpResponseCode; }
77
78 private:
79 int m_reactiveInsights{0};
80
81 int m_proactiveInsights{0};
82
83 Aws::String m_requestId;
84 Aws::Http::HttpResponseCode m_HttpResponseCode;
85 bool m_reactiveInsightsHasBeenSet = false;
86 bool m_proactiveInsightsHasBeenSet = false;
87 bool m_requestIdHasBeenSet = false;
88};
89
90} // namespace Model
91} // namespace DevOpsGuru
92} // namespace Aws
DescribeOrganizationOverviewResult & WithProactiveInsights(int value)
AWS_DEVOPSGURU_API DescribeOrganizationOverviewResult()=default
AWS_DEVOPSGURU_API DescribeOrganizationOverviewResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeOrganizationOverviewResult & WithRequestId(RequestIdT &&value)
AWS_DEVOPSGURU_API DescribeOrganizationOverviewResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue