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;
37 template <
typename JobIdT = Aws::String>
39 m_jobIdHasBeenSet =
true;
40 m_jobId = std::forward<JobIdT>(value);
42 template <
typename JobIdT = Aws::String>
44 SetJobId(std::forward<JobIdT>(value));
61 template <
typename JobArnT = Aws::String>
63 m_jobArnHasBeenSet =
true;
64 m_jobArn = std::forward<JobArnT>(value);
66 template <
typename JobArnT = Aws::String>
83 m_jobStatusHasBeenSet =
true;
95 template <
typename RequestIdT = Aws::String>
97 m_requestIdHasBeenSet =
true;
98 m_requestId = std::forward<RequestIdT>(value);
100 template <
typename RequestIdT = Aws::String>
117 bool m_jobIdHasBeenSet =
false;
118 bool m_jobArnHasBeenSet =
false;
119 bool m_jobStatusHasBeenSet =
false;
120 bool m_requestIdHasBeenSet =
false;
StartSentimentDetectionJobResult & WithJobStatus(JobStatus value)
JobStatus GetJobStatus() const
void SetRequestId(RequestIdT &&value)
StartSentimentDetectionJobResult & WithRequestId(RequestIdT &&value)
AWS_COMPREHEND_API StartSentimentDetectionJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetJobArn(JobArnT &&value)
const Aws::String & GetRequestId() const
AWS_COMPREHEND_API StartSentimentDetectionJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetJobId(JobIdT &&value)
StartSentimentDetectionJobResult & WithJobArn(JobArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetJobArn() const
void SetJobStatus(JobStatus value)
StartSentimentDetectionJobResult & WithJobId(JobIdT &&value)
AWS_COMPREHEND_API StartSentimentDetectionJobResult()=default
const Aws::String & GetJobId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue