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