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
54 inline void SetDomainPrefix(
const char* value) { m_domainPrefixHasBeenSet =
true; m_domainPrefix.assign(value); }
133 bool m_domainPrefixHasBeenSet =
false;
136 bool m_oAuthGrantTypeHasBeenSet =
false;
139 bool m_oAuthScopesHasBeenSet =
false;
142 bool m_redirectSignInURIsHasBeenSet =
false;
145 bool m_redirectSignOutURIsHasBeenSet =
false;
148 bool m_socialProviderSettingsHasBeenSet =
false;
UpdateBackendAuthOAuthConfig & AddRedirectSignOutURIs(Aws::String &&value)
UpdateBackendAuthOAuthConfig & WithOAuthScopes(Aws::Vector< OAuthScopesElement > &&value)
void SetSocialProviderSettings(SocialProviderSettings &&value)
AWS_AMPLIFYBACKEND_API UpdateBackendAuthOAuthConfig()
bool DomainPrefixHasBeenSet() const
bool OAuthGrantTypeHasBeenSet() const
void SetDomainPrefix(const Aws::String &value)
void SetOAuthGrantType(OAuthGrantType &&value)
UpdateBackendAuthOAuthConfig & WithDomainPrefix(const char *value)
bool SocialProviderSettingsHasBeenSet() const
const Aws::String & GetDomainPrefix() const
void SetRedirectSignOutURIs(const Aws::Vector< Aws::String > &value)
AWS_AMPLIFYBACKEND_API UpdateBackendAuthOAuthConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_AMPLIFYBACKEND_API Aws::Utils::Json::JsonValue Jsonize() const
UpdateBackendAuthOAuthConfig & AddRedirectSignOutURIs(const Aws::String &value)
UpdateBackendAuthOAuthConfig & AddRedirectSignInURIs(const char *value)
UpdateBackendAuthOAuthConfig & WithSocialProviderSettings(SocialProviderSettings &&value)
void SetOAuthScopes(Aws::Vector< OAuthScopesElement > &&value)
bool RedirectSignInURIsHasBeenSet() const
bool RedirectSignOutURIsHasBeenSet() const
void SetRedirectSignInURIs(Aws::Vector< Aws::String > &&value)
const OAuthGrantType & GetOAuthGrantType() const
bool OAuthScopesHasBeenSet() const
UpdateBackendAuthOAuthConfig & AddOAuthScopes(OAuthScopesElement &&value)
UpdateBackendAuthOAuthConfig & WithDomainPrefix(const Aws::String &value)
void SetOAuthGrantType(const OAuthGrantType &value)
void SetDomainPrefix(const char *value)
void SetSocialProviderSettings(const SocialProviderSettings &value)
UpdateBackendAuthOAuthConfig & WithRedirectSignInURIs(Aws::Vector< Aws::String > &&value)
void SetRedirectSignOutURIs(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetRedirectSignOutURIs() const
UpdateBackendAuthOAuthConfig & WithOAuthGrantType(OAuthGrantType &&value)
UpdateBackendAuthOAuthConfig & AddRedirectSignInURIs(const Aws::String &value)
UpdateBackendAuthOAuthConfig & WithOAuthScopes(const Aws::Vector< OAuthScopesElement > &value)
UpdateBackendAuthOAuthConfig & WithRedirectSignOutURIs(Aws::Vector< Aws::String > &&value)
const Aws::Vector< OAuthScopesElement > & GetOAuthScopes() const
const Aws::Vector< Aws::String > & GetRedirectSignInURIs() const
const SocialProviderSettings & GetSocialProviderSettings() const
UpdateBackendAuthOAuthConfig & WithRedirectSignOutURIs(const Aws::Vector< Aws::String > &value)
UpdateBackendAuthOAuthConfig & WithDomainPrefix(Aws::String &&value)
void SetOAuthScopes(const Aws::Vector< OAuthScopesElement > &value)
UpdateBackendAuthOAuthConfig & AddRedirectSignOutURIs(const char *value)
void SetDomainPrefix(Aws::String &&value)
UpdateBackendAuthOAuthConfig & WithRedirectSignInURIs(const Aws::Vector< Aws::String > &value)
UpdateBackendAuthOAuthConfig & AddOAuthScopes(const OAuthScopesElement &value)
AWS_AMPLIFYBACKEND_API UpdateBackendAuthOAuthConfig(Aws::Utils::Json::JsonView jsonValue)
void SetRedirectSignInURIs(const Aws::Vector< Aws::String > &value)
UpdateBackendAuthOAuthConfig & WithSocialProviderSettings(const SocialProviderSettings &value)
UpdateBackendAuthOAuthConfig & AddRedirectSignInURIs(Aws::String &&value)
UpdateBackendAuthOAuthConfig & WithOAuthGrantType(const OAuthGrantType &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue