7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/model/TargetedSentimentDetectionJobProperties.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename TargetedSentimentDetectionJobPropertiesT = TargetedSentimentDetectionJobProperties>
43 void SetTargetedSentimentDetectionJobProperties(TargetedSentimentDetectionJobPropertiesT&& value) { m_targetedSentimentDetectionJobPropertiesHasBeenSet =
true; m_targetedSentimentDetectionJobProperties = std::forward<TargetedSentimentDetectionJobPropertiesT>(value); }
44 template<
typename TargetedSentimentDetectionJobPropertiesT = TargetedSentimentDetectionJobProperties>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_targetedSentimentDetectionJobPropertiesHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
AWS_COMPREHEND_API DescribeTargetedSentimentDetectionJobResult()=default
const Aws::String & GetRequestId() const
AWS_COMPREHEND_API DescribeTargetedSentimentDetectionJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_COMPREHEND_API DescribeTargetedSentimentDetectionJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const TargetedSentimentDetectionJobProperties & GetTargetedSentimentDetectionJobProperties() const
void SetRequestId(RequestIdT &&value)
DescribeTargetedSentimentDetectionJobResult & WithTargetedSentimentDetectionJobProperties(TargetedSentimentDetectionJobPropertiesT &&value)
void SetTargetedSentimentDetectionJobProperties(TargetedSentimentDetectionJobPropertiesT &&value)
DescribeTargetedSentimentDetectionJobResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue