7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/amplifyuibuilder/model/FormDataTypeConfig.h>
10#include <aws/amplifyuibuilder/model/FormActionType.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/amplifyuibuilder/model/FormStyle.h>
13#include <aws/amplifyuibuilder/model/FormCTA.h>
14#include <aws/amplifyuibuilder/model/LabelDecorator.h>
15#include <aws/amplifyuibuilder/model/FieldConfig.h>
16#include <aws/amplifyuibuilder/model/SectionalElement.h>
29namespace AmplifyUIBuilder
57 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
112 inline void SetStyle(
FormStyle&& value) { m_styleHasBeenSet =
true; m_style = std::move(value); }
144 inline void SetSchemaVersion(
const char* value) { m_schemaVersionHasBeenSet =
true; m_schemaVersion.assign(value); }
157 inline void SetCta(
const FormCTA& value) { m_ctaHasBeenSet =
true; m_cta = value; }
158 inline void SetCta(
FormCTA&& value) { m_ctaHasBeenSet =
true; m_cta = std::move(value); }
177 bool m_nameHasBeenSet =
false;
180 bool m_dataTypeHasBeenSet =
false;
183 bool m_formActionTypeHasBeenSet =
false;
186 bool m_fieldsHasBeenSet =
false;
189 bool m_styleHasBeenSet =
false;
192 bool m_sectionalElementsHasBeenSet =
false;
195 bool m_schemaVersionHasBeenSet =
false;
198 bool m_ctaHasBeenSet =
false;
201 bool m_labelDecoratorHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue