7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/NullValueFormatConfiguration.h>
10#include <aws/quicksight/model/NumericFormatConfiguration.h>
49 template<
typename DateTimeFormatT = Aws::String>
50 void SetDateTimeFormat(DateTimeFormatT&& value) { m_dateTimeFormatHasBeenSet =
true; m_dateTimeFormat = std::forward<DateTimeFormatT>(value); }
51 template<
typename DateTimeFormatT = Aws::String>
61 template<
typename NullValueFormatConfigurationT = NullValueFormatConfiguration>
62 void SetNullValueFormatConfiguration(NullValueFormatConfigurationT&& value) { m_nullValueFormatConfigurationHasBeenSet =
true; m_nullValueFormatConfiguration = std::forward<NullValueFormatConfigurationT>(value); }
63 template<
typename NullValueFormatConfigurationT = NullValueFormatConfiguration>
73 template<
typename NumericFormatConfigurationT = NumericFormatConfiguration>
74 void SetNumericFormatConfiguration(NumericFormatConfigurationT&& value) { m_numericFormatConfigurationHasBeenSet =
true; m_numericFormatConfiguration = std::forward<NumericFormatConfigurationT>(value); }
75 template<
typename NumericFormatConfigurationT = NumericFormatConfiguration>
81 bool m_dateTimeFormatHasBeenSet =
false;
84 bool m_nullValueFormatConfigurationHasBeenSet =
false;
87 bool m_numericFormatConfigurationHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue