7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/amplifyuibuilder/model/FormStyleConfig.h>
21namespace AmplifyUIBuilder
47 template<
typename HorizontalGapT = FormStyleConfig>
48 void SetHorizontalGap(HorizontalGapT&& value) { m_horizontalGapHasBeenSet =
true; m_horizontalGap = std::forward<HorizontalGapT>(value); }
49 template<
typename HorizontalGapT = FormStyleConfig>
59 template<
typename VerticalGapT = FormStyleConfig>
60 void SetVerticalGap(VerticalGapT&& value) { m_verticalGapHasBeenSet =
true; m_verticalGap = std::forward<VerticalGapT>(value); }
61 template<
typename VerticalGapT = FormStyleConfig>
71 template<
typename OuterPaddingT = FormStyleConfig>
72 void SetOuterPadding(OuterPaddingT&& value) { m_outerPaddingHasBeenSet =
true; m_outerPadding = std::forward<OuterPaddingT>(value); }
73 template<
typename OuterPaddingT = FormStyleConfig>
79 bool m_horizontalGapHasBeenSet =
false;
82 bool m_verticalGapHasBeenSet =
false;
85 bool m_outerPaddingHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue