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