7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/model/JobStatus.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename JobIdT = Aws::String>
37 m_jobIdHasBeenSet =
true;
38 m_jobId = std::forward<JobIdT>(value);
40 template <
typename JobIdT = Aws::String>
42 SetJobId(std::forward<JobIdT>(value));
53 m_jobStatusHasBeenSet =
true;
65 template <
typename RequestIdT = Aws::String>
67 m_requestIdHasBeenSet =
true;
68 m_requestId = std::forward<RequestIdT>(value);
70 template <
typename RequestIdT = Aws::String>
82 bool m_jobIdHasBeenSet =
false;
83 bool m_jobStatusHasBeenSet =
false;
84 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_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