7#include <aws/amplifybackend/AmplifyBackendRequest.h>
8#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
9#include <aws/amplifybackend/model/LoginAuthConfigReqObj.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace AmplifyBackend {
41 template <
typename AppIdT = Aws::String>
43 m_appIdHasBeenSet =
true;
44 m_appId = std::forward<AppIdT>(value);
46 template <
typename AppIdT = Aws::String>
48 SetAppId(std::forward<AppIdT>(value));
59 template <
typename LoginAuthConfigT = LoginAuthConfigReqObj>
61 m_loginAuthConfigHasBeenSet =
true;
62 m_loginAuthConfig = std::forward<LoginAuthConfigT>(value);
64 template <
typename LoginAuthConfigT = LoginAuthConfigReqObj>
74 bool m_appIdHasBeenSet =
false;
75 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