7#include <aws/comprehend/Comprehend_EXPORTS.h>
8#include <aws/comprehend/model/EventsDetectionJobProperties.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename EventsDetectionJobPropertiesT = EventsDetectionJobProperties>
38 m_eventsDetectionJobPropertiesHasBeenSet =
true;
39 m_eventsDetectionJobProperties = std::forward<EventsDetectionJobPropertiesT>(value);
41 template <
typename EventsDetectionJobPropertiesT = EventsDetectionJobProperties>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
66 bool m_eventsDetectionJobPropertiesHasBeenSet =
false;
67 bool m_requestIdHasBeenSet =
false;
AWS_COMPREHEND_API DescribeEventsDetectionJobResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const EventsDetectionJobProperties & GetEventsDetectionJobProperties() const
AWS_COMPREHEND_API DescribeEventsDetectionJobResult()=default
void SetRequestId(RequestIdT &&value)
DescribeEventsDetectionJobResult & WithEventsDetectionJobProperties(EventsDetectionJobPropertiesT &&value)
AWS_COMPREHEND_API DescribeEventsDetectionJobResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetEventsDetectionJobProperties(EventsDetectionJobPropertiesT &&value)
DescribeEventsDetectionJobResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue