7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/model/SentimentDetectionJobProperties.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
53 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetRequestId(Aws::String &&value)
void SetRequestId(const char *value)
AWS_COMPREHEND_API DescribeSentimentDetectionJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeSentimentDetectionJobResult & WithSentimentDetectionJobProperties(const SentimentDetectionJobProperties &value)
AWS_COMPREHEND_API DescribeSentimentDetectionJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_COMPREHEND_API DescribeSentimentDetectionJobResult()
void SetSentimentDetectionJobProperties(const SentimentDetectionJobProperties &value)
DescribeSentimentDetectionJobResult & WithRequestId(const char *value)
void SetRequestId(const Aws::String &value)
const SentimentDetectionJobProperties & GetSentimentDetectionJobProperties() const
DescribeSentimentDetectionJobResult & WithSentimentDetectionJobProperties(SentimentDetectionJobProperties &&value)
const Aws::String & GetRequestId() const
void SetSentimentDetectionJobProperties(SentimentDetectionJobProperties &&value)
DescribeSentimentDetectionJobResult & WithRequestId(const Aws::String &value)
DescribeSentimentDetectionJobResult & WithRequestId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue