7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/amplifyuibuilder/AmplifyUIBuilderRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/amplifyuibuilder/model/CreateFormData.h>
12#include <aws/core/utils/UUID.h>
20namespace AmplifyUIBuilder
49 template<
typename AppIdT = Aws::String>
50 void SetAppId(AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
51 template<
typename AppIdT = Aws::String>
61 template<
typename EnvironmentNameT = Aws::String>
62 void SetEnvironmentName(EnvironmentNameT&& value) { m_environmentNameHasBeenSet =
true; m_environmentName = std::forward<EnvironmentNameT>(value); }
63 template<
typename EnvironmentNameT = Aws::String>
73 template<
typename ClientTokenT = Aws::String>
74 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
75 template<
typename ClientTokenT = Aws::String>
85 template<
typename FormToCreateT = CreateFormData>
86 void SetFormToCreate(FormToCreateT&& value) { m_formToCreateHasBeenSet =
true; m_formToCreate = std::forward<FormToCreateT>(value); }
87 template<
typename FormToCreateT = CreateFormData>
93 bool m_appIdHasBeenSet =
false;
96 bool m_environmentNameHasBeenSet =
false;
99 bool m_clientTokenHasBeenSet =
true;
101 CreateFormData m_formToCreate;
102 bool m_formToCreateHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String