7#include <aws/appfabric/AppFabricRequest.h>
8#include <aws/appfabric/AppFabric_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
38 template <
typename AppBundleIdentifierT = Aws::String>
40 m_appBundleIdentifierHasBeenSet =
true;
41 m_appBundleIdentifier = std::forward<AppBundleIdentifierT>(value);
43 template <
typename AppBundleIdentifierT = Aws::String>
51 bool m_appBundleIdentifierHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool AppBundleIdentifierHasBeenSet() const
AWS_APPFABRIC_API Aws::String SerializePayload() const override
DeleteAppBundleRequest & WithAppBundleIdentifier(AppBundleIdentifierT &&value)
void SetAppBundleIdentifier(AppBundleIdentifierT &&value)
AWS_APPFABRIC_API DeleteAppBundleRequest()=default
const Aws::String & GetAppBundleIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String