7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
19namespace AmplifyBackend {
42 template <
typename ClientIdT = Aws::String>
44 m_clientIdHasBeenSet =
true;
45 m_clientId = std::forward<ClientIdT>(value);
47 template <
typename ClientIdT = Aws::String>
61 template <
typename ClientSecretT = Aws::String>
63 m_clientSecretHasBeenSet =
true;
64 m_clientSecret = std::forward<ClientSecretT>(value);
66 template <
typename ClientSecretT = Aws::String>
76 bool m_clientIdHasBeenSet =
false;
77 bool m_clientSecretHasBeenSet =
false;
AWS_AMPLIFYBACKEND_API BackendAuthSocialProviderConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetClientSecret(ClientSecretT &&value)
bool ClientIdHasBeenSet() const
BackendAuthSocialProviderConfig & WithClientId(ClientIdT &&value)
const Aws::String & GetClientId() const
BackendAuthSocialProviderConfig & WithClientSecret(ClientSecretT &&value)
bool ClientSecretHasBeenSet() const
AWS_AMPLIFYBACKEND_API BackendAuthSocialProviderConfig()=default
AWS_AMPLIFYBACKEND_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_AMPLIFYBACKEND_API BackendAuthSocialProviderConfig(Aws::Utils::Json::JsonView jsonValue)
void SetClientId(ClientIdT &&value)
const Aws::String & GetClientSecret() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue