7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/amplifybackend/model/AuthResources.h>
9#include <aws/amplifybackend/model/CreateBackendAuthIdentityPoolConfig.h>
10#include <aws/amplifybackend/model/Service.h>
11#include <aws/amplifybackend/model/CreateBackendAuthUserPoolConfig.h>
24namespace AmplifyBackend
62 template<
typename IdentityPoolConfigsT = CreateBackendAuthIdentityPoolConfig>
63 void SetIdentityPoolConfigs(IdentityPoolConfigsT&& value) { m_identityPoolConfigsHasBeenSet =
true; m_identityPoolConfigs = std::forward<IdentityPoolConfigsT>(value); }
64 template<
typename IdentityPoolConfigsT = CreateBackendAuthIdentityPoolConfig>
86 template<
typename UserPoolConfigsT = CreateBackendAuthUserPoolConfig>
87 void SetUserPoolConfigs(UserPoolConfigsT&& value) { m_userPoolConfigsHasBeenSet =
true; m_userPoolConfigs = std::forward<UserPoolConfigsT>(value); }
88 template<
typename UserPoolConfigsT = CreateBackendAuthUserPoolConfig>
94 bool m_authResourcesHasBeenSet =
false;
96 CreateBackendAuthIdentityPoolConfig m_identityPoolConfigs;
97 bool m_identityPoolConfigsHasBeenSet =
false;
100 bool m_serviceHasBeenSet =
false;
102 CreateBackendAuthUserPoolConfig m_userPoolConfigs;
103 bool m_userPoolConfigsHasBeenSet =
false;
AWS_AMPLIFYBACKEND_API CreateBackendAuthResourceConfig(Aws::Utils::Json::JsonView jsonValue)
bool IdentityPoolConfigsHasBeenSet() const
bool ServiceHasBeenSet() const
const CreateBackendAuthIdentityPoolConfig & GetIdentityPoolConfigs() const
void SetIdentityPoolConfigs(IdentityPoolConfigsT &&value)
CreateBackendAuthResourceConfig & WithService(Service value)
CreateBackendAuthResourceConfig & WithIdentityPoolConfigs(IdentityPoolConfigsT &&value)
void SetUserPoolConfigs(UserPoolConfigsT &&value)
CreateBackendAuthResourceConfig & WithAuthResources(AuthResources value)
AWS_AMPLIFYBACKEND_API CreateBackendAuthResourceConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_AMPLIFYBACKEND_API CreateBackendAuthResourceConfig()=default
Service GetService() const
CreateBackendAuthResourceConfig & WithUserPoolConfigs(UserPoolConfigsT &&value)
AuthResources GetAuthResources() const
void SetAuthResources(AuthResources value)
const CreateBackendAuthUserPoolConfig & GetUserPoolConfigs() const
bool UserPoolConfigsHasBeenSet() const
AWS_AMPLIFYBACKEND_API Aws::Utils::Json::JsonValue Jsonize() const
void SetService(Service value)
bool AuthResourcesHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue