AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
PercentVisibleRange.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QuickSight
20{
21namespace Model
22{
23
30 {
31 public:
32 AWS_QUICKSIGHT_API PercentVisibleRange();
33 AWS_QUICKSIGHT_API PercentVisibleRange(Aws::Utils::Json::JsonView jsonValue);
35 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
36
37
39
42 inline double GetFrom() const{ return m_from; }
43 inline bool FromHasBeenSet() const { return m_fromHasBeenSet; }
44 inline void SetFrom(double value) { m_fromHasBeenSet = true; m_from = value; }
45 inline PercentVisibleRange& WithFrom(double value) { SetFrom(value); return *this;}
47
49
52 inline double GetTo() const{ return m_to; }
53 inline bool ToHasBeenSet() const { return m_toHasBeenSet; }
54 inline void SetTo(double value) { m_toHasBeenSet = true; m_to = value; }
55 inline PercentVisibleRange& WithTo(double value) { SetTo(value); return *this;}
57 private:
58
59 double m_from;
60 bool m_fromHasBeenSet = false;
61
62 double m_to;
63 bool m_toHasBeenSet = false;
64 };
65
66} // namespace Model
67} // namespace QuickSight
68} // namespace Aws
PercentVisibleRange & WithFrom(double value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API PercentVisibleRange & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API PercentVisibleRange(Aws::Utils::Json::JsonView jsonValue)
PercentVisibleRange & WithTo(double value)
Aws::Utils::Json::JsonValue JsonValue