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); }
73 inline void SetAssignedLabel(
const char* value) { m_assignedLabelHasBeenSet =
true; m_assignedLabel.assign(value); }
88 inline void SetLabelTimestamp(
const char* value) { m_labelTimestampHasBeenSet =
true; m_labelTimestamp.assign(value); }
96 bool m_eventIdHasBeenSet =
false;
99 bool m_eventTypeNameHasBeenSet =
false;
102 bool m_assignedLabelHasBeenSet =
false;
105 bool m_labelTimestampHasBeenSet =
false;
void SetEventTypeName(Aws::String &&value)
void SetEventTypeName(const char *value)
const Aws::String & GetEventId() const
void SetLabelTimestamp(const char *value)
const Aws::String & GetEventTypeName() const
UpdateEventLabelRequest & WithAssignedLabel(Aws::String &&value)
AWS_FRAUDDETECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetLabelTimestamp(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetLabelTimestamp(const Aws::String &value)
UpdateEventLabelRequest & WithLabelTimestamp(Aws::String &&value)
AWS_FRAUDDETECTOR_API UpdateEventLabelRequest()
void SetEventId(const char *value)
UpdateEventLabelRequest & WithEventId(const Aws::String &value)
void SetEventId(Aws::String &&value)
UpdateEventLabelRequest & WithEventTypeName(const char *value)
bool EventIdHasBeenSet() const
const Aws::String & GetAssignedLabel() const
UpdateEventLabelRequest & WithLabelTimestamp(const Aws::String &value)
UpdateEventLabelRequest & WithEventTypeName(const Aws::String &value)
void SetAssignedLabel(const Aws::String &value)
void SetAssignedLabel(Aws::String &&value)
void SetEventTypeName(const Aws::String &value)
UpdateEventLabelRequest & WithEventId(const char *value)
UpdateEventLabelRequest & WithAssignedLabel(const Aws::String &value)
bool AssignedLabelHasBeenSet() const
UpdateEventLabelRequest & WithEventTypeName(Aws::String &&value)
bool LabelTimestampHasBeenSet() const
AWS_FRAUDDETECTOR_API Aws::String SerializePayload() const override
bool EventTypeNameHasBeenSet() const
UpdateEventLabelRequest & WithEventId(Aws::String &&value)
const Aws::String & GetLabelTimestamp() const
UpdateEventLabelRequest & WithLabelTimestamp(const char *value)
UpdateEventLabelRequest & WithAssignedLabel(const char *value)
void SetAssignedLabel(const char *value)
void SetEventId(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String