7#include <aws/amplifyuibuilder/AmplifyUIBuilder_EXPORTS.h>
8#include <aws/amplifyuibuilder/AmplifyUIBuilderRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace AmplifyUIBuilder
43 inline void SetAppId(
const char* value) { m_appIdHasBeenSet =
true; m_appId.assign(value); }
57 inline void SetEnvironmentName(
const char* value) { m_environmentNameHasBeenSet =
true; m_environmentName.assign(value); }
70 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
71 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
79 bool m_appIdHasBeenSet =
false;
82 bool m_environmentNameHasBeenSet =
false;
85 bool m_idHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String