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/UpdateFormData.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 IdT = Aws::String>
74 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
75 template<
typename IdT = Aws::String>
85 template<
typename ClientTokenT = Aws::String>
86 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
87 template<
typename ClientTokenT = Aws::String>
97 template<
typename UpdatedFormT = UpdateFormData>
98 void SetUpdatedForm(UpdatedFormT&& value) { m_updatedFormHasBeenSet =
true; m_updatedForm = std::forward<UpdatedFormT>(value); }
99 template<
typename UpdatedFormT = UpdateFormData>
105 bool m_appIdHasBeenSet =
false;
108 bool m_environmentNameHasBeenSet =
false;
111 bool m_idHasBeenSet =
false;
114 bool m_clientTokenHasBeenSet =
true;
116 UpdateFormData m_updatedForm;
117 bool m_updatedFormHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String