7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/comprehend/model/JobStatus.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
43 template<
typename JobIdT = Aws::String>
44 void SetJobId(JobIdT&& value) { m_jobIdHasBeenSet =
true; m_jobId = std::forward<JobIdT>(value); }
45 template<
typename JobIdT = Aws::String>
61 template<
typename JobArnT = Aws::String>
62 void SetJobArn(JobArnT&& value) { m_jobArnHasBeenSet =
true; m_jobArn = std::forward<JobArnT>(value); }
63 template<
typename JobArnT = Aws::String>
84 template<
typename RequestIdT = Aws::String>
85 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
86 template<
typename RequestIdT = Aws::String>
92 bool m_jobIdHasBeenSet =
false;
95 bool m_jobArnHasBeenSet =
false;
98 bool m_jobStatusHasBeenSet =
false;
101 bool m_requestIdHasBeenSet =
false;
JobStatus GetJobStatus() const
const Aws::String & GetJobArn() const
AWS_COMPREHEND_API StartTargetedSentimentDetectionJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartTargetedSentimentDetectionJobResult & WithJobArn(JobArnT &&value)
void SetRequestId(RequestIdT &&value)
StartTargetedSentimentDetectionJobResult & WithJobStatus(JobStatus value)
AWS_COMPREHEND_API StartTargetedSentimentDetectionJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartTargetedSentimentDetectionJobResult & WithRequestId(RequestIdT &&value)
void SetJobStatus(JobStatus value)
const Aws::String & GetJobId() const
const Aws::String & GetRequestId() const
StartTargetedSentimentDetectionJobResult & WithJobId(JobIdT &&value)
void SetJobArn(JobArnT &&value)
AWS_COMPREHEND_API StartTargetedSentimentDetectionJobResult()=default
void SetJobId(JobIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue