7#include <aws/appfabric/AppFabric_EXPORTS.h>
8#include <aws/appfabric/AppFabricRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/appfabric/model/AuthRequest.h>
43 template<
typename AppBundleIdentifierT = Aws::String>
44 void SetAppBundleIdentifier(AppBundleIdentifierT&& value) { m_appBundleIdentifierHasBeenSet =
true; m_appBundleIdentifier = std::forward<AppBundleIdentifierT>(value); }
45 template<
typename AppBundleIdentifierT = Aws::String>
56 template<
typename AppAuthorizationIdentifierT = Aws::String>
57 void SetAppAuthorizationIdentifier(AppAuthorizationIdentifierT&& value) { m_appAuthorizationIdentifierHasBeenSet =
true; m_appAuthorizationIdentifier = std::forward<AppAuthorizationIdentifierT>(value); }
58 template<
typename AppAuthorizationIdentifierT = Aws::String>
70 template<
typename AuthRequestT = AuthRequest>
71 void SetAuthRequest(AuthRequestT&& value) { m_authRequestHasBeenSet =
true; m_authRequest = std::forward<AuthRequestT>(value); }
72 template<
typename AuthRequestT = AuthRequest>
78 bool m_appBundleIdentifierHasBeenSet =
false;
81 bool m_appAuthorizationIdentifierHasBeenSet =
false;
84 bool m_authRequestHasBeenSet =
false;
ConnectAppAuthorizationRequest & WithAuthRequest(AuthRequestT &&value)
bool AppAuthorizationIdentifierHasBeenSet() const
void SetAppBundleIdentifier(AppBundleIdentifierT &&value)
bool AuthRequestHasBeenSet() const
bool AppBundleIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const AuthRequest & GetAuthRequest() const
ConnectAppAuthorizationRequest & WithAppBundleIdentifier(AppBundleIdentifierT &&value)
const Aws::String & GetAppBundleIdentifier() const
AWS_APPFABRIC_API Aws::String SerializePayload() const override
void SetAppAuthorizationIdentifier(AppAuthorizationIdentifierT &&value)
ConnectAppAuthorizationRequest & WithAppAuthorizationIdentifier(AppAuthorizationIdentifierT &&value)
void SetAuthRequest(AuthRequestT &&value)
AWS_APPFABRIC_API ConnectAppAuthorizationRequest()=default
const Aws::String & GetAppAuthorizationIdentifier() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String