AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ThemeConfiguration.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/DataColorPalette.h>
9#include <aws/quicksight/model/UIColorPalette.h>
10#include <aws/quicksight/model/SheetStyle.h>
11#include <aws/quicksight/model/Typography.h>
12#include <utility>
13
14namespace Aws
15{
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21 class JsonView;
22} // namespace Json
23} // namespace Utils
24namespace QuickSight
25{
26namespace Model
27{
28
36 {
37 public:
38 AWS_QUICKSIGHT_API ThemeConfiguration();
39 AWS_QUICKSIGHT_API ThemeConfiguration(Aws::Utils::Json::JsonView jsonValue);
41 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
48 inline const DataColorPalette& GetDataColorPalette() const{ return m_dataColorPalette; }
49 inline bool DataColorPaletteHasBeenSet() const { return m_dataColorPaletteHasBeenSet; }
50 inline void SetDataColorPalette(const DataColorPalette& value) { m_dataColorPaletteHasBeenSet = true; m_dataColorPalette = value; }
51 inline void SetDataColorPalette(DataColorPalette&& value) { m_dataColorPaletteHasBeenSet = true; m_dataColorPalette = std::move(value); }
52 inline ThemeConfiguration& WithDataColorPalette(const DataColorPalette& value) { SetDataColorPalette(value); return *this;}
53 inline ThemeConfiguration& WithDataColorPalette(DataColorPalette&& value) { SetDataColorPalette(std::move(value)); return *this;}
55
57
61 inline const UIColorPalette& GetUIColorPalette() const{ return m_uIColorPalette; }
62 inline bool UIColorPaletteHasBeenSet() const { return m_uIColorPaletteHasBeenSet; }
63 inline void SetUIColorPalette(const UIColorPalette& value) { m_uIColorPaletteHasBeenSet = true; m_uIColorPalette = value; }
64 inline void SetUIColorPalette(UIColorPalette&& value) { m_uIColorPaletteHasBeenSet = true; m_uIColorPalette = std::move(value); }
65 inline ThemeConfiguration& WithUIColorPalette(const UIColorPalette& value) { SetUIColorPalette(value); return *this;}
66 inline ThemeConfiguration& WithUIColorPalette(UIColorPalette&& value) { SetUIColorPalette(std::move(value)); return *this;}
68
70
73 inline const SheetStyle& GetSheet() const{ return m_sheet; }
74 inline bool SheetHasBeenSet() const { return m_sheetHasBeenSet; }
75 inline void SetSheet(const SheetStyle& value) { m_sheetHasBeenSet = true; m_sheet = value; }
76 inline void SetSheet(SheetStyle&& value) { m_sheetHasBeenSet = true; m_sheet = std::move(value); }
77 inline ThemeConfiguration& WithSheet(const SheetStyle& value) { SetSheet(value); return *this;}
78 inline ThemeConfiguration& WithSheet(SheetStyle&& value) { SetSheet(std::move(value)); return *this;}
80
82
83 inline const Typography& GetTypography() const{ return m_typography; }
84 inline bool TypographyHasBeenSet() const { return m_typographyHasBeenSet; }
85 inline void SetTypography(const Typography& value) { m_typographyHasBeenSet = true; m_typography = value; }
86 inline void SetTypography(Typography&& value) { m_typographyHasBeenSet = true; m_typography = std::move(value); }
87 inline ThemeConfiguration& WithTypography(const Typography& value) { SetTypography(value); return *this;}
88 inline ThemeConfiguration& WithTypography(Typography&& value) { SetTypography(std::move(value)); return *this;}
90 private:
91
92 DataColorPalette m_dataColorPalette;
93 bool m_dataColorPaletteHasBeenSet = false;
94
95 UIColorPalette m_uIColorPalette;
96 bool m_uIColorPaletteHasBeenSet = false;
97
98 SheetStyle m_sheet;
99 bool m_sheetHasBeenSet = false;
100
101 Typography m_typography;
102 bool m_typographyHasBeenSet = false;
103 };
104
105} // namespace Model
106} // namespace QuickSight
107} // namespace Aws
void SetTypography(const Typography &value)
ThemeConfiguration & WithUIColorPalette(const UIColorPalette &value)
const DataColorPalette & GetDataColorPalette() const
ThemeConfiguration & WithSheet(const SheetStyle &value)
ThemeConfiguration & WithTypography(Typography &&value)
ThemeConfiguration & WithUIColorPalette(UIColorPalette &&value)
void SetUIColorPalette(const UIColorPalette &value)
void SetUIColorPalette(UIColorPalette &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
ThemeConfiguration & WithSheet(SheetStyle &&value)
void SetDataColorPalette(const DataColorPalette &value)
ThemeConfiguration & WithTypography(const Typography &value)
ThemeConfiguration & WithDataColorPalette(DataColorPalette &&value)
void SetDataColorPalette(DataColorPalette &&value)
ThemeConfiguration & WithDataColorPalette(const DataColorPalette &value)
AWS_QUICKSIGHT_API ThemeConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API ThemeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const UIColorPalette & GetUIColorPalette() const
Aws::Utils::Json::JsonValue JsonValue