AWS SDK for C++

AWS SDK for C++ Version 1.11.747

Loading...
Searching...
No Matches
PercentileAggregation.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 PercentileAggregation() = default;
30 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
37 inline double GetPercentileValue() const { return m_percentileValue; }
38 inline bool PercentileValueHasBeenSet() const { return m_percentileValueHasBeenSet; }
39 inline void SetPercentileValue(double value) {
40 m_percentileValueHasBeenSet = true;
41 m_percentileValue = value;
42 }
44 SetPercentileValue(value);
45 return *this;
46 }
48 private:
49 double m_percentileValue{0.0};
50 bool m_percentileValueHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace QuickSight
55} // namespace Aws
PercentileAggregation & WithPercentileValue(double value)
AWS_QUICKSIGHT_API PercentileAggregation()=default
AWS_QUICKSIGHT_API PercentileAggregation(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API PercentileAggregation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue