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>
23namespace AmplifyUIBuilder
50 inline void SetAppId(
const char* value) { m_appIdHasBeenSet =
true; m_appId.assign(value); }
76 inline void SetEnvironmentName(
const char* value) { m_environmentNameHasBeenSet =
true; m_environmentName.assign(value); }
102 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
116 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
124 bool m_appIdHasBeenSet =
false;
127 bool m_dataTypeHasBeenSet =
false;
130 bool m_environmentNameHasBeenSet =
false;
133 bool m_formActionTypeHasBeenSet =
false;
136 bool m_idHasBeenSet =
false;
139 bool m_nameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue