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); }
179 inline CreateFormData&
AddTags(
const char* key,
const char* value) { m_tagsHasBeenSet =
true; m_tags.emplace(key, value);
return *
this; }
196 bool m_nameHasBeenSet =
false;
199 bool m_dataTypeHasBeenSet =
false;
202 bool m_formActionTypeHasBeenSet =
false;
205 bool m_fieldsHasBeenSet =
false;
208 bool m_styleHasBeenSet =
false;
211 bool m_sectionalElementsHasBeenSet =
false;
214 bool m_schemaVersionHasBeenSet =
false;
217 bool m_ctaHasBeenSet =
false;
220 bool m_tagsHasBeenSet =
false;
223 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