AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
34
35
37
40 inline const Aws::String& GetAppId() const{ return m_appId; }
41 inline void SetAppId(const Aws::String& value) { m_appId = value; }
42 inline void SetAppId(Aws::String&& value) { m_appId = std::move(value); }
43 inline void SetAppId(const char* value) { m_appId.assign(value); }
44 inline UpdateBackendConfigResult& WithAppId(const Aws::String& value) { SetAppId(value); return *this;}
45 inline UpdateBackendConfigResult& WithAppId(Aws::String&& value) { SetAppId(std::move(value)); return *this;}
46 inline UpdateBackendConfigResult& WithAppId(const char* value) { SetAppId(value); return *this;}
48
50
53 inline const Aws::String& GetBackendManagerAppId() const{ return m_backendManagerAppId; }
54 inline void SetBackendManagerAppId(const Aws::String& value) { m_backendManagerAppId = value; }
55 inline void SetBackendManagerAppId(Aws::String&& value) { m_backendManagerAppId = std::move(value); }
56 inline void SetBackendManagerAppId(const char* value) { m_backendManagerAppId.assign(value); }
58 inline UpdateBackendConfigResult& WithBackendManagerAppId(Aws::String&& value) { SetBackendManagerAppId(std::move(value)); return *this;}
59 inline UpdateBackendConfigResult& WithBackendManagerAppId(const char* value) { SetBackendManagerAppId(value); return *this;}
61
63
66 inline const Aws::String& GetError() const{ return m_error; }
67 inline void SetError(const Aws::String& value) { m_error = value; }
68 inline void SetError(Aws::String&& value) { m_error = std::move(value); }
69 inline void SetError(const char* value) { m_error.assign(value); }
70 inline UpdateBackendConfigResult& WithError(const Aws::String& value) { SetError(value); return *this;}
71 inline UpdateBackendConfigResult& WithError(Aws::String&& value) { SetError(std::move(value)); return *this;}
72 inline UpdateBackendConfigResult& WithError(const char* value) { SetError(value); return *this;}
74
76
80 inline const LoginAuthConfigReqObj& GetLoginAuthConfig() const{ return m_loginAuthConfig; }
81 inline void SetLoginAuthConfig(const LoginAuthConfigReqObj& value) { m_loginAuthConfig = value; }
82 inline void SetLoginAuthConfig(LoginAuthConfigReqObj&& value) { m_loginAuthConfig = std::move(value); }
86
88
89 inline const Aws::String& GetRequestId() const{ return m_requestId; }
90 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
91 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
92 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
93 inline UpdateBackendConfigResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
94 inline UpdateBackendConfigResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
95 inline UpdateBackendConfigResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
97 private:
98
99 Aws::String m_appId;
100
101 Aws::String m_backendManagerAppId;
102
103 Aws::String m_error;
104
105 LoginAuthConfigReqObj m_loginAuthConfig;
106
107 Aws::String m_requestId;
108 };
109
110} // namespace Model
111} // namespace AmplifyBackend
112} // namespace Aws
UpdateBackendConfigResult & WithBackendManagerAppId(const Aws::String &value)
AWS_AMPLIFYBACKEND_API UpdateBackendConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateBackendConfigResult & WithBackendManagerAppId(const char *value)
UpdateBackendConfigResult & WithBackendManagerAppId(Aws::String &&value)
AWS_AMPLIFYBACKEND_API UpdateBackendConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateBackendConfigResult & WithRequestId(const Aws::String &value)
UpdateBackendConfigResult & WithRequestId(const char *value)
UpdateBackendConfigResult & WithError(const char *value)
UpdateBackendConfigResult & WithError(const Aws::String &value)
UpdateBackendConfigResult & WithAppId(Aws::String &&value)
UpdateBackendConfigResult & WithAppId(const char *value)
UpdateBackendConfigResult & WithLoginAuthConfig(LoginAuthConfigReqObj &&value)
UpdateBackendConfigResult & WithError(Aws::String &&value)
UpdateBackendConfigResult & WithRequestId(Aws::String &&value)
UpdateBackendConfigResult & WithAppId(const Aws::String &value)
void SetLoginAuthConfig(const LoginAuthConfigReqObj &value)
UpdateBackendConfigResult & WithLoginAuthConfig(const LoginAuthConfigReqObj &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue