7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
41 template <
typename TopT = Aws::String>
43 m_topHasBeenSet =
true;
44 m_top = std::forward<TopT>(value);
46 template <
typename TopT = Aws::String>
48 SetTop(std::forward<TopT>(value));
59 template <
typename BottomT = Aws::String>
61 m_bottomHasBeenSet =
true;
62 m_bottom = std::forward<BottomT>(value);
64 template <
typename BottomT = Aws::String>
77 template <
typename LeftT = Aws::String>
79 m_leftHasBeenSet =
true;
80 m_left = std::forward<LeftT>(value);
82 template <
typename LeftT = Aws::String>
84 SetLeft(std::forward<LeftT>(value));
95 template <
typename RightT = Aws::String>
97 m_rightHasBeenSet =
true;
98 m_right = std::forward<RightT>(value);
100 template <
typename RightT = Aws::String>
102 SetRight(std::forward<RightT>(value));
114 bool m_topHasBeenSet =
false;
115 bool m_bottomHasBeenSet =
false;
116 bool m_leftHasBeenSet =
false;
117 bool m_rightHasBeenSet =
false;
void SetTop(TopT &&value)
AWS_QUICKSIGHT_API Spacing & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLeft() const
AWS_QUICKSIGHT_API Spacing(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool TopHasBeenSet() const
Spacing & WithRight(RightT &&value)
bool BottomHasBeenSet() const
Spacing & WithLeft(LeftT &&value)
bool RightHasBeenSet() const
const Aws::String & GetRight() const
Spacing & WithBottom(BottomT &&value)
bool LeftHasBeenSet() const
void SetLeft(LeftT &&value)
Spacing & WithTop(TopT &&value)
AWS_QUICKSIGHT_API Spacing()=default
void SetRight(RightT &&value)
void SetBottom(BottomT &&value)
const Aws::String & GetTop() const
const Aws::String & GetBottom() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue