7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/Spacing.h>
42 template <
typename HeightT = Aws::String>
44 m_heightHasBeenSet =
true;
45 m_height = std::forward<HeightT>(value);
47 template <
typename HeightT = Aws::String>
61 template <
typename PaddingT = Spacing>
63 m_paddingHasBeenSet =
true;
64 m_padding = std::forward<PaddingT>(value);
66 template <
typename PaddingT = Spacing>
76 bool m_heightHasBeenSet =
false;
77 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