7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/model/JobStatus.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename JobIdT = Aws::String>
38 m_jobIdHasBeenSet =
true;
39 m_jobId = std::forward<JobIdT>(value);
41 template <
typename JobIdT = Aws::String>
43 SetJobId(std::forward<JobIdT>(value));
54 m_jobStatusHasBeenSet =
true;
66 template <
typename RequestIdT = Aws::String>
68 m_requestIdHasBeenSet =
true;
69 m_requestId = std::forward<RequestIdT>(value);
71 template <
typename RequestIdT = Aws::String>
86 bool m_jobIdHasBeenSet =
false;
87 bool m_jobStatusHasBeenSet =
false;
88 bool m_requestIdHasBeenSet =
false;
StopEventsDetectionJobResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetJobStatus(JobStatus value)
StopEventsDetectionJobResult & WithJobId(JobIdT &&value)
AWS_COMPREHEND_API StopEventsDetectionJobResult()=default
const Aws::String & GetJobId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_COMPREHEND_API StopEventsDetectionJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StopEventsDetectionJobResult & WithJobStatus(JobStatus value)
void SetRequestId(RequestIdT &&value)
void SetJobId(JobIdT &&value)
AWS_COMPREHEND_API StopEventsDetectionJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
JobStatus GetJobStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue