7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/NegativeFormat.h>
10#include <aws/quicksight/model/NumberScale.h>
11#include <aws/quicksight/model/TopicNumericSeparatorSymbol.h>
45 m_useBlankCellFormatHasBeenSet =
true;
46 m_useBlankCellFormat = value;
60 template <
typename BlankCellFormatT = Aws::String>
62 m_blankCellFormatHasBeenSet =
true;
63 m_blankCellFormat = std::forward<BlankCellFormatT>(value);
65 template <
typename BlankCellFormatT = Aws::String>
78 template <
typename DateFormatT = Aws::String>
80 m_dateFormatHasBeenSet =
true;
81 m_dateFormat = std::forward<DateFormatT>(value);
83 template <
typename DateFormatT = Aws::String>
97 m_decimalSeparatorHasBeenSet =
true;
98 m_decimalSeparator = value;
112 template <
typename GroupingSeparatorT = Aws::String>
114 m_groupingSeparatorHasBeenSet =
true;
115 m_groupingSeparator = std::forward<GroupingSeparatorT>(value);
117 template <
typename GroupingSeparatorT = Aws::String>
131 m_useGroupingHasBeenSet =
true;
132 m_useGrouping = value;
147 m_fractionDigitsHasBeenSet =
true;
148 m_fractionDigits = value;
162 template <
typename PrefixT = Aws::String>
164 m_prefixHasBeenSet =
true;
165 m_prefix = std::forward<PrefixT>(value);
167 template <
typename PrefixT = Aws::String>
180 template <
typename SuffixT = Aws::String>
182 m_suffixHasBeenSet =
true;
183 m_suffix = std::forward<SuffixT>(value);
185 template <
typename SuffixT = Aws::String>
201 m_unitScalerHasBeenSet =
true;
202 m_unitScaler = value;
216 template <
typename NegativeFormatT = NegativeFormat>
218 m_negativeFormatHasBeenSet =
true;
219 m_negativeFormat = std::forward<NegativeFormatT>(value);
221 template <
typename NegativeFormatT = NegativeFormat>
234 template <
typename CurrencySymbolT = Aws::String>
236 m_currencySymbolHasBeenSet =
true;
237 m_currencySymbol = std::forward<CurrencySymbolT>(value);
239 template <
typename CurrencySymbolT = Aws::String>
246 bool m_useBlankCellFormat{
false};
256 bool m_useGrouping{
false};
258 int m_fractionDigits{0};
266 NegativeFormat m_negativeFormat;
269 bool m_useBlankCellFormatHasBeenSet =
false;
270 bool m_blankCellFormatHasBeenSet =
false;
271 bool m_dateFormatHasBeenSet =
false;
272 bool m_decimalSeparatorHasBeenSet =
false;
273 bool m_groupingSeparatorHasBeenSet =
false;
274 bool m_useGroupingHasBeenSet =
false;
275 bool m_fractionDigitsHasBeenSet =
false;
276 bool m_prefixHasBeenSet =
false;
277 bool m_suffixHasBeenSet =
false;
278 bool m_unitScalerHasBeenSet =
false;
279 bool m_negativeFormatHasBeenSet =
false;
280 bool m_currencySymbolHasBeenSet =
false;
TopicNumericSeparatorSymbol
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue