7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/location/LocationService_EXPORTS.h>
10#include <aws/location/model/JobStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace LocationService {
36 template <
typename JobArnT = Aws::String>
38 m_jobArnHasBeenSet =
true;
39 m_jobArn = std::forward<JobArnT>(value);
41 template <
typename JobArnT = Aws::String>
53 template <
typename JobIdT = Aws::String>
55 m_jobIdHasBeenSet =
true;
56 m_jobId = std::forward<JobIdT>(value);
58 template <
typename JobIdT = Aws::String>
60 SetJobId(std::forward<JobIdT>(value));
71 m_statusHasBeenSet =
true;
83 template <
typename RequestIdT = Aws::String>
85 m_requestIdHasBeenSet =
true;
86 m_requestId = std::forward<RequestIdT>(value);
88 template <
typename RequestIdT = Aws::String>
105 bool m_jobArnHasBeenSet =
false;
106 bool m_jobIdHasBeenSet =
false;
107 bool m_statusHasBeenSet =
false;
108 bool m_requestIdHasBeenSet =
false;
void SetJobArn(JobArnT &&value)
AWS_LOCATIONSERVICE_API CancelJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetJobId() const
void SetJobId(JobIdT &&value)
void SetRequestId(RequestIdT &&value)
AWS_LOCATIONSERVICE_API CancelJobResult()=default
AWS_LOCATIONSERVICE_API CancelJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
CancelJobResult & WithRequestId(RequestIdT &&value)
JobStatus GetStatus() const
void SetStatus(JobStatus value)
const Aws::String & GetJobArn() const
CancelJobResult & WithJobId(JobIdT &&value)
CancelJobResult & WithJobArn(JobArnT &&value)
const Aws::String & GetRequestId() const
CancelJobResult & WithStatus(JobStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue