7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
23namespace AmplifyBackend
40 template<
typename AppIdT = Aws::String>
41 void SetAppId(AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
42 template<
typename AppIdT = Aws::String>
51 template<
typename BackendEnvironmentNameT = Aws::String>
52 void SetBackendEnvironmentName(BackendEnvironmentNameT&& value) { m_backendEnvironmentNameHasBeenSet =
true; m_backendEnvironmentName = std::forward<BackendEnvironmentNameT>(value); }
53 template<
typename BackendEnvironmentNameT = Aws::String>
62 template<
typename CreateTimeT = Aws::String>
63 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
64 template<
typename CreateTimeT = Aws::String>
73 template<
typename ErrorT = Aws::String>
74 void SetError(ErrorT&& value) { m_errorHasBeenSet =
true; m_error = std::forward<ErrorT>(value); }
75 template<
typename ErrorT = Aws::String>
84 template<
typename JobIdT = Aws::String>
85 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
86 template<
typename JobIdT = Aws::String>
95 template<
typename OperationT = Aws::String>
96 void SetOperation(OperationT&& value) { m_operationHasBeenSet =
true; m_operation = std::forward<OperationT>(value); }
97 template<
typename OperationT = Aws::String>
106 template<
typename StatusT = Aws::String>
107 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
108 template<
typename StatusT = Aws::String>
117 template<
typename UpdateTimeT = Aws::String>
118 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
119 template<
typename UpdateTimeT = Aws::String>
126 template<
typename RequestIdT = Aws::String>
127 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
128 template<
typename RequestIdT = Aws::String>
134 bool m_appIdHasBeenSet =
false;
137 bool m_backendEnvironmentNameHasBeenSet =
false;
140 bool m_createTimeHasBeenSet =
false;
143 bool m_errorHasBeenSet =
false;
146 bool m_jobIdHasBeenSet =
false;
149 bool m_operationHasBeenSet =
false;
152 bool m_statusHasBeenSet =
false;
155 bool m_updateTimeHasBeenSet =
false;
158 bool m_requestIdHasBeenSet =
false;
UpdateBackendJobResult & WithAppId(AppIdT &&value)
void SetOperation(OperationT &&value)
const Aws::String & GetError() const
void SetBackendEnvironmentName(BackendEnvironmentNameT &&value)
void SetError(ErrorT &&value)
AWS_AMPLIFYBACKEND_API UpdateBackendJobResult()=default
UpdateBackendJobResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetAppId() const
void SetRequestId(RequestIdT &&value)
UpdateBackendJobResult & WithStatus(StatusT &&value)
UpdateBackendJobResult & WithBackendEnvironmentName(BackendEnvironmentNameT &&value)
void SetCreateTime(CreateTimeT &&value)
const Aws::String & GetBackendEnvironmentName() const
UpdateBackendJobResult & WithUpdateTime(UpdateTimeT &&value)
void SetUpdateTime(UpdateTimeT &&value)
UpdateBackendJobResult & WithCreateTime(CreateTimeT &&value)
const Aws::String & GetJobId() const
const Aws::String & GetStatus() const
void SetStatus(StatusT &&value)
UpdateBackendJobResult & WithOperation(OperationT &&value)
AWS_AMPLIFYBACKEND_API UpdateBackendJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetOperation() const
UpdateBackendJobResult & WithError(ErrorT &&value)
AWS_AMPLIFYBACKEND_API UpdateBackendJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetUpdateTime() const
void SetJobId(JobIdT &&value)
UpdateBackendJobResult & WithJobId(JobIdT &&value)
const Aws::String & GetCreateTime() const
void SetAppId(AppIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue