7#include <aws/appfabric/AppFabricRequest.h>
8#include <aws/appfabric/AppFabric_EXPORTS.h>
9#include <aws/appfabric/model/AuthRequest.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
39 template <
typename AppBundleIdentifierT = Aws::String>
41 m_appBundleIdentifierHasBeenSet =
true;
42 m_appBundleIdentifier = std::forward<AppBundleIdentifierT>(value);
44 template <
typename AppBundleIdentifierT = Aws::String>
58 template <
typename AppAuthorizationIdentifierT = Aws::String>
60 m_appAuthorizationIdentifierHasBeenSet =
true;
61 m_appAuthorizationIdentifier = std::forward<AppAuthorizationIdentifierT>(value);
63 template <
typename AppAuthorizationIdentifierT = Aws::String>
78 template <
typename AuthRequestT = AuthRequest>
80 m_authRequestHasBeenSet =
true;
81 m_authRequest = std::forward<AuthRequestT>(value);
83 template <
typename AuthRequestT = AuthRequest>
95 bool m_appBundleIdentifierHasBeenSet =
false;
96 bool m_appAuthorizationIdentifierHasBeenSet =
false;
97 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