AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BinWidthOptions.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
31 {
32 public:
33 AWS_QUICKSIGHT_API BinWidthOptions();
34 AWS_QUICKSIGHT_API BinWidthOptions(Aws::Utils::Json::JsonView jsonValue);
36 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline double GetValue() const{ return m_value; }
44 inline bool ValueHasBeenSet() const { return m_valueHasBeenSet; }
45 inline void SetValue(double value) { m_valueHasBeenSet = true; m_value = value; }
46 inline BinWidthOptions& WithValue(double value) { SetValue(value); return *this;}
48
50
53 inline long long GetBinCountLimit() const{ return m_binCountLimit; }
54 inline bool BinCountLimitHasBeenSet() const { return m_binCountLimitHasBeenSet; }
55 inline void SetBinCountLimit(long long value) { m_binCountLimitHasBeenSet = true; m_binCountLimit = value; }
56 inline BinWidthOptions& WithBinCountLimit(long long value) { SetBinCountLimit(value); return *this;}
58 private:
59
60 double m_value;
61 bool m_valueHasBeenSet = false;
62
63 long long m_binCountLimit;
64 bool m_binCountLimitHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace QuickSight
69} // namespace Aws
AWS_QUICKSIGHT_API BinWidthOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
BinWidthOptions & WithValue(double value)
AWS_QUICKSIGHT_API BinWidthOptions(Aws::Utils::Json::JsonView jsonValue)
BinWidthOptions & WithBinCountLimit(long long value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue