7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/amplifyuibuilder/AmplifyUIBuilderRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace AmplifyUIBuilder
41 template<
typename AppIdT = Aws::String>
42 void SetAppId(AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
43 template<
typename AppIdT = Aws::String>
53 template<
typename EnvironmentNameT = Aws::String>
54 void SetEnvironmentName(EnvironmentNameT&& value) { m_environmentNameHasBeenSet =
true; m_environmentName = std::forward<EnvironmentNameT>(value); }
55 template<
typename EnvironmentNameT = Aws::String>
65 template<
typename IdT = Aws::String>
66 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
67 template<
typename IdT = Aws::String>
73 bool m_appIdHasBeenSet =
false;
76 bool m_environmentNameHasBeenSet =
false;
79 bool m_idHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String