AWS SDK for C++

AWS SDK for C++ Version 1.11.747

Loading...
Searching...
No Matches
PerformanceInsightsReferenceScalar.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
27 public:
28 AWS_DEVOPSGURU_API PerformanceInsightsReferenceScalar() = default;
31 AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const;
32
34
37 inline double GetValue() const { return m_value; }
38 inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; }
39 inline void SetValue(double value) {
40 m_valueHasBeenSet = true;
41 m_value = value;
42 }
44 SetValue(value);
45 return *this;
46 }
48 private:
49 double m_value{0.0};
50 bool m_valueHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace DevOpsGuru
55} // namespace Aws
AWS_DEVOPSGURU_API PerformanceInsightsReferenceScalar & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DEVOPSGURU_API PerformanceInsightsReferenceScalar(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVOPSGURU_API PerformanceInsightsReferenceScalar()=default
Aws::Utils::Json::JsonValue JsonValue