7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/amplifybackend/model/LoginAuthConfigReqObj.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace AmplifyBackend
41 template<
typename AppIdT = Aws::String>
42 void SetAppId(AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
43 template<
typename AppIdT = Aws::String>
52 template<
typename BackendManagerAppIdT = Aws::String>
53 void SetBackendManagerAppId(BackendManagerAppIdT&& value) { m_backendManagerAppIdHasBeenSet =
true; m_backendManagerAppId = std::forward<BackendManagerAppIdT>(value); }
54 template<
typename BackendManagerAppIdT = Aws::String>
63 template<
typename ErrorT = Aws::String>
64 void SetError(ErrorT&& value) { m_errorHasBeenSet =
true; m_error = std::forward<ErrorT>(value); }
65 template<
typename ErrorT = Aws::String>
75 template<
typename LoginAuthConfigT = LoginAuthConfigReqObj>
76 void SetLoginAuthConfig(LoginAuthConfigT&& value) { m_loginAuthConfigHasBeenSet =
true; m_loginAuthConfig = std::forward<LoginAuthConfigT>(value); }
77 template<
typename LoginAuthConfigT = LoginAuthConfigReqObj>
84 template<
typename RequestIdT = Aws::String>
85 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
86 template<
typename RequestIdT = Aws::String>
92 bool m_appIdHasBeenSet =
false;
95 bool m_backendManagerAppIdHasBeenSet =
false;
98 bool m_errorHasBeenSet =
false;
101 bool m_loginAuthConfigHasBeenSet =
false;
104 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetError() const
UpdateBackendConfigResult & WithBackendManagerAppId(BackendManagerAppIdT &&value)
AWS_AMPLIFYBACKEND_API UpdateBackendConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const LoginAuthConfigReqObj & GetLoginAuthConfig() const
void SetError(ErrorT &&value)
void SetAppId(AppIdT &&value)
void SetBackendManagerAppId(BackendManagerAppIdT &&value)
AWS_AMPLIFYBACKEND_API UpdateBackendConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_AMPLIFYBACKEND_API UpdateBackendConfigResult()=default
const Aws::String & GetAppId() const
UpdateBackendConfigResult & WithRequestId(RequestIdT &&value)
UpdateBackendConfigResult & WithAppId(AppIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetBackendManagerAppId() const
UpdateBackendConfigResult & WithError(ErrorT &&value)
void SetLoginAuthConfig(LoginAuthConfigT &&value)
UpdateBackendConfigResult & WithLoginAuthConfig(LoginAuthConfigT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue