7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/appfabric/AppFabricRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 inline void SetAppBundleIdentifier(
const char* value) { m_appBundleIdentifierHasBeenSet =
true; m_appBundleIdentifier.assign(value); }
52 bool m_appBundleIdentifierHasBeenSet =
false;
DeleteAppBundleRequest & WithAppBundleIdentifier(const Aws::String &value)
AWS_APPFABRIC_API DeleteAppBundleRequest()
void SetAppBundleIdentifier(const Aws::String &value)
void SetAppBundleIdentifier(Aws::String &&value)
DeleteAppBundleRequest & WithAppBundleIdentifier(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
bool AppBundleIdentifierHasBeenSet() const
void SetAppBundleIdentifier(const char *value)
AWS_APPFABRIC_API Aws::String SerializePayload() const override
DeleteAppBundleRequest & WithAppBundleIdentifier(const char *value)
const Aws::String & GetAppBundleIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String