7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/amplifybackend/model/OAuthGrantType.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/amplifybackend/model/SocialProviderSettings.h>
12#include <aws/amplifybackend/model/OAuthScopesElement.h>
25namespace AmplifyBackend
52 template<
typename DomainPrefixT = Aws::String>
53 void SetDomainPrefix(DomainPrefixT&& value) { m_domainPrefixHasBeenSet =
true; m_domainPrefix = std::forward<DomainPrefixT>(value); }
54 template<
typename DomainPrefixT = Aws::String>
76 template<
typename OAuthScopesT = Aws::Vector<OAuthScopesElement>>
77 void SetOAuthScopes(OAuthScopesT&& value) { m_oAuthScopesHasBeenSet =
true; m_oAuthScopes = std::forward<OAuthScopesT>(value); }
78 template<
typename OAuthScopesT = Aws::Vector<OAuthScopesElement>>
89 template<
typename RedirectSignInURIsT = Aws::Vector<Aws::String>>
90 void SetRedirectSignInURIs(RedirectSignInURIsT&& value) { m_redirectSignInURIsHasBeenSet =
true; m_redirectSignInURIs = std::forward<RedirectSignInURIsT>(value); }
91 template<
typename RedirectSignInURIsT = Aws::Vector<Aws::String>>
93 template<
typename RedirectSignInURIsT = Aws::String>
103 template<
typename RedirectSignOutURIsT = Aws::Vector<Aws::String>>
104 void SetRedirectSignOutURIs(RedirectSignOutURIsT&& value) { m_redirectSignOutURIsHasBeenSet =
true; m_redirectSignOutURIs = std::forward<RedirectSignOutURIsT>(value); }
105 template<
typename RedirectSignOutURIsT = Aws::Vector<Aws::String>>
107 template<
typename RedirectSignOutURIsT = Aws::String>
118 template<
typename SocialProv
iderSettingsT = SocialProv
iderSettings>
119 void SetSocialProviderSettings(SocialProviderSettingsT&& value) { m_socialProviderSettingsHasBeenSet =
true; m_socialProviderSettings = std::forward<SocialProviderSettingsT>(value); }
120 template<
typename SocialProv
iderSettingsT = SocialProv
iderSettings>
126 bool m_domainPrefixHasBeenSet =
false;
129 bool m_oAuthGrantTypeHasBeenSet =
false;
132 bool m_oAuthScopesHasBeenSet =
false;
135 bool m_redirectSignInURIsHasBeenSet =
false;
138 bool m_redirectSignOutURIsHasBeenSet =
false;
140 SocialProviderSettings m_socialProviderSettings;
141 bool m_socialProviderSettingsHasBeenSet =
false;
bool DomainPrefixHasBeenSet() const
bool OAuthGrantTypeHasBeenSet() const
AWS_AMPLIFYBACKEND_API UpdateBackendAuthOAuthConfig()=default
UpdateBackendAuthOAuthConfig & AddOAuthScopes(OAuthScopesElement value)
void SetRedirectSignInURIs(RedirectSignInURIsT &&value)
bool SocialProviderSettingsHasBeenSet() const
const Aws::String & GetDomainPrefix() const
UpdateBackendAuthOAuthConfig & WithSocialProviderSettings(SocialProviderSettingsT &&value)
AWS_AMPLIFYBACKEND_API UpdateBackendAuthOAuthConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRedirectSignOutURIs(RedirectSignOutURIsT &&value)
AWS_AMPLIFYBACKEND_API Aws::Utils::Json::JsonValue Jsonize() const
bool RedirectSignInURIsHasBeenSet() const
UpdateBackendAuthOAuthConfig & WithOAuthScopes(OAuthScopesT &&value)
bool RedirectSignOutURIsHasBeenSet() const
UpdateBackendAuthOAuthConfig & WithDomainPrefix(DomainPrefixT &&value)
bool OAuthScopesHasBeenSet() const
UpdateBackendAuthOAuthConfig & WithRedirectSignOutURIs(RedirectSignOutURIsT &&value)
UpdateBackendAuthOAuthConfig & AddRedirectSignInURIs(RedirectSignInURIsT &&value)
void SetSocialProviderSettings(SocialProviderSettingsT &&value)
UpdateBackendAuthOAuthConfig & WithRedirectSignInURIs(RedirectSignInURIsT &&value)
UpdateBackendAuthOAuthConfig & WithOAuthGrantType(OAuthGrantType value)
const Aws::Vector< Aws::String > & GetRedirectSignOutURIs() const
void SetDomainPrefix(DomainPrefixT &&value)
void SetOAuthScopes(OAuthScopesT &&value)
const Aws::Vector< OAuthScopesElement > & GetOAuthScopes() const
const Aws::Vector< Aws::String > & GetRedirectSignInURIs() const
UpdateBackendAuthOAuthConfig & AddRedirectSignOutURIs(RedirectSignOutURIsT &&value)
const SocialProviderSettings & GetSocialProviderSettings() const
void SetOAuthGrantType(OAuthGrantType value)
AWS_AMPLIFYBACKEND_API UpdateBackendAuthOAuthConfig(Aws::Utils::Json::JsonView jsonValue)
OAuthGrantType GetOAuthGrantType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue