7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/amplifybackend/AmplifyBackendRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/amplifybackend/model/LoginAuthConfigReqObj.h>
15namespace AmplifyBackend
45 template<
typename AppIdT = Aws::String>
46 void SetAppId(AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
47 template<
typename AppIdT = Aws::String>
57 template<
typename LoginAuthConfigT = LoginAuthConfigReqObj>
58 void SetLoginAuthConfig(LoginAuthConfigT&& value) { m_loginAuthConfigHasBeenSet =
true; m_loginAuthConfig = std::forward<LoginAuthConfigT>(value); }
59 template<
typename LoginAuthConfigT = LoginAuthConfigReqObj>
65 bool m_appIdHasBeenSet =
false;
68 bool m_loginAuthConfigHasBeenSet =
false;
const Aws::String & GetAppId() const
UpdateBackendConfigRequest & WithAppId(AppIdT &&value)
AWS_AMPLIFYBACKEND_API UpdateBackendConfigRequest()=default
void SetLoginAuthConfig(LoginAuthConfigT &&value)
virtual const char * GetServiceRequestName() const override
void SetAppId(AppIdT &&value)
const LoginAuthConfigReqObj & GetLoginAuthConfig() const
UpdateBackendConfigRequest & WithLoginAuthConfig(LoginAuthConfigT &&value)
bool LoginAuthConfigHasBeenSet() const
bool AppIdHasBeenSet() const
AWS_AMPLIFYBACKEND_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String