7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/location/LocationService_EXPORTS.h>
11#include <aws/location/model/JobStatus.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace LocationService {
39 template <
typename CreatedAtT = Aws::Utils::DateTime>
41 m_createdAtHasBeenSet =
true;
42 m_createdAt = std::forward<CreatedAtT>(value);
44 template <
typename CreatedAtT = Aws::Utils::DateTime>
58 template <
typename JobArnT = Aws::String>
60 m_jobArnHasBeenSet =
true;
61 m_jobArn = std::forward<JobArnT>(value);
63 template <
typename JobArnT = Aws::String>
75 template <
typename JobIdT = Aws::String>
77 m_jobIdHasBeenSet =
true;
78 m_jobId = std::forward<JobIdT>(value);
80 template <
typename JobIdT = Aws::String>
82 SetJobId(std::forward<JobIdT>(value));
93 m_statusHasBeenSet =
true;
105 template <
typename RequestIdT = Aws::String>
107 m_requestIdHasBeenSet =
true;
108 m_requestId = std::forward<RequestIdT>(value);
110 template <
typename RequestIdT = Aws::String>
129 bool m_createdAtHasBeenSet =
false;
130 bool m_jobArnHasBeenSet =
false;
131 bool m_jobIdHasBeenSet =
false;
132 bool m_statusHasBeenSet =
false;
133 bool m_requestIdHasBeenSet =
false;
void SetStatus(JobStatus value)
StartJobResult & WithJobId(JobIdT &&value)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetJobId() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetJobArn() const
const Aws::String & GetRequestId() const
JobStatus GetStatus() const
AWS_LOCATIONSERVICE_API StartJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetJobId(JobIdT &&value)
StartJobResult & WithJobArn(JobArnT &&value)
AWS_LOCATIONSERVICE_API StartJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_LOCATIONSERVICE_API StartJobResult()=default
StartJobResult & WithCreatedAt(CreatedAtT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
StartJobResult & WithRequestId(RequestIdT &&value)
void SetJobArn(JobArnT &&value)
StartJobResult & WithStatus(JobStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue