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