7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/ShapeConditionalFormat.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>
61 template<
typename FormatT = ShapeConditionalFormat>
62 void SetFormat(FormatT&& value) { m_formatHasBeenSet =
true; m_format = std::forward<FormatT>(value); }
63 template<
typename FormatT = ShapeConditionalFormat>
69 bool m_fieldIdHasBeenSet =
false;
72 bool m_formatHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue