7#include <aws/amplifybackend/AmplifyBackend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace AmplifyBackend
46 template<
typename AppIdT = Aws::String>
47 void SetAppId(AppIdT&& value) { m_appIdHasBeenSet =
true; m_appId = std::forward<AppIdT>(value); }
48 template<
typename AppIdT = Aws::String>
58 template<
typename BackendEnvironmentNameT = Aws::String>
59 void SetBackendEnvironmentName(BackendEnvironmentNameT&& value) { m_backendEnvironmentNameHasBeenSet =
true; m_backendEnvironmentName = std::forward<BackendEnvironmentNameT>(value); }
60 template<
typename BackendEnvironmentNameT = Aws::String>
70 template<
typename CreateTimeT = Aws::String>
71 void SetCreateTime(CreateTimeT&& value) { m_createTimeHasBeenSet =
true; m_createTime = std::forward<CreateTimeT>(value); }
72 template<
typename CreateTimeT = Aws::String>
82 template<
typename ErrorT = Aws::String>
83 void SetError(ErrorT&& value) { m_errorHasBeenSet =
true; m_error = std::forward<ErrorT>(value); }
84 template<
typename ErrorT = Aws::String>
94 template<
typename JobIdT = Aws::String>
95 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
96 template<
typename JobIdT = Aws::String>
106 template<
typename OperationT = Aws::String>
107 void SetOperation(OperationT&& value) { m_operationHasBeenSet =
true; m_operation = std::forward<OperationT>(value); }
108 template<
typename OperationT = Aws::String>
118 template<
typename StatusT = Aws::String>
119 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
120 template<
typename StatusT = Aws::String>
130 template<
typename UpdateTimeT = Aws::String>
131 void SetUpdateTime(UpdateTimeT&& value) { m_updateTimeHasBeenSet =
true; m_updateTime = std::forward<UpdateTimeT>(value); }
132 template<
typename UpdateTimeT = Aws::String>
138 bool m_appIdHasBeenSet =
false;
141 bool m_backendEnvironmentNameHasBeenSet =
false;
144 bool m_createTimeHasBeenSet =
false;
147 bool m_errorHasBeenSet =
false;
150 bool m_jobIdHasBeenSet =
false;
153 bool m_operationHasBeenSet =
false;
156 bool m_statusHasBeenSet =
false;
159 bool m_updateTimeHasBeenSet =
false;
AWS_AMPLIFYBACKEND_API BackendJobRespObj & operator=(Aws::Utils::Json::JsonView jsonValue)
bool OperationHasBeenSet() const
bool UpdateTimeHasBeenSet() const
const Aws::String & GetError() const
BackendJobRespObj & WithJobId(JobIdT &&value)
BackendJobRespObj & WithCreateTime(CreateTimeT &&value)
bool AppIdHasBeenSet() const
void SetUpdateTime(UpdateTimeT &&value)
const Aws::String & GetAppId() const
void SetBackendEnvironmentName(BackendEnvironmentNameT &&value)
AWS_AMPLIFYBACKEND_API BackendJobRespObj()=default
bool StatusHasBeenSet() const
const Aws::String & GetJobId() const
BackendJobRespObj & WithAppId(AppIdT &&value)
const Aws::String & GetOperation() const
void SetError(ErrorT &&value)
BackendJobRespObj & WithStatus(StatusT &&value)
void SetCreateTime(CreateTimeT &&value)
void SetAppId(AppIdT &&value)
BackendJobRespObj & WithOperation(OperationT &&value)
const Aws::String & GetUpdateTime() const
bool CreateTimeHasBeenSet() const
bool JobIdHasBeenSet() const
void SetJobId(JobIdT &&value)
const Aws::String & GetBackendEnvironmentName() const
void SetStatus(StatusT &&value)
BackendJobRespObj & WithBackendEnvironmentName(BackendEnvironmentNameT &&value)
AWS_AMPLIFYBACKEND_API BackendJobRespObj(Aws::Utils::Json::JsonView jsonValue)
void SetOperation(OperationT &&value)
BackendJobRespObj & WithUpdateTime(UpdateTimeT &&value)
AWS_AMPLIFYBACKEND_API Aws::Utils::Json::JsonValue Jsonize() const
bool BackendEnvironmentNameHasBeenSet() const
bool ErrorHasBeenSet() const
const Aws::String & GetCreateTime() const
const Aws::String & GetStatus() const
BackendJobRespObj & WithError(ErrorT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue