7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/frauddetector/FraudDetectorRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace FraudDetector
43 template<
typename EventIdT = Aws::String>
44 void SetEventId(EventIdT&& value) { m_eventIdHasBeenSet =
true; m_eventId = std::forward<EventIdT>(value); }
45 template<
typename EventIdT = Aws::String>
55 template<
typename EventTypeNameT = Aws::String>
56 void SetEventTypeName(EventTypeNameT&& value) { m_eventTypeNameHasBeenSet =
true; m_eventTypeName = std::forward<EventTypeNameT>(value); }
57 template<
typename EventTypeNameT = Aws::String>
68 inline void SetDeleteAuditHistory(
bool value) { m_deleteAuditHistoryHasBeenSet =
true; m_deleteAuditHistory = value; }
74 bool m_eventIdHasBeenSet =
false;
77 bool m_eventTypeNameHasBeenSet =
false;
79 bool m_deleteAuditHistory{
false};
80 bool m_deleteAuditHistoryHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
void SetEventId(EventIdT &&value)
const Aws::String & GetEventId() const
AWS_FRAUDDETECTOR_API DeleteEventRequest()=default
bool GetDeleteAuditHistory() const
void SetDeleteAuditHistory(bool value)
DeleteEventRequest & WithEventId(EventIdT &&value)
AWS_FRAUDDETECTOR_API Aws::String SerializePayload() const override
DeleteEventRequest & WithEventTypeName(EventTypeNameT &&value)
AWS_FRAUDDETECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool DeleteAuditHistoryHasBeenSet() const
DeleteEventRequest & WithDeleteAuditHistory(bool value)
const Aws::String & GetEventTypeName() const
bool EventIdHasBeenSet() const
bool EventTypeNameHasBeenSet() const
void SetEventTypeName(EventTypeNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String