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>
55 template<
typename AppAuthorizationIdentifierT = Aws::String>
56 void SetAppAuthorizationIdentifier(AppAuthorizationIdentifierT&& value) { m_appAuthorizationIdentifierHasBeenSet =
true; m_appAuthorizationIdentifier = std::forward<AppAuthorizationIdentifierT>(value); }
57 template<
typename AppAuthorizationIdentifierT = Aws::String>
63 bool m_appBundleIdentifierHasBeenSet =
false;
66 bool m_appAuthorizationIdentifierHasBeenSet =
false;
DeleteAppAuthorizationRequest & WithAppAuthorizationIdentifier(AppAuthorizationIdentifierT &&value)
bool AppAuthorizationIdentifierHasBeenSet() const
AWS_APPFABRIC_API DeleteAppAuthorizationRequest()=default
const Aws::String & GetAppBundleIdentifier() const
AWS_APPFABRIC_API Aws::String SerializePayload() const override
void SetAppBundleIdentifier(AppBundleIdentifierT &&value)
virtual const char * GetServiceRequestName() const override
bool AppBundleIdentifierHasBeenSet() const
const Aws::String & GetAppAuthorizationIdentifier() const
void SetAppAuthorizationIdentifier(AppAuthorizationIdentifierT &&value)
DeleteAppAuthorizationRequest & WithAppBundleIdentifier(AppBundleIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String