7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/Visibility.h>
9#include <aws/quicksight/model/LabelOptions.h>
10#include <aws/quicksight/model/LegendPosition.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
91 inline void SetWidth(
const char* value) { m_widthHasBeenSet =
true; m_width.assign(value); }
106 inline void SetHeight(
const char* value) { m_heightHasBeenSet =
true; m_height.assign(value); }
114 bool m_visibilityHasBeenSet =
false;
117 bool m_titleHasBeenSet =
false;
120 bool m_positionHasBeenSet =
false;
123 bool m_widthHasBeenSet =
false;
126 bool m_heightHasBeenSet =
false;
void SetVisibility(const Visibility &value)
bool HeightHasBeenSet() const
LegendOptions & WithTitle(LabelOptions &&value)
void SetTitle(const LabelOptions &value)
void SetHeight(const char *value)
void SetWidth(Aws::String &&value)
bool TitleHasBeenSet() const
const Aws::String & GetWidth() const
void SetPosition(const LegendPosition &value)
LegendOptions & WithWidth(const Aws::String &value)
LegendOptions & WithHeight(Aws::String &&value)
const LabelOptions & GetTitle() const
void SetWidth(const char *value)
void SetPosition(LegendPosition &&value)
bool PositionHasBeenSet() const
void SetTitle(LabelOptions &&value)
LegendOptions & WithVisibility(const Visibility &value)
void SetVisibility(Visibility &&value)
void SetHeight(const Aws::String &value)
const Aws::String & GetHeight() const
LegendOptions & WithPosition(const LegendPosition &value)
AWS_QUICKSIGHT_API LegendOptions(Aws::Utils::Json::JsonView jsonValue)
void SetHeight(Aws::String &&value)
AWS_QUICKSIGHT_API LegendOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API LegendOptions()
LegendOptions & WithWidth(const char *value)
void SetWidth(const Aws::String &value)
LegendOptions & WithTitle(const LabelOptions &value)
const Visibility & GetVisibility() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const LegendPosition & GetPosition() const
LegendOptions & WithWidth(Aws::String &&value)
bool WidthHasBeenSet() const
bool VisibilityHasBeenSet() const
LegendOptions & WithHeight(const char *value)
LegendOptions & WithHeight(const Aws::String &value)
LegendOptions & WithPosition(LegendPosition &&value)
LegendOptions & WithVisibility(Visibility &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue