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