7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/FontConfiguration.h>
49 template<
typename ValueT = Aws::String>
50 void SetValue(ValueT&& value) { m_valueHasBeenSet =
true; m_value = std::forward<ValueT>(value); }
51 template<
typename ValueT = Aws::String>
62 template<
typename FontConfigurationT = FontConfiguration>
63 void SetFontConfiguration(FontConfigurationT&& value) { m_fontConfigurationHasBeenSet =
true; m_fontConfiguration = std::forward<FontConfigurationT>(value); }
64 template<
typename FontConfigurationT = FontConfiguration>
70 bool m_valueHasBeenSet =
false;
73 bool m_fontConfigurationHasBeenSet =
false;
void SetValue(ValueT &&value)
const Aws::String & GetValue() const
const FontConfiguration & GetFontConfiguration() const
AWS_QUICKSIGHT_API TableFieldCustomTextContent()=default
void SetFontConfiguration(FontConfigurationT &&value)
bool ValueHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
TableFieldCustomTextContent & WithValue(ValueT &&value)
TableFieldCustomTextContent & WithFontConfiguration(FontConfigurationT &&value)
AWS_QUICKSIGHT_API TableFieldCustomTextContent & operator=(Aws::Utils::Json::JsonView jsonValue)
bool FontConfigurationHasBeenSet() const
AWS_QUICKSIGHT_API TableFieldCustomTextContent(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue