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); }
90 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
StartSentimentDetectionJobResult & WithJobStatus(const JobStatus &value)
void SetJobId(const char *value)
void SetJobId(const Aws::String &value)
StartSentimentDetectionJobResult & WithJobStatus(JobStatus &&value)
void SetJobArn(const Aws::String &value)
StartSentimentDetectionJobResult & WithRequestId(const Aws::String &value)
StartSentimentDetectionJobResult & WithJobArn(const char *value)
StartSentimentDetectionJobResult & WithRequestId(Aws::String &&value)
AWS_COMPREHEND_API StartSentimentDetectionJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartSentimentDetectionJobResult & WithJobId(Aws::String &&value)
const Aws::String & GetRequestId() const
AWS_COMPREHEND_API StartSentimentDetectionJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const JobStatus & GetJobStatus() const
void SetJobId(Aws::String &&value)
StartSentimentDetectionJobResult & WithJobArn(Aws::String &&value)
void SetJobStatus(JobStatus &&value)
void SetJobStatus(const JobStatus &value)
StartSentimentDetectionJobResult & WithJobArn(const Aws::String &value)
void SetJobArn(const char *value)
const Aws::String & GetJobArn() const
AWS_COMPREHEND_API StartSentimentDetectionJobResult()
void SetRequestId(const Aws::String &value)
void SetJobArn(Aws::String &&value)
void SetRequestId(const char *value)
StartSentimentDetectionJobResult & WithRequestId(const char *value)
void SetRequestId(Aws::String &&value)
StartSentimentDetectionJobResult & WithJobId(const Aws::String &value)
StartSentimentDetectionJobResult & WithJobId(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