7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/Spacing.h>
50 inline void SetHeight(
const char* value) { m_heightHasBeenSet =
true; m_height.assign(value); }
63 inline void SetPadding(
const Spacing& value) { m_paddingHasBeenSet =
true; m_padding = value; }
64 inline void SetPadding(
Spacing&& value) { m_paddingHasBeenSet =
true; m_padding = std::move(value); }
71 bool m_heightHasBeenSet =
false;
74 bool m_paddingHasBeenSet =
false;
AWS_QUICKSIGHT_API SectionStyle & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetHeight(Aws::String &&value)
bool PaddingHasBeenSet() const
SectionStyle & WithPadding(Spacing &&value)
void SetPadding(Spacing &&value)
SectionStyle & WithPadding(const Spacing &value)
const Aws::String & GetHeight() const
void SetHeight(const char *value)
AWS_QUICKSIGHT_API SectionStyle(Aws::Utils::Json::JsonView jsonValue)
void SetHeight(const Aws::String &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
SectionStyle & WithHeight(const Aws::String &value)
AWS_QUICKSIGHT_API SectionStyle()
void SetPadding(const Spacing &value)
SectionStyle & WithHeight(Aws::String &&value)
SectionStyle & WithHeight(const char *value)
const Spacing & GetPadding() const
bool HeightHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue