AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
UpdateBackendConfigResult.h
1
6#pragma once
7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/amplifybackend/model/LoginAuthConfigReqObj.h>
10#include <utility>
11
12namespace Aws
13{
14template<typename RESULT_TYPE>
15class AmazonWebServiceResult;
16
17namespace Utils
18{
19namespace Json
20{
21 class JsonValue;
22} // namespace Json
23} // namespace Utils
24namespace AmplifyBackend
25{
26namespace Model
27{
29 {
30 public:
31 AWS_AMPLIFYBACKEND_API UpdateBackendConfigResult() = default;
34
35
37
40 inline const Aws::String& GetAppId() const { return m_appId; }
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>
44 UpdateBackendConfigResult& WithAppId(AppIdT&& value) { SetAppId(std::forward<AppIdT>(value)); return *this;}
46
48
51 inline const Aws::String& GetBackendManagerAppId() const { return m_backendManagerAppId; }
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>
55 UpdateBackendConfigResult& WithBackendManagerAppId(BackendManagerAppIdT&& value) { SetBackendManagerAppId(std::forward<BackendManagerAppIdT>(value)); return *this;}
57
59
62 inline const Aws::String& GetError() const { return m_error; }
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>
66 UpdateBackendConfigResult& WithError(ErrorT&& value) { SetError(std::forward<ErrorT>(value)); return *this;}
68
70
74 inline const LoginAuthConfigReqObj& GetLoginAuthConfig() const { return m_loginAuthConfig; }
75 template<typename LoginAuthConfigT = LoginAuthConfigReqObj>
76 void SetLoginAuthConfig(LoginAuthConfigT&& value) { m_loginAuthConfigHasBeenSet = true; m_loginAuthConfig = std::forward<LoginAuthConfigT>(value); }
77 template<typename LoginAuthConfigT = LoginAuthConfigReqObj>
78 UpdateBackendConfigResult& WithLoginAuthConfig(LoginAuthConfigT&& value) { SetLoginAuthConfig(std::forward<LoginAuthConfigT>(value)); return *this;}
80
82
83 inline const Aws::String& GetRequestId() const { return m_requestId; }
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>
87 UpdateBackendConfigResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
89 private:
90
91 Aws::String m_appId;
92 bool m_appIdHasBeenSet = false;
93
94 Aws::String m_backendManagerAppId;
95 bool m_backendManagerAppIdHasBeenSet = false;
96
97 Aws::String m_error;
98 bool m_errorHasBeenSet = false;
99
100 LoginAuthConfigReqObj m_loginAuthConfig;
101 bool m_loginAuthConfigHasBeenSet = false;
102
103 Aws::String m_requestId;
104 bool m_requestIdHasBeenSet = false;
105 };
106
107} // namespace Model
108} // namespace AmplifyBackend
109} // namespace Aws
UpdateBackendConfigResult & WithBackendManagerAppId(BackendManagerAppIdT &&value)
AWS_AMPLIFYBACKEND_API UpdateBackendConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_AMPLIFYBACKEND_API UpdateBackendConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_AMPLIFYBACKEND_API UpdateBackendConfigResult()=default
UpdateBackendConfigResult & WithRequestId(RequestIdT &&value)
UpdateBackendConfigResult & WithAppId(AppIdT &&value)
UpdateBackendConfigResult & WithError(ErrorT &&value)
UpdateBackendConfigResult & WithLoginAuthConfig(LoginAuthConfigT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue