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