7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/amplifybackend/model/LoginAuthConfigReqObj.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace AmplifyBackend {
36 template <
typename AppIdT = Aws::String>
38 m_appIdHasBeenSet =
true;
39 m_appId = std::forward<AppIdT>(value);
41 template <
typename AppIdT = Aws::String>
43 SetAppId(std::forward<AppIdT>(value));
53 template <
typename BackendManagerAppIdT = Aws::String>
55 m_backendManagerAppIdHasBeenSet =
true;
56 m_backendManagerAppId = std::forward<BackendManagerAppIdT>(value);
58 template <
typename BackendManagerAppIdT = Aws::String>
70 template <
typename ErrorT = Aws::String>
72 m_errorHasBeenSet =
true;
73 m_error = std::forward<ErrorT>(value);
75 template <
typename ErrorT = Aws::String>
77 SetError(std::forward<ErrorT>(value));
88 template <
typename LoginAuthConfigT = LoginAuthConfigReqObj>
90 m_loginAuthConfigHasBeenSet =
true;
91 m_loginAuthConfig = std::forward<LoginAuthConfigT>(value);
93 template <
typename LoginAuthConfigT = LoginAuthConfigReqObj>
103 template <
typename RequestIdT = Aws::String>
105 m_requestIdHasBeenSet =
true;
106 m_requestId = std::forward<RequestIdT>(value);
108 template <
typename RequestIdT = Aws::String>
127 bool m_appIdHasBeenSet =
false;
128 bool m_backendManagerAppIdHasBeenSet =
false;
129 bool m_errorHasBeenSet =
false;
130 bool m_loginAuthConfigHasBeenSet =
false;
131 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue