7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/Spacing.h>
48 template<
typename HeightT = Aws::String>
49 void SetHeight(HeightT&& value) { m_heightHasBeenSet =
true; m_height = std::forward<HeightT>(value); }
50 template<
typename HeightT = Aws::String>
61 template<
typename PaddingT = Spacing>
62 void SetPadding(PaddingT&& value) { m_paddingHasBeenSet =
true; m_padding = std::forward<PaddingT>(value); }
63 template<
typename PaddingT = Spacing>
69 bool m_heightHasBeenSet =
false;
72 bool m_paddingHasBeenSet =
false;
AWS_QUICKSIGHT_API SectionStyle & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PaddingHasBeenSet() const
AWS_QUICKSIGHT_API SectionStyle()=default
SectionStyle & WithPadding(PaddingT &&value)
const Aws::String & GetHeight() const
SectionStyle & WithHeight(HeightT &&value)
void SetHeight(HeightT &&value)
AWS_QUICKSIGHT_API SectionStyle(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPadding(PaddingT &&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