7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 inline void SetTop(
Aws::String&& value) { m_topHasBeenSet =
true; m_top = std::move(value); }
49 inline void SetTop(
const char* value) { m_topHasBeenSet =
true; m_top.assign(value); }
63 inline void SetBottom(
const char* value) { m_bottomHasBeenSet =
true; m_bottom.assign(value); }
77 inline void SetLeft(
const char* value) { m_leftHasBeenSet =
true; m_left.assign(value); }
91 inline void SetRight(
const char* value) { m_rightHasBeenSet =
true; m_right.assign(value); }
99 bool m_topHasBeenSet =
false;
102 bool m_bottomHasBeenSet =
false;
105 bool m_leftHasBeenSet =
false;
108 bool m_rightHasBeenSet =
false;
Spacing & WithTop(Aws::String &&value)
Spacing & WithLeft(Aws::String &&value)
Spacing & WithTop(const char *value)
AWS_QUICKSIGHT_API Spacing & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLeft() const
void SetBottom(Aws::String &&value)
void SetLeft(const char *value)
Spacing & WithTop(const Aws::String &value)
void SetBottom(const Aws::String &value)
void SetTop(const Aws::String &value)
Spacing & WithLeft(const char *value)
AWS_QUICKSIGHT_API Spacing(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API Spacing()
Spacing & WithLeft(const Aws::String &value)
void SetRight(Aws::String &&value)
void SetLeft(Aws::String &&value)
Spacing & WithRight(const char *value)
Spacing & WithRight(Aws::String &&value)
bool TopHasBeenSet() const
void SetTop(const char *value)
Spacing & WithBottom(const Aws::String &value)
bool BottomHasBeenSet() const
bool RightHasBeenSet() const
void SetLeft(const Aws::String &value)
const Aws::String & GetRight() const
bool LeftHasBeenSet() const
Spacing & WithBottom(const char *value)
Spacing & WithBottom(Aws::String &&value)
Spacing & WithRight(const Aws::String &value)
void SetRight(const Aws::String &value)
void SetTop(Aws::String &&value)
void SetBottom(const char *value)
void SetRight(const char *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