7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/TextConditionalFormat.h>
48 template<
typename FieldIdT = Aws::String>
49 void SetFieldId(FieldIdT&& value) { m_fieldIdHasBeenSet =
true; m_fieldId = std::forward<FieldIdT>(value); }
50 template<
typename FieldIdT = Aws::String>
60 template<
typename TextFormatT = TextConditionalFormat>
61 void SetTextFormat(TextFormatT&& value) { m_textFormatHasBeenSet =
true; m_textFormat = std::forward<TextFormatT>(value); }
62 template<
typename TextFormatT = TextConditionalFormat>
68 bool m_fieldIdHasBeenSet =
false;
71 bool m_textFormatHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue