7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename TopT = Aws::String>
48 void SetTop(TopT&& value) { m_topHasBeenSet =
true; m_top = std::forward<TopT>(value); }
49 template<
typename TopT = Aws::String>
59 template<
typename BottomT = Aws::String>
60 void SetBottom(BottomT&& value) { m_bottomHasBeenSet =
true; m_bottom = std::forward<BottomT>(value); }
61 template<
typename BottomT = Aws::String>
71 template<
typename LeftT = Aws::String>
72 void SetLeft(LeftT&& value) { m_leftHasBeenSet =
true; m_left = std::forward<LeftT>(value); }
73 template<
typename LeftT = Aws::String>
83 template<
typename RightT = Aws::String>
84 void SetRight(RightT&& value) { m_rightHasBeenSet =
true; m_right = std::forward<RightT>(value); }
85 template<
typename RightT = Aws::String>
91 bool m_topHasBeenSet =
false;
94 bool m_bottomHasBeenSet =
false;
97 bool m_leftHasBeenSet =
false;
100 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