7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/frauddetector/FraudDetectorRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/frauddetector/model/Entity.h>
17namespace FraudDetector
48 inline void SetEventId(
const char* value) { m_eventIdHasBeenSet =
true; m_eventId.assign(value); }
62 inline void SetEventTypeName(
const char* value) { m_eventTypeNameHasBeenSet =
true; m_eventTypeName.assign(value); }
77 inline void SetEventTimestamp(
const char* value) { m_eventTimestampHasBeenSet =
true; m_eventTimestamp.assign(value); }
113 inline void SetAssignedLabel(
const char* value) { m_assignedLabelHasBeenSet =
true; m_assignedLabel.assign(value); }
128 inline void SetLabelTimestamp(
const char* value) { m_labelTimestampHasBeenSet =
true; m_labelTimestamp.assign(value); }
150 bool m_eventIdHasBeenSet =
false;
153 bool m_eventTypeNameHasBeenSet =
false;
156 bool m_eventTimestampHasBeenSet =
false;
159 bool m_eventVariablesHasBeenSet =
false;
162 bool m_assignedLabelHasBeenSet =
false;
165 bool m_labelTimestampHasBeenSet =
false;
168 bool m_entitiesHasBeenSet =
false;
void SetAssignedLabel(Aws::String &&value)
SendEventRequest & WithEventTimestamp(const char *value)
SendEventRequest & WithEventTypeName(Aws::String &&value)
void SetEventTypeName(const Aws::String &value)
SendEventRequest & WithLabelTimestamp(const char *value)
SendEventRequest & AddEventVariables(const char *key, const char *value)
bool EventTimestampHasBeenSet() const
bool AssignedLabelHasBeenSet() const
SendEventRequest & WithLabelTimestamp(const Aws::String &value)
SendEventRequest & WithEventTypeName(const char *value)
SendEventRequest & WithAssignedLabel(const Aws::String &value)
void SetEventId(Aws::String &&value)
void SetEventTimestamp(Aws::String &&value)
const Aws::Vector< Entity > & GetEntities() const
SendEventRequest & AddEventVariables(Aws::String &&key, Aws::String &&value)
AWS_FRAUDDETECTOR_API Aws::String SerializePayload() const override
const Aws::Map< Aws::String, Aws::String > & GetEventVariables() const
SendEventRequest & WithEventTimestamp(const Aws::String &value)
void SetLabelTimestamp(const char *value)
bool EventTypeNameHasBeenSet() const
SendEventRequest & WithEntities(Aws::Vector< Entity > &&value)
SendEventRequest & AddEventVariables(Aws::String &&key, const Aws::String &value)
void SetEntities(Aws::Vector< Entity > &&value)
void SetEventId(const char *value)
SendEventRequest & WithEntities(const Aws::Vector< Entity > &value)
SendEventRequest & AddEventVariables(const Aws::String &key, Aws::String &&value)
bool EntitiesHasBeenSet() const
SendEventRequest & AddEntities(const Entity &value)
const Aws::String & GetEventTypeName() const
void SetEventTimestamp(const Aws::String &value)
SendEventRequest & WithAssignedLabel(Aws::String &&value)
void SetEventVariables(const Aws::Map< Aws::String, Aws::String > &value)
void SetEventTimestamp(const char *value)
SendEventRequest & AddEventVariables(const char *key, Aws::String &&value)
void SetEventVariables(Aws::Map< Aws::String, Aws::String > &&value)
void SetAssignedLabel(const Aws::String &value)
bool EventIdHasBeenSet() const
SendEventRequest & WithEventId(Aws::String &&value)
SendEventRequest & WithEventId(const Aws::String &value)
SendEventRequest & WithEventId(const char *value)
const Aws::String & GetEventTimestamp() const
SendEventRequest & WithEventVariables(const Aws::Map< Aws::String, Aws::String > &value)
const Aws::String & GetLabelTimestamp() const
void SetEventTypeName(const char *value)
void SetLabelTimestamp(Aws::String &&value)
void SetLabelTimestamp(const Aws::String &value)
SendEventRequest & WithLabelTimestamp(Aws::String &&value)
void SetEventTypeName(Aws::String &&value)
SendEventRequest & AddEntities(Entity &&value)
SendEventRequest & AddEventVariables(Aws::String &&key, const char *value)
SendEventRequest & WithEventTimestamp(Aws::String &&value)
SendEventRequest & WithEventVariables(Aws::Map< Aws::String, Aws::String > &&value)
bool EventVariablesHasBeenSet() const
AWS_FRAUDDETECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetEventId(const Aws::String &value)
AWS_FRAUDDETECTOR_API SendEventRequest()
SendEventRequest & WithEventTypeName(const Aws::String &value)
const Aws::String & GetEventId() const
virtual const char * GetServiceRequestName() const override
SendEventRequest & WithAssignedLabel(const char *value)
void SetEntities(const Aws::Vector< Entity > &value)
void SetAssignedLabel(const char *value)
bool LabelTimestampHasBeenSet() const
const Aws::String & GetAssignedLabel() const
SendEventRequest & AddEventVariables(const Aws::String &key, const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector