AWS SDK for C++

AWS SDK for C++ Version 1.11.744

Loading...
Searching...
No Matches
ReferenceLineStaticDataConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace QuickSight {
17namespace Model {
18
26 public:
27 AWS_QUICKSIGHT_API ReferenceLineStaticDataConfiguration() = default;
30 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
36 inline double GetValue() const { return m_value; }
37 inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; }
38 inline void SetValue(double value) {
39 m_valueHasBeenSet = true;
40 m_value = value;
41 }
43 SetValue(value);
44 return *this;
45 }
47 private:
48 double m_value{0.0};
49 bool m_valueHasBeenSet = false;
50};
51
52} // namespace Model
53} // namespace QuickSight
54} // namespace Aws
AWS_QUICKSIGHT_API ReferenceLineStaticDataConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API ReferenceLineStaticDataConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue