AWS SDK for C++

AWS SDK for C++ Version 1.11.716

Loading...
Searching...
No Matches
DataQualityMetricValues.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace Glue {
17namespace Model {
18
26 public:
27 AWS_GLUE_API DataQualityMetricValues() = default;
31
33
36 inline double GetActualValue() const { return m_actualValue; }
37 inline bool ActualValueHasBeenSet() const { return m_actualValueHasBeenSet; }
38 inline void SetActualValue(double value) {
39 m_actualValueHasBeenSet = true;
40 m_actualValue = value;
41 }
43 SetActualValue(value);
44 return *this;
45 }
47
49
53 inline double GetExpectedValue() const { return m_expectedValue; }
54 inline bool ExpectedValueHasBeenSet() const { return m_expectedValueHasBeenSet; }
55 inline void SetExpectedValue(double value) {
56 m_expectedValueHasBeenSet = true;
57 m_expectedValue = value;
58 }
60 SetExpectedValue(value);
61 return *this;
62 }
64
66
70 inline double GetLowerLimit() const { return m_lowerLimit; }
71 inline bool LowerLimitHasBeenSet() const { return m_lowerLimitHasBeenSet; }
72 inline void SetLowerLimit(double value) {
73 m_lowerLimitHasBeenSet = true;
74 m_lowerLimit = value;
75 }
77 SetLowerLimit(value);
78 return *this;
79 }
81
83
87 inline double GetUpperLimit() const { return m_upperLimit; }
88 inline bool UpperLimitHasBeenSet() const { return m_upperLimitHasBeenSet; }
89 inline void SetUpperLimit(double value) {
90 m_upperLimitHasBeenSet = true;
91 m_upperLimit = value;
92 }
94 SetUpperLimit(value);
95 return *this;
96 }
98 private:
99 double m_actualValue{0.0};
100
101 double m_expectedValue{0.0};
102
103 double m_lowerLimit{0.0};
104
105 double m_upperLimit{0.0};
106 bool m_actualValueHasBeenSet = false;
107 bool m_expectedValueHasBeenSet = false;
108 bool m_lowerLimitHasBeenSet = false;
109 bool m_upperLimitHasBeenSet = false;
110};
111
112} // namespace Model
113} // namespace Glue
114} // namespace Aws
DataQualityMetricValues & WithLowerLimit(double value)
AWS_GLUE_API DataQualityMetricValues()=default
AWS_GLUE_API DataQualityMetricValues & operator=(Aws::Utils::Json::JsonView jsonValue)
DataQualityMetricValues & WithActualValue(double value)
DataQualityMetricValues & WithExpectedValue(double value)
DataQualityMetricValues & WithUpperLimit(double value)
AWS_GLUE_API DataQualityMetricValues(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue