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;
AWS_APPFABRIC_API GetAppBundleRequest()
void SetAppBundleIdentifier(const Aws::String &value)
void SetAppBundleIdentifier(Aws::String &&value)
void SetAppBundleIdentifier(const char *value)
virtual const char * GetServiceRequestName() const override
AWS_APPFABRIC_API Aws::String SerializePayload() const override
bool AppBundleIdentifierHasBeenSet() const
const Aws::String & GetAppBundleIdentifier() const
GetAppBundleRequest & WithAppBundleIdentifier(Aws::String &&value)
GetAppBundleRequest & WithAppBundleIdentifier(const Aws::String &value)
GetAppBundleRequest & WithAppBundleIdentifier(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String