7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/amplifyuibuilder/model/FixedPosition.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace AmplifyUIBuilder
62 inline void SetRightOf(
const char* value) { m_rightOfHasBeenSet =
true; m_rightOf.assign(value); }
76 inline void SetBelow(
const char* value) { m_belowHasBeenSet =
true; m_below.assign(value); }
84 bool m_fixedHasBeenSet =
false;
87 bool m_rightOfHasBeenSet =
false;
90 bool m_belowHasBeenSet =
false;
AWS_AMPLIFYUIBUILDER_API FieldPosition(Aws::Utils::Json::JsonView jsonValue)
bool FixedHasBeenSet() const
AWS_AMPLIFYUIBUILDER_API FieldPosition & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBelow(const Aws::String &value)
void SetRightOf(Aws::String &&value)
const Aws::String & GetRightOf() const
AWS_AMPLIFYUIBUILDER_API FieldPosition()
const Aws::String & GetBelow() const
void SetRightOf(const Aws::String &value)
FieldPosition & WithBelow(Aws::String &&value)
bool BelowHasBeenSet() const
FieldPosition & WithBelow(const char *value)
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
FieldPosition & WithRightOf(const Aws::String &value)
const FixedPosition & GetFixed() const
FieldPosition & WithRightOf(const char *value)
void SetFixed(FixedPosition &&value)
void SetRightOf(const char *value)
FieldPosition & WithFixed(FixedPosition &&value)
bool RightOfHasBeenSet() const
FieldPosition & WithFixed(const FixedPosition &value)
FieldPosition & WithBelow(const Aws::String &value)
void SetBelow(Aws::String &&value)
void SetBelow(const char *value)
void SetFixed(const FixedPosition &value)
FieldPosition & WithRightOf(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue