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