AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SheetElementRenderingRule.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/SheetElementConfigurationOverrides.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace QuickSight
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_QUICKSIGHT_API SheetElementRenderingRule();
39 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetExpression() const{ return m_expression; }
47 inline bool ExpressionHasBeenSet() const { return m_expressionHasBeenSet; }
48 inline void SetExpression(const Aws::String& value) { m_expressionHasBeenSet = true; m_expression = value; }
49 inline void SetExpression(Aws::String&& value) { m_expressionHasBeenSet = true; m_expression = std::move(value); }
50 inline void SetExpression(const char* value) { m_expressionHasBeenSet = true; m_expression.assign(value); }
51 inline SheetElementRenderingRule& WithExpression(const Aws::String& value) { SetExpression(value); return *this;}
52 inline SheetElementRenderingRule& WithExpression(Aws::String&& value) { SetExpression(std::move(value)); return *this;}
53 inline SheetElementRenderingRule& WithExpression(const char* value) { SetExpression(value); return *this;}
55
57
60 inline const SheetElementConfigurationOverrides& GetConfigurationOverrides() const{ return m_configurationOverrides; }
61 inline bool ConfigurationOverridesHasBeenSet() const { return m_configurationOverridesHasBeenSet; }
62 inline void SetConfigurationOverrides(const SheetElementConfigurationOverrides& value) { m_configurationOverridesHasBeenSet = true; m_configurationOverrides = value; }
63 inline void SetConfigurationOverrides(SheetElementConfigurationOverrides&& value) { m_configurationOverridesHasBeenSet = true; m_configurationOverrides = std::move(value); }
67 private:
68
69 Aws::String m_expression;
70 bool m_expressionHasBeenSet = false;
71
72 SheetElementConfigurationOverrides m_configurationOverrides;
73 bool m_configurationOverridesHasBeenSet = false;
74 };
75
76} // namespace Model
77} // namespace QuickSight
78} // namespace Aws
SheetElementRenderingRule & WithExpression(const char *value)
const SheetElementConfigurationOverrides & GetConfigurationOverrides() const
AWS_QUICKSIGHT_API SheetElementRenderingRule & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetConfigurationOverrides(const SheetElementConfigurationOverrides &value)
void SetConfigurationOverrides(SheetElementConfigurationOverrides &&value)
SheetElementRenderingRule & WithConfigurationOverrides(SheetElementConfigurationOverrides &&value)
AWS_QUICKSIGHT_API SheetElementRenderingRule(Aws::Utils::Json::JsonView jsonValue)
SheetElementRenderingRule & WithExpression(Aws::String &&value)
SheetElementRenderingRule & WithConfigurationOverrides(const SheetElementConfigurationOverrides &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
SheetElementRenderingRule & WithExpression(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue