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