7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/amplify/model/Job.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
34 template <
typename JobT = Job>
36 m_jobHasBeenSet =
true;
37 m_job = std::forward<JobT>(value);
39 template <
typename JobT = Job>
41 SetJob(std::forward<JobT>(value));
49 template <
typename RequestIdT = Aws::String>
51 m_requestIdHasBeenSet =
true;
52 m_requestId = std::forward<RequestIdT>(value);
54 template <
typename RequestIdT = Aws::String>
67 bool m_jobHasBeenSet =
false;
68 bool m_requestIdHasBeenSet =
false;
const Job & GetJob() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
AWS_AMPLIFY_API GetJobResult()=default
AWS_AMPLIFY_API GetJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetJob(JobT &&value)
GetJobResult & WithRequestId(RequestIdT &&value)
AWS_AMPLIFY_API GetJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetJobResult & WithJob(JobT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue