7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AmplifyBackend
47 template<
typename IdentityPoolNameT = Aws::String>
48 void SetIdentityPoolName(IdentityPoolNameT&& value) { m_identityPoolNameHasBeenSet =
true; m_identityPoolName = std::forward<IdentityPoolNameT>(value); }
49 template<
typename IdentityPoolNameT = Aws::String>
60 inline void SetUnauthenticatedLogin(
bool value) { m_unauthenticatedLoginHasBeenSet =
true; m_unauthenticatedLogin = value; }
66 bool m_identityPoolNameHasBeenSet =
false;
68 bool m_unauthenticatedLogin{
false};
69 bool m_unauthenticatedLoginHasBeenSet =
false;
void SetUnauthenticatedLogin(bool value)
AWS_AMPLIFYBACKEND_API CreateBackendAuthIdentityPoolConfig(Aws::Utils::Json::JsonView jsonValue)
bool GetUnauthenticatedLogin() const
CreateBackendAuthIdentityPoolConfig & WithUnauthenticatedLogin(bool value)
CreateBackendAuthIdentityPoolConfig & WithIdentityPoolName(IdentityPoolNameT &&value)
AWS_AMPLIFYBACKEND_API CreateBackendAuthIdentityPoolConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool IdentityPoolNameHasBeenSet() const
AWS_AMPLIFYBACKEND_API Aws::Utils::Json::JsonValue Jsonize() const
void SetIdentityPoolName(IdentityPoolNameT &&value)
const Aws::String & GetIdentityPoolName() const
bool UnauthenticatedLoginHasBeenSet() const
AWS_AMPLIFYBACKEND_API CreateBackendAuthIdentityPoolConfig()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue