7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace FraudDetector
49 inline void SetEventId(
const char* value) { m_eventIdHasBeenSet =
true; m_eventId.assign(value); }
63 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); }
91 inline void SetPredictionTimestamp(
const char* value) { m_predictionTimestampHasBeenSet =
true; m_predictionTimestamp.assign(value); }
105 inline void SetDetectorId(
const char* value) { m_detectorIdHasBeenSet =
true; m_detectorId.assign(value); }
119 inline void SetDetectorVersionId(
const char* value) { m_detectorVersionIdHasBeenSet =
true; m_detectorVersionId.assign(value); }
127 bool m_eventIdHasBeenSet =
false;
130 bool m_eventTypeNameHasBeenSet =
false;
133 bool m_eventTimestampHasBeenSet =
false;
136 bool m_predictionTimestampHasBeenSet =
false;
139 bool m_detectorIdHasBeenSet =
false;
142 bool m_detectorVersionIdHasBeenSet =
false;
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetDetectorId() const
AWS_FRAUDDETECTOR_API EventPredictionSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDetectorId(const Aws::String &value)
void SetEventTimestamp(const char *value)
void SetDetectorVersionId(const char *value)
EventPredictionSummary & WithDetectorVersionId(const Aws::String &value)
bool EventIdHasBeenSet() const
EventPredictionSummary & WithEventTimestamp(const Aws::String &value)
void SetEventId(Aws::String &&value)
const Aws::String & GetPredictionTimestamp() const
EventPredictionSummary & WithEventTimestamp(Aws::String &&value)
void SetEventId(const char *value)
const Aws::String & GetDetectorVersionId() const
const Aws::String & GetEventTimestamp() const
bool EventTimestampHasBeenSet() const
void SetEventId(const Aws::String &value)
const Aws::String & GetEventId() const
EventPredictionSummary & WithEventTypeName(const char *value)
EventPredictionSummary & WithDetectorId(Aws::String &&value)
void SetEventTimestamp(const Aws::String &value)
AWS_FRAUDDETECTOR_API EventPredictionSummary()
EventPredictionSummary & WithEventId(const char *value)
EventPredictionSummary & WithPredictionTimestamp(Aws::String &&value)
bool DetectorVersionIdHasBeenSet() const
EventPredictionSummary & WithEventId(Aws::String &&value)
EventPredictionSummary & WithEventTypeName(Aws::String &&value)
EventPredictionSummary & WithEventTypeName(const Aws::String &value)
EventPredictionSummary & WithPredictionTimestamp(const char *value)
void SetEventTimestamp(Aws::String &&value)
void SetPredictionTimestamp(Aws::String &&value)
void SetDetectorId(const char *value)
void SetEventTypeName(Aws::String &&value)
bool PredictionTimestampHasBeenSet() const
void SetDetectorVersionId(const Aws::String &value)
EventPredictionSummary & WithDetectorVersionId(Aws::String &&value)
void SetEventTypeName(const Aws::String &value)
void SetEventTypeName(const char *value)
EventPredictionSummary & WithDetectorId(const Aws::String &value)
void SetDetectorId(Aws::String &&value)
EventPredictionSummary & WithDetectorId(const char *value)
EventPredictionSummary & WithDetectorVersionId(const char *value)
const Aws::String & GetEventTypeName() const
AWS_FRAUDDETECTOR_API EventPredictionSummary(Aws::Utils::Json::JsonView jsonValue)
void SetPredictionTimestamp(const Aws::String &value)
bool EventTypeNameHasBeenSet() const
bool DetectorIdHasBeenSet() const
EventPredictionSummary & WithEventTimestamp(const char *value)
void SetPredictionTimestamp(const char *value)
void SetDetectorVersionId(Aws::String &&value)
EventPredictionSummary & WithEventId(const Aws::String &value)
EventPredictionSummary & WithPredictionTimestamp(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue