7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/model/SentimentDetectionJobProperties.h>
9#include <aws/core/http/HttpResponse.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename SentimentDetectionJobPropertiesT = SentimentDetectionJobProperties>
39 m_sentimentDetectionJobPropertiesHasBeenSet =
true;
40 m_sentimentDetectionJobProperties = std::forward<SentimentDetectionJobPropertiesT>(value);
42 template <
typename SentimentDetectionJobPropertiesT = SentimentDetectionJobProperties>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_sentimentDetectionJobPropertiesHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
AWS_COMPREHEND_API DescribeSentimentDetectionJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_COMPREHEND_API DescribeSentimentDetectionJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeSentimentDetectionJobResult & WithSentimentDetectionJobProperties(SentimentDetectionJobPropertiesT &&value)
void SetSentimentDetectionJobProperties(SentimentDetectionJobPropertiesT &&value)
const SentimentDetectionJobProperties & GetSentimentDetectionJobProperties() const
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
AWS_COMPREHEND_API DescribeSentimentDetectionJobResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeSentimentDetectionJobResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue