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;
42 template<
typename EventsDetectionJobPropertiesT = EventsDetectionJobProperties>
43 void SetEventsDetectionJobProperties(EventsDetectionJobPropertiesT&& value) { m_eventsDetectionJobPropertiesHasBeenSet =
true; m_eventsDetectionJobProperties = std::forward<EventsDetectionJobPropertiesT>(value); }
44 template<
typename EventsDetectionJobPropertiesT = EventsDetectionJobProperties>
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_eventsDetectionJobPropertiesHasBeenSet =
false;
62 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