AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
ApplicationTheme.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/BrandColorPalette.h>
9#include <aws/quicksight/model/BrandElementStyle.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
33 {
34 public:
35 AWS_QUICKSIGHT_API ApplicationTheme() = default;
36 AWS_QUICKSIGHT_API ApplicationTheme(Aws::Utils::Json::JsonView jsonValue);
38 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const BrandColorPalette& GetBrandColorPalette() const { return m_brandColorPalette; }
46 inline bool BrandColorPaletteHasBeenSet() const { return m_brandColorPaletteHasBeenSet; }
47 template<typename BrandColorPaletteT = BrandColorPalette>
48 void SetBrandColorPalette(BrandColorPaletteT&& value) { m_brandColorPaletteHasBeenSet = true; m_brandColorPalette = std::forward<BrandColorPaletteT>(value); }
49 template<typename BrandColorPaletteT = BrandColorPalette>
50 ApplicationTheme& WithBrandColorPalette(BrandColorPaletteT&& value) { SetBrandColorPalette(std::forward<BrandColorPaletteT>(value)); return *this;}
52
54
57 inline const BrandElementStyle& GetBrandElementStyle() const { return m_brandElementStyle; }
58 inline bool BrandElementStyleHasBeenSet() const { return m_brandElementStyleHasBeenSet; }
59 template<typename BrandElementStyleT = BrandElementStyle>
60 void SetBrandElementStyle(BrandElementStyleT&& value) { m_brandElementStyleHasBeenSet = true; m_brandElementStyle = std::forward<BrandElementStyleT>(value); }
61 template<typename BrandElementStyleT = BrandElementStyle>
62 ApplicationTheme& WithBrandElementStyle(BrandElementStyleT&& value) { SetBrandElementStyle(std::forward<BrandElementStyleT>(value)); return *this;}
64 private:
65
66 BrandColorPalette m_brandColorPalette;
67 bool m_brandColorPaletteHasBeenSet = false;
68
69 BrandElementStyle m_brandElementStyle;
70 bool m_brandElementStyleHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace QuickSight
75} // namespace Aws
const BrandColorPalette & GetBrandColorPalette() const
AWS_QUICKSIGHT_API ApplicationTheme()=default
const BrandElementStyle & GetBrandElementStyle() const
void SetBrandElementStyle(BrandElementStyleT &&value)
ApplicationTheme & WithBrandColorPalette(BrandColorPaletteT &&value)
void SetBrandColorPalette(BrandColorPaletteT &&value)
ApplicationTheme & WithBrandElementStyle(BrandElementStyleT &&value)
AWS_QUICKSIGHT_API ApplicationTheme & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API ApplicationTheme(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue