7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/core/http/HttpResponse.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 BackendEnvironmentNameT = Aws::String>
54 m_backendEnvironmentNameHasBeenSet =
true;
55 m_backendEnvironmentName = std::forward<BackendEnvironmentNameT>(value);
57 template <
typename BackendEnvironmentNameT = Aws::String>
69 template <
typename CreateTimeT = Aws::String>
71 m_createTimeHasBeenSet =
true;
72 m_createTime = std::forward<CreateTimeT>(value);
74 template <
typename CreateTimeT = Aws::String>
86 template <
typename ErrorT = Aws::String>
88 m_errorHasBeenSet =
true;
89 m_error = std::forward<ErrorT>(value);
91 template <
typename ErrorT = Aws::String>
93 SetError(std::forward<ErrorT>(value));
103 template <
typename JobIdT = Aws::String>
105 m_jobIdHasBeenSet =
true;
106 m_jobId = std::forward<JobIdT>(value);
108 template <
typename JobIdT = Aws::String>
110 SetJobId(std::forward<JobIdT>(value));
120 template <
typename OperationT = Aws::String>
122 m_operationHasBeenSet =
true;
123 m_operation = std::forward<OperationT>(value);
125 template <
typename OperationT = Aws::String>
137 template <
typename StatusT = Aws::String>
139 m_statusHasBeenSet =
true;
140 m_status = std::forward<StatusT>(value);
142 template <
typename StatusT = Aws::String>
154 template <
typename UpdateTimeT = Aws::String>
156 m_updateTimeHasBeenSet =
true;
157 m_updateTime = std::forward<UpdateTimeT>(value);
159 template <
typename UpdateTimeT = Aws::String>
169 template <
typename RequestIdT = Aws::String>
171 m_requestIdHasBeenSet =
true;
172 m_requestId = std::forward<RequestIdT>(value);
174 template <
typename RequestIdT = Aws::String>
201 bool m_appIdHasBeenSet =
false;
202 bool m_backendEnvironmentNameHasBeenSet =
false;
203 bool m_createTimeHasBeenSet =
false;
204 bool m_errorHasBeenSet =
false;
205 bool m_jobIdHasBeenSet =
false;
206 bool m_operationHasBeenSet =
false;
207 bool m_statusHasBeenSet =
false;
208 bool m_updateTimeHasBeenSet =
false;
209 bool m_requestIdHasBeenSet =
false;
AWS_AMPLIFYBACKEND_API GetBackendJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_AMPLIFYBACKEND_API GetBackendJobResult()=default
GetBackendJobResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetError() const
GetBackendJobResult & WithBackendEnvironmentName(BackendEnvironmentNameT &&value)
const Aws::String & GetUpdateTime() const
void SetJobId(JobIdT &&value)
GetBackendJobResult & WithStatus(StatusT &&value)
void SetError(ErrorT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetAppId(AppIdT &&value)
const Aws::String & GetRequestId() const
GetBackendJobResult & WithUpdateTime(UpdateTimeT &&value)
void SetOperation(OperationT &&value)
const Aws::String & GetStatus() const
GetBackendJobResult & WithCreateTime(CreateTimeT &&value)
AWS_AMPLIFYBACKEND_API GetBackendJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(StatusT &&value)
GetBackendJobResult & WithJobId(JobIdT &&value)
GetBackendJobResult & WithOperation(OperationT &&value)
const Aws::String & GetBackendEnvironmentName() const
void SetBackendEnvironmentName(BackendEnvironmentNameT &&value)
const Aws::String & GetAppId() const
void SetUpdateTime(UpdateTimeT &&value)
const Aws::String & GetJobId() const
const Aws::String & GetOperation() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetCreateTime() const
GetBackendJobResult & WithError(ErrorT &&value)
void SetCreateTime(CreateTimeT &&value)
GetBackendJobResult & WithAppId(AppIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue