7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/SheetElementConfigurationOverrides.h>
48 template<
typename ExpressionT = Aws::String>
49 void SetExpression(ExpressionT&& value) { m_expressionHasBeenSet =
true; m_expression = std::forward<ExpressionT>(value); }
50 template<
typename ExpressionT = Aws::String>
60 template<
typename ConfigurationOverr
idesT = SheetElementConfigurationOverr
ides>
61 void SetConfigurationOverrides(ConfigurationOverridesT&& value) { m_configurationOverridesHasBeenSet =
true; m_configurationOverrides = std::forward<ConfigurationOverridesT>(value); }
62 template<
typename ConfigurationOverr
idesT = SheetElementConfigurationOverr
ides>
68 bool m_expressionHasBeenSet =
false;
71 bool m_configurationOverridesHasBeenSet =
false;
SheetElementRenderingRule & WithConfigurationOverrides(ConfigurationOverridesT &&value)
const SheetElementConfigurationOverrides & GetConfigurationOverrides() const
AWS_QUICKSIGHT_API SheetElementRenderingRule & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetExpression() const
bool ExpressionHasBeenSet() const
AWS_QUICKSIGHT_API SheetElementRenderingRule(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API SheetElementRenderingRule()=default
void SetConfigurationOverrides(ConfigurationOverridesT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
SheetElementRenderingRule & WithExpression(ExpressionT &&value)
bool ConfigurationOverridesHasBeenSet() const
void SetExpression(ExpressionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue