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
48 template<
typename AppIdT = Aws::String>
49 void SetAppId(AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
50 template<
typename AppIdT = Aws::String>
60 template<
typename DataTypeT = FormDataTypeConfig>
61 void SetDataType(DataTypeT&& value) { m_dataTypeHasBeenSet =
true; m_dataType = std::forward<DataTypeT>(value); }
62 template<
typename DataTypeT = FormDataTypeConfig>
72 template<
typename EnvironmentNameT = Aws::String>
73 void SetEnvironmentName(EnvironmentNameT&& value) { m_environmentNameHasBeenSet =
true; m_environmentName = std::forward<EnvironmentNameT>(value); }
74 template<
typename EnvironmentNameT = Aws::String>
94 template<
typename IdT = Aws::String>
95 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
96 template<
typename IdT = Aws::String>
106 template<
typename NameT = Aws::String>
107 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
108 template<
typename NameT = Aws::String>
114 bool m_appIdHasBeenSet =
false;
117 bool m_dataTypeHasBeenSet =
false;
120 bool m_environmentNameHasBeenSet =
false;
123 bool m_formActionTypeHasBeenSet =
false;
126 bool m_idHasBeenSet =
false;
129 bool m_nameHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue