7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/TopicNumericSeparatorSymbol.h>
10#include <aws/quicksight/model/NumberScale.h>
11#include <aws/quicksight/model/NegativeFormat.h>
50 inline void SetUseBlankCellFormat(
bool value) { m_useBlankCellFormatHasBeenSet =
true; m_useBlankCellFormat = value; }
62 inline void SetBlankCellFormat(
const char* value) { m_blankCellFormatHasBeenSet =
true; m_blankCellFormat.assign(value); }
76 inline void SetDateFormat(
const char* value) { m_dateFormatHasBeenSet =
true; m_dateFormat.assign(value); }
102 inline void SetGroupingSeparator(
const char* value) { m_groupingSeparatorHasBeenSet =
true; m_groupingSeparator.assign(value); }
114 inline void SetUseGrouping(
bool value) { m_useGroupingHasBeenSet =
true; m_useGrouping = value; }
124 inline void SetFractionDigits(
int value) { m_fractionDigitsHasBeenSet =
true; m_fractionDigits = value; }
136 inline void SetPrefix(
const char* value) { m_prefixHasBeenSet =
true; m_prefix.assign(value); }
150 inline void SetSuffix(
const char* value) { m_suffixHasBeenSet =
true; m_suffix.assign(value); }
190 inline void SetCurrencySymbol(
const char* value) { m_currencySymbolHasBeenSet =
true; m_currencySymbol.assign(value); }
197 bool m_useBlankCellFormat;
198 bool m_useBlankCellFormatHasBeenSet =
false;
201 bool m_blankCellFormatHasBeenSet =
false;
204 bool m_dateFormatHasBeenSet =
false;
207 bool m_decimalSeparatorHasBeenSet =
false;
210 bool m_groupingSeparatorHasBeenSet =
false;
213 bool m_useGroupingHasBeenSet =
false;
215 int m_fractionDigits;
216 bool m_fractionDigitsHasBeenSet =
false;
219 bool m_prefixHasBeenSet =
false;
222 bool m_suffixHasBeenSet =
false;
225 bool m_unitScalerHasBeenSet =
false;
228 bool m_negativeFormatHasBeenSet =
false;
231 bool m_currencySymbolHasBeenSet =
false;
TopicNumericSeparatorSymbol
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue