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
58 template<
typename RightOfT = Aws::String>
59 void SetRightOf(RightOfT&& value) { m_rightOfHasBeenSet =
true; m_rightOf = std::forward<RightOfT>(value); }
60 template<
typename RightOfT = Aws::String>
70 template<
typename BelowT = Aws::String>
71 void SetBelow(BelowT&& value) { m_belowHasBeenSet =
true; m_below = std::forward<BelowT>(value); }
72 template<
typename BelowT = Aws::String>
78 bool m_fixedHasBeenSet =
false;
81 bool m_rightOfHasBeenSet =
false;
84 bool m_belowHasBeenSet =
false;
AWS_AMPLIFYUIBUILDER_API FieldPosition()=default
FieldPosition & WithBelow(BelowT &&value)
AWS_AMPLIFYUIBUILDER_API FieldPosition(Aws::Utils::Json::JsonView jsonValue)
bool FixedHasBeenSet() const
AWS_AMPLIFYUIBUILDER_API FieldPosition & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRightOf() const
const Aws::String & GetBelow() const
void SetRightOf(RightOfT &&value)
bool BelowHasBeenSet() const
AWS_AMPLIFYUIBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetBelow(BelowT &&value)
FixedPosition GetFixed() const
FieldPosition & WithRightOf(RightOfT &&value)
bool RightOfHasBeenSet() const
void SetFixed(FixedPosition value)
FieldPosition & WithFixed(FixedPosition value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue