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>
63 bool m_eventIdHasBeenSet =
false;
66 bool m_eventTypeNameHasBeenSet =
false;
bool EventTypeNameHasBeenSet() const
bool EventIdHasBeenSet() const
AWS_FRAUDDETECTOR_API Aws::String SerializePayload() const override
const Aws::String & GetEventTypeName() const
virtual const char * GetServiceRequestName() const override
void SetEventId(EventIdT &&value)
AWS_FRAUDDETECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetEventTypeName(EventTypeNameT &&value)
const Aws::String & GetEventId() const
AWS_FRAUDDETECTOR_API GetEventRequest()=default
GetEventRequest & WithEventId(EventIdT &&value)
GetEventRequest & WithEventTypeName(EventTypeNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String