7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/frauddetector/FraudDetectorRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace FraudDetector
45 inline void SetEventId(
const char* value) { m_eventIdHasBeenSet =
true; m_eventId.assign(value); }
59 inline void SetEventTypeName(
const char* value) { m_eventTypeNameHasBeenSet =
true; m_eventTypeName.assign(value); }
72 inline void SetDeleteAuditHistory(
bool value) { m_deleteAuditHistoryHasBeenSet =
true; m_deleteAuditHistory = value; }
78 bool m_eventIdHasBeenSet =
false;
81 bool m_eventTypeNameHasBeenSet =
false;
83 bool m_deleteAuditHistory;
84 bool m_deleteAuditHistoryHasBeenSet =
false;
DeleteEventRequest & WithEventTypeName(const Aws::String &value)
DeleteEventRequest & WithEventId(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
DeleteEventRequest & WithEventId(const char *value)
const Aws::String & GetEventId() const
DeleteEventRequest & WithEventTypeName(Aws::String &&value)
void SetEventId(Aws::String &&value)
bool GetDeleteAuditHistory() const
void SetDeleteAuditHistory(bool value)
void SetEventTypeName(const Aws::String &value)
void SetEventId(const char *value)
DeleteEventRequest & WithEventTypeName(const char *value)
AWS_FRAUDDETECTOR_API Aws::String SerializePayload() const override
AWS_FRAUDDETECTOR_API DeleteEventRequest()
AWS_FRAUDDETECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetEventId(const Aws::String &value)
void SetEventTypeName(Aws::String &&value)
bool DeleteAuditHistoryHasBeenSet() const
DeleteEventRequest & WithDeleteAuditHistory(bool value)
DeleteEventRequest & WithEventId(Aws::String &&value)
const Aws::String & GetEventTypeName() const
bool EventIdHasBeenSet() const
void SetEventTypeName(const char *value)
bool EventTypeNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String