7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/amplifyuibuilder/AmplifyUIBuilderRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
18namespace AmplifyUIBuilder
47 template<
typename AppIdT = Aws::String>
48 void SetAppId(AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
49 template<
typename AppIdT = Aws::String>
59 template<
typename EnvironmentNameT = Aws::String>
60 void SetEnvironmentName(EnvironmentNameT&& value) { m_environmentNameHasBeenSet =
true; m_environmentName = std::forward<EnvironmentNameT>(value); }
61 template<
typename EnvironmentNameT = Aws::String>
71 template<
typename NextTokenT = Aws::String>
72 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
73 template<
typename NextTokenT = Aws::String>
83 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
89 bool m_appIdHasBeenSet =
false;
92 bool m_environmentNameHasBeenSet =
false;
95 bool m_nextTokenHasBeenSet =
false;
98 bool m_maxResultsHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String