7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/NullValueFormatConfiguration.h>
10#include <aws/quicksight/model/NumericFormatConfiguration.h>
43 template <
typename DateTimeFormatT = Aws::String>
45 m_dateTimeFormatHasBeenSet =
true;
46 m_dateTimeFormat = std::forward<DateTimeFormatT>(value);
48 template <
typename DateTimeFormatT = Aws::String>
61 template <
typename NullValueFormatConfigurationT = NullValueFormatConfiguration>
63 m_nullValueFormatConfigurationHasBeenSet =
true;
64 m_nullValueFormatConfiguration = std::forward<NullValueFormatConfigurationT>(value);
66 template <
typename NullValueFormatConfigurationT = NullValueFormatConfiguration>
79 template <
typename NumericFormatConfigurationT = NumericFormatConfiguration>
81 m_numericFormatConfigurationHasBeenSet =
true;
82 m_numericFormatConfiguration = std::forward<NumericFormatConfigurationT>(value);
84 template <
typename NumericFormatConfigurationT = NumericFormatConfiguration>
96 bool m_dateTimeFormatHasBeenSet =
false;
97 bool m_nullValueFormatConfigurationHasBeenSet =
false;
98 bool m_numericFormatConfigurationHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue