7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devicefarm/DeviceFarm_EXPORTS.h>
9#include <aws/devicefarm/model/Job.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
40 template <
typename JobT = Job>
42 m_jobHasBeenSet =
true;
43 m_job = std::forward<JobT>(value);
45 template <
typename JobT = Job>
47 SetJob(std::forward<JobT>(value));
55 template <
typename RequestIdT = Aws::String>
57 m_requestIdHasBeenSet =
true;
58 m_requestId = std::forward<RequestIdT>(value);
60 template <
typename RequestIdT = Aws::String>
70 bool m_jobHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
void SetJob(JobT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_DEVICEFARM_API GetJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetJobResult & WithRequestId(RequestIdT &&value)
AWS_DEVICEFARM_API GetJobResult()=default
AWS_DEVICEFARM_API GetJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Job & GetJob() const
GetJobResult & WithJob(JobT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue