AWS SDK for C++

AWS SDK for C++ Version 1.11.747

Loading...
Searching...
No Matches
ConditionalFormattingIconSet.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/ConditionalFormattingIconSetType.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace QuickSight {
21namespace Model {
22
29 public:
30 AWS_QUICKSIGHT_API ConditionalFormattingIconSet() = default;
33 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const Aws::String& GetExpression() const { return m_expression; }
41 inline bool ExpressionHasBeenSet() const { return m_expressionHasBeenSet; }
42 template <typename ExpressionT = Aws::String>
43 void SetExpression(ExpressionT&& value) {
44 m_expressionHasBeenSet = true;
45 m_expression = std::forward<ExpressionT>(value);
46 }
47 template <typename ExpressionT = Aws::String>
49 SetExpression(std::forward<ExpressionT>(value));
50 return *this;
51 }
53
55
58 inline ConditionalFormattingIconSetType GetIconSetType() const { return m_iconSetType; }
59 inline bool IconSetTypeHasBeenSet() const { return m_iconSetTypeHasBeenSet; }
61 m_iconSetTypeHasBeenSet = true;
62 m_iconSetType = value;
63 }
65 SetIconSetType(value);
66 return *this;
67 }
69 private:
70 Aws::String m_expression;
71
73 bool m_expressionHasBeenSet = false;
74 bool m_iconSetTypeHasBeenSet = false;
75};
76
77} // namespace Model
78} // namespace QuickSight
79} // namespace Aws
AWS_QUICKSIGHT_API ConditionalFormattingIconSet()=default
void SetIconSetType(ConditionalFormattingIconSetType value)
AWS_QUICKSIGHT_API ConditionalFormattingIconSet & operator=(Aws::Utils::Json::JsonView jsonValue)
ConditionalFormattingIconSet & WithIconSetType(ConditionalFormattingIconSetType value)
ConditionalFormattingIconSet & WithExpression(ExpressionT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API ConditionalFormattingIconSet(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue