AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
NumericSeparatorConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/NumericSeparatorSymbol.h>
9#include <aws/quicksight/model/ThousandSeparatorOptions.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace QuickSight
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_QUICKSIGHT_API NumericSeparatorConfiguration();
39 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const NumericSeparatorSymbol& GetDecimalSeparator() const{ return m_decimalSeparator; }
47 inline bool DecimalSeparatorHasBeenSet() const { return m_decimalSeparatorHasBeenSet; }
48 inline void SetDecimalSeparator(const NumericSeparatorSymbol& value) { m_decimalSeparatorHasBeenSet = true; m_decimalSeparator = value; }
49 inline void SetDecimalSeparator(NumericSeparatorSymbol&& value) { m_decimalSeparatorHasBeenSet = true; m_decimalSeparator = std::move(value); }
53
55
58 inline const ThousandSeparatorOptions& GetThousandsSeparator() const{ return m_thousandsSeparator; }
59 inline bool ThousandsSeparatorHasBeenSet() const { return m_thousandsSeparatorHasBeenSet; }
60 inline void SetThousandsSeparator(const ThousandSeparatorOptions& value) { m_thousandsSeparatorHasBeenSet = true; m_thousandsSeparator = value; }
61 inline void SetThousandsSeparator(ThousandSeparatorOptions&& value) { m_thousandsSeparatorHasBeenSet = true; m_thousandsSeparator = std::move(value); }
65 private:
66
67 NumericSeparatorSymbol m_decimalSeparator;
68 bool m_decimalSeparatorHasBeenSet = false;
69
70 ThousandSeparatorOptions m_thousandsSeparator;
71 bool m_thousandsSeparatorHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace QuickSight
76} // namespace Aws
void SetDecimalSeparator(const NumericSeparatorSymbol &value)
NumericSeparatorConfiguration & WithThousandsSeparator(ThousandSeparatorOptions &&value)
void SetThousandsSeparator(const ThousandSeparatorOptions &value)
NumericSeparatorConfiguration & WithThousandsSeparator(const ThousandSeparatorOptions &value)
AWS_QUICKSIGHT_API NumericSeparatorConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
NumericSeparatorConfiguration & WithDecimalSeparator(const NumericSeparatorSymbol &value)
NumericSeparatorConfiguration & WithDecimalSeparator(NumericSeparatorSymbol &&value)
AWS_QUICKSIGHT_API NumericSeparatorConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue