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 ErrorT = Aws::String>
54 m_errorHasBeenSet =
true;
55 m_error = std::forward<ErrorT>(value);
57 template <
typename ErrorT = Aws::String>
59 SetError(std::forward<ErrorT>(value));
69 template <
typename JobIdT = Aws::String>
71 m_jobIdHasBeenSet =
true;
72 m_jobId = std::forward<JobIdT>(value);
74 template <
typename JobIdT = Aws::String>
76 SetJobId(std::forward<JobIdT>(value));
86 template <
typename OperationT = Aws::String>
88 m_operationHasBeenSet =
true;
89 m_operation = std::forward<OperationT>(value);
91 template <
typename OperationT = Aws::String>
103 template <
typename StatusT = Aws::String>
105 m_statusHasBeenSet =
true;
106 m_status = std::forward<StatusT>(value);
108 template <
typename StatusT = Aws::String>
118 template <
typename RequestIdT = Aws::String>
120 m_requestIdHasBeenSet =
true;
121 m_requestId = std::forward<RequestIdT>(value);
123 template <
typename RequestIdT = Aws::String>
144 bool m_appIdHasBeenSet =
false;
145 bool m_errorHasBeenSet =
false;
146 bool m_jobIdHasBeenSet =
false;
147 bool m_operationHasBeenSet =
false;
148 bool m_statusHasBeenSet =
false;
149 bool m_requestIdHasBeenSet =
false;
void SetJobId(JobIdT &&value)
const Aws::String & GetError() const
const Aws::String & GetRequestId() const
RemoveAllBackendsResult & WithStatus(StatusT &&value)
void SetStatus(StatusT &&value)
AWS_AMPLIFYBACKEND_API RemoveAllBackendsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetError(ErrorT &&value)
RemoveAllBackendsResult & WithJobId(JobIdT &&value)
const Aws::String & GetJobId() const
void SetOperation(OperationT &&value)
RemoveAllBackendsResult & WithError(ErrorT &&value)
void SetAppId(AppIdT &&value)
RemoveAllBackendsResult & WithRequestId(RequestIdT &&value)
RemoveAllBackendsResult & WithAppId(AppIdT &&value)
AWS_AMPLIFYBACKEND_API RemoveAllBackendsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetAppId() const
AWS_AMPLIFYBACKEND_API RemoveAllBackendsResult()=default
const Aws::String & GetOperation() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetStatus() const
RemoveAllBackendsResult & WithOperation(OperationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue