AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
DecimalPlacesConfiguration.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 DecimalPlacesConfiguration() = default;
30 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
36 inline long long GetDecimalPlaces() const { return m_decimalPlaces; }
37 inline bool DecimalPlacesHasBeenSet() const { return m_decimalPlacesHasBeenSet; }
38 inline void SetDecimalPlaces(long long value) {
39 m_decimalPlacesHasBeenSet = true;
40 m_decimalPlaces = value;
41 }
43 SetDecimalPlaces(value);
44 return *this;
45 }
47 private:
48 long long m_decimalPlaces{0};
49 bool m_decimalPlacesHasBeenSet = false;
50};
51
52} // namespace Model
53} // namespace QuickSight
54} // namespace Aws
AWS_QUICKSIGHT_API DecimalPlacesConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API DecimalPlacesConfiguration()=default
AWS_QUICKSIGHT_API DecimalPlacesConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
DecimalPlacesConfiguration & WithDecimalPlaces(long long value)
Aws::Utils::Json::JsonValue JsonValue