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/PutMetadataFlagBody.h>
15namespace AmplifyUIBuilder
44 inline void SetAppId(
const char* value) { m_appIdHasBeenSet =
true; m_appId.assign(value); }
58 inline void SetEnvironmentName(
const char* value) { m_environmentNameHasBeenSet =
true; m_environmentName.assign(value); }
72 inline void SetFeatureName(
const char* value) { m_featureNameHasBeenSet =
true; m_featureName.assign(value); }
92 bool m_appIdHasBeenSet =
false;
95 bool m_environmentNameHasBeenSet =
false;
98 bool m_featureNameHasBeenSet =
false;
101 bool m_bodyHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String