7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/SheetElementConfigurationOverrides.h>
50 inline void SetExpression(
const char* value) { m_expressionHasBeenSet =
true; m_expression.assign(value); }
70 bool m_expressionHasBeenSet =
false;
73 bool m_configurationOverridesHasBeenSet =
false;
SheetElementRenderingRule & WithExpression(const char *value)
const SheetElementConfigurationOverrides & GetConfigurationOverrides() const
AWS_QUICKSIGHT_API SheetElementRenderingRule & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetConfigurationOverrides(const SheetElementConfigurationOverrides &value)
const Aws::String & GetExpression() const
bool ExpressionHasBeenSet() const
AWS_QUICKSIGHT_API SheetElementRenderingRule()
void SetConfigurationOverrides(SheetElementConfigurationOverrides &&value)
SheetElementRenderingRule & WithConfigurationOverrides(SheetElementConfigurationOverrides &&value)
void SetExpression(const char *value)
AWS_QUICKSIGHT_API SheetElementRenderingRule(Aws::Utils::Json::JsonView jsonValue)
SheetElementRenderingRule & WithExpression(Aws::String &&value)
void SetExpression(Aws::String &&value)
SheetElementRenderingRule & WithConfigurationOverrides(const SheetElementConfigurationOverrides &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ConfigurationOverridesHasBeenSet() const
SheetElementRenderingRule & WithExpression(const Aws::String &value)
void SetExpression(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue