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;
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));
60 template <
typename JobArnT = Aws::String>
62 m_jobArnHasBeenSet =
true;
63 m_jobArn = std::forward<JobArnT>(value);
65 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>
114 bool m_jobIdHasBeenSet =
false;
115 bool m_jobArnHasBeenSet =
false;
116 bool m_jobStatusHasBeenSet =
false;
117 bool m_requestIdHasBeenSet =
false;
StartTopicsDetectionJobResult & WithJobId(JobIdT &&value)
const Aws::String & GetRequestId() const
AWS_COMPREHEND_API StartTopicsDetectionJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_COMPREHEND_API StartTopicsDetectionJobResult()=default
StartTopicsDetectionJobResult & WithRequestId(RequestIdT &&value)
StartTopicsDetectionJobResult & WithJobArn(JobArnT &&value)
void SetJobId(JobIdT &&value)
void SetRequestId(RequestIdT &&value)
JobStatus GetJobStatus() const
const Aws::String & GetJobArn() const
StartTopicsDetectionJobResult & WithJobStatus(JobStatus value)
void SetJobArn(JobArnT &&value)
void SetJobStatus(JobStatus value)
AWS_COMPREHEND_API StartTopicsDetectionJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetJobId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue