7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/PanelTitleOptions.h>
9#include <aws/quicksight/model/Visibility.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/quicksight/model/PanelBorderStyle.h>
50 template<
typename TitleT = PanelTitleOptions>
51 void SetTitle(TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
52 template<
typename TitleT = PanelTitleOptions>
72 template<
typename BorderThicknessT = Aws::String>
73 void SetBorderThickness(BorderThicknessT&& value) { m_borderThicknessHasBeenSet =
true; m_borderThickness = std::forward<BorderThicknessT>(value); }
74 template<
typename BorderThicknessT = Aws::String>
94 template<
typename BorderColorT = Aws::String>
95 void SetBorderColor(BorderColorT&& value) { m_borderColorHasBeenSet =
true; m_borderColor = std::forward<BorderColorT>(value); }
96 template<
typename BorderColorT = Aws::String>
118 template<
typename GutterSpacingT = Aws::String>
119 void SetGutterSpacing(GutterSpacingT&& value) { m_gutterSpacingHasBeenSet =
true; m_gutterSpacing = std::forward<GutterSpacingT>(value); }
120 template<
typename GutterSpacingT = Aws::String>
141 template<
typename BackgroundColorT = Aws::String>
142 void SetBackgroundColor(BackgroundColorT&& value) { m_backgroundColorHasBeenSet =
true; m_backgroundColor = std::forward<BackgroundColorT>(value); }
143 template<
typename BackgroundColorT = Aws::String>
149 bool m_titleHasBeenSet =
false;
152 bool m_borderVisibilityHasBeenSet =
false;
155 bool m_borderThicknessHasBeenSet =
false;
158 bool m_borderStyleHasBeenSet =
false;
161 bool m_borderColorHasBeenSet =
false;
164 bool m_gutterVisibilityHasBeenSet =
false;
167 bool m_gutterSpacingHasBeenSet =
false;
170 bool m_backgroundVisibilityHasBeenSet =
false;
173 bool m_backgroundColorHasBeenSet =
false;
AWS_QUICKSIGHT_API PanelConfiguration()=default
void SetBackgroundVisibility(Visibility value)
AWS_QUICKSIGHT_API PanelConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
PanelConfiguration & WithGutterSpacing(GutterSpacingT &&value)
Visibility GetBackgroundVisibility() const
void SetBorderVisibility(Visibility value)
bool BorderStyleHasBeenSet() const
const Aws::String & GetBorderColor() const
void SetTitle(TitleT &&value)
bool BorderThicknessHasBeenSet() const
PanelConfiguration & WithGutterVisibility(Visibility value)
void SetBorderColor(BorderColorT &&value)
PanelConfiguration & WithBackgroundVisibility(Visibility value)
bool BorderColorHasBeenSet() const
AWS_QUICKSIGHT_API PanelConfiguration(Aws::Utils::Json::JsonView jsonValue)
PanelBorderStyle GetBorderStyle() const
PanelConfiguration & WithBorderVisibility(Visibility value)
const Aws::String & GetBorderThickness() const
void SetGutterVisibility(Visibility value)
bool GutterSpacingHasBeenSet() const
void SetBorderStyle(PanelBorderStyle value)
PanelConfiguration & WithTitle(TitleT &&value)
PanelConfiguration & WithBorderThickness(BorderThicknessT &&value)
void SetGutterSpacing(GutterSpacingT &&value)
const Aws::String & GetGutterSpacing() const
const Aws::String & GetBackgroundColor() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
PanelConfiguration & WithBorderStyle(PanelBorderStyle value)
Visibility GetGutterVisibility() const
const PanelTitleOptions & GetTitle() const
bool BackgroundColorHasBeenSet() const
void SetBackgroundColor(BackgroundColorT &&value)
bool BackgroundVisibilityHasBeenSet() const
void SetBorderThickness(BorderThicknessT &&value)
bool TitleHasBeenSet() const
PanelConfiguration & WithBorderColor(BorderColorT &&value)
PanelConfiguration & WithBackgroundColor(BackgroundColorT &&value)
Visibility GetBorderVisibility() const
bool GutterVisibilityHasBeenSet() const
bool BorderVisibilityHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue