7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/amplifybackend/model/AuthResources.h>
9#include <aws/amplifybackend/model/Service.h>
10#include <aws/amplifybackend/model/UpdateBackendAuthIdentityPoolConfig.h>
11#include <aws/amplifybackend/model/UpdateBackendAuthUserPoolConfig.h>
22namespace AmplifyBackend {
46 m_authResourcesHasBeenSet =
true;
47 m_authResources = value;
62 template <
typename IdentityPoolConfigsT = UpdateBackendAuthIdentityPoolConfig>
64 m_identityPoolConfigsHasBeenSet =
true;
65 m_identityPoolConfigs = std::forward<IdentityPoolConfigsT>(value);
67 template <
typename IdentityPoolConfigsT = UpdateBackendAuthIdentityPoolConfig>
82 m_serviceHasBeenSet =
true;
98 template <
typename UserPoolConfigsT = UpdateBackendAuthUserPoolConfig>
100 m_userPoolConfigsHasBeenSet =
true;
101 m_userPoolConfigs = std::forward<UserPoolConfigsT>(value);
103 template <
typename UserPoolConfigsT = UpdateBackendAuthUserPoolConfig>
112 UpdateBackendAuthIdentityPoolConfig m_identityPoolConfigs;
116 UpdateBackendAuthUserPoolConfig m_userPoolConfigs;
117 bool m_authResourcesHasBeenSet =
false;
118 bool m_identityPoolConfigsHasBeenSet =
false;
119 bool m_serviceHasBeenSet =
false;
120 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