AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DescribeAccountOverviewResult.h
1
6#pragma once
7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13template<typename RESULT_TYPE>
14class AmazonWebServiceResult;
15
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21} // namespace Json
22} // namespace Utils
23namespace DevOpsGuru
24{
25namespace Model
26{
28 {
29 public:
30 AWS_DEVOPSGURU_API DescribeAccountOverviewResult();
33
34
36
41 inline int GetReactiveInsights() const{ return m_reactiveInsights; }
42 inline void SetReactiveInsights(int value) { m_reactiveInsights = value; }
45
47
52 inline int GetProactiveInsights() const{ return m_proactiveInsights; }
53 inline void SetProactiveInsights(int value) { m_proactiveInsights = value; }
56
58
62 inline long long GetMeanTimeToRecoverInMilliseconds() const{ return m_meanTimeToRecoverInMilliseconds; }
63 inline void SetMeanTimeToRecoverInMilliseconds(long long value) { m_meanTimeToRecoverInMilliseconds = value; }
66
68
69 inline const Aws::String& GetRequestId() const{ return m_requestId; }
70 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
71 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
72 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
73 inline DescribeAccountOverviewResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
74 inline DescribeAccountOverviewResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
75 inline DescribeAccountOverviewResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
77 private:
78
79 int m_reactiveInsights;
80
81 int m_proactiveInsights;
82
83 long long m_meanTimeToRecoverInMilliseconds;
84
85 Aws::String m_requestId;
86 };
87
88} // namespace Model
89} // namespace DevOpsGuru
90} // namespace Aws
AWS_DEVOPSGURU_API DescribeAccountOverviewResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeAccountOverviewResult & WithRequestId(const Aws::String &value)
DescribeAccountOverviewResult & WithReactiveInsights(int value)
DescribeAccountOverviewResult & WithRequestId(const char *value)
AWS_DEVOPSGURU_API DescribeAccountOverviewResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeAccountOverviewResult & WithMeanTimeToRecoverInMilliseconds(long long value)
DescribeAccountOverviewResult & WithProactiveInsights(int value)
DescribeAccountOverviewResult & WithRequestId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue