7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/amplifybackend/model/LoginAuthConfigReqObj.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace AmplifyBackend {
35 template <
typename AppIdT = Aws::String>
37 m_appIdHasBeenSet =
true;
38 m_appId = std::forward<AppIdT>(value);
40 template <
typename AppIdT = Aws::String>
42 SetAppId(std::forward<AppIdT>(value));
52 template <
typename BackendManagerAppIdT = Aws::String>
54 m_backendManagerAppIdHasBeenSet =
true;
55 m_backendManagerAppId = std::forward<BackendManagerAppIdT>(value);
57 template <
typename BackendManagerAppIdT = Aws::String>
69 template <
typename ErrorT = Aws::String>
71 m_errorHasBeenSet =
true;
72 m_error = std::forward<ErrorT>(value);
74 template <
typename ErrorT = Aws::String>
76 SetError(std::forward<ErrorT>(value));
87 template <
typename LoginAuthConfigT = LoginAuthConfigReqObj>
89 m_loginAuthConfigHasBeenSet =
true;
90 m_loginAuthConfig = std::forward<LoginAuthConfigT>(value);
92 template <
typename LoginAuthConfigT = LoginAuthConfigReqObj>
102 template <
typename RequestIdT = Aws::String>
104 m_requestIdHasBeenSet =
true;
105 m_requestId = std::forward<RequestIdT>(value);
107 template <
typename RequestIdT = Aws::String>
123 bool m_appIdHasBeenSet =
false;
124 bool m_backendManagerAppIdHasBeenSet =
false;
125 bool m_errorHasBeenSet =
false;
126 bool m_loginAuthConfigHasBeenSet =
false;
127 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