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;
44 inline void SetJobId(
const char* value) { m_jobId.assign(value); }
64 inline void SetJobArn(
const char* value) { m_jobArn.assign(value); }
91 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetRequestId(Aws::String &&value)
const Aws::String & GetRequestId() const
AWS_COMPREHEND_API StartTopicsDetectionJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetJobId(const Aws::String &value)
StartTopicsDetectionJobResult & WithRequestId(Aws::String &&value)
void SetJobStatus(JobStatus &&value)
const JobStatus & GetJobStatus() const
void SetJobArn(const Aws::String &value)
AWS_COMPREHEND_API StartTopicsDetectionJobResult()
void SetJobId(Aws::String &&value)
StartTopicsDetectionJobResult & WithJobStatus(const JobStatus &value)
StartTopicsDetectionJobResult & WithRequestId(const Aws::String &value)
StartTopicsDetectionJobResult & WithJobArn(const Aws::String &value)
void SetRequestId(const Aws::String &value)
void SetJobId(const char *value)
StartTopicsDetectionJobResult & WithJobId(Aws::String &&value)
void SetJobStatus(const JobStatus &value)
StartTopicsDetectionJobResult & WithJobId(const Aws::String &value)
void SetRequestId(const char *value)
StartTopicsDetectionJobResult & WithJobId(const char *value)
StartTopicsDetectionJobResult & WithJobArn(Aws::String &&value)
const Aws::String & GetJobArn() const
void SetJobArn(Aws::String &&value)
StartTopicsDetectionJobResult & WithJobStatus(JobStatus &&value)
StartTopicsDetectionJobResult & WithRequestId(const char *value)
AWS_COMPREHEND_API StartTopicsDetectionJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetJobArn(const char *value)
StartTopicsDetectionJobResult & WithJobArn(const char *value)
const Aws::String & GetJobId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue