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/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/frauddetector/model/Entity.h>
13#include <aws/frauddetector/model/ModelEndpointDataBlob.h>
18namespace FraudDetector
47 template<
typename DetectorIdT = Aws::String>
48 void SetDetectorId(DetectorIdT&& value) { m_detectorIdHasBeenSet =
true; m_detectorId = std::forward<DetectorIdT>(value); }
49 template<
typename DetectorIdT = Aws::String>
59 template<
typename DetectorVersionIdT = Aws::String>
60 void SetDetectorVersionId(DetectorVersionIdT&& value) { m_detectorVersionIdHasBeenSet =
true; m_detectorVersionId = std::forward<DetectorVersionIdT>(value); }
61 template<
typename DetectorVersionIdT = Aws::String>
71 template<
typename EventIdT = Aws::String>
72 void SetEventId(EventIdT&& value) { m_eventIdHasBeenSet =
true; m_eventId = std::forward<EventIdT>(value); }
73 template<
typename EventIdT = Aws::String>
83 template<
typename EventTypeNameT = Aws::String>
84 void SetEventTypeName(EventTypeNameT&& value) { m_eventTypeNameHasBeenSet =
true; m_eventTypeName = std::forward<EventTypeNameT>(value); }
85 template<
typename EventTypeNameT = Aws::String>
97 template<
typename EntitiesT = Aws::Vector<Entity>>
98 void SetEntities(EntitiesT&& value) { m_entitiesHasBeenSet =
true; m_entities = std::forward<EntitiesT>(value); }
99 template<
typename EntitiesT = Aws::Vector<Entity>>
101 template<
typename EntitiesT = Entity>
112 template<
typename EventTimestampT = Aws::String>
113 void SetEventTimestamp(EventTimestampT&& value) { m_eventTimestampHasBeenSet =
true; m_eventTimestamp = std::forward<EventTimestampT>(value); }
114 template<
typename EventTimestampT = Aws::String>
138 template<
typename EventVariablesT = Aws::Map<Aws::String, Aws::String>>
139 void SetEventVariables(EventVariablesT&& value) { m_eventVariablesHasBeenSet =
true; m_eventVariables = std::forward<EventVariablesT>(value); }
140 template<
typename EventVariablesT = Aws::Map<Aws::String, Aws::String>>
142 template<
typename EventVariablesKeyT = Aws::String,
typename EventVariablesValueT = Aws::String>
144 m_eventVariablesHasBeenSet =
true; m_eventVariables.emplace(std::forward<EventVariablesKeyT>(key), std::forward<EventVariablesValueT>(value));
return *
this;
154 template<
typename ExternalModelEndpo
intDataBlobsT = Aws::Map<Aws::String, ModelEndpo
intDataBlob>>
155 void SetExternalModelEndpointDataBlobs(ExternalModelEndpointDataBlobsT&& value) { m_externalModelEndpointDataBlobsHasBeenSet =
true; m_externalModelEndpointDataBlobs = std::forward<ExternalModelEndpointDataBlobsT>(value); }
156 template<
typename ExternalModelEndpo
intDataBlobsT = Aws::Map<Aws::String, ModelEndpo
intDataBlob>>
158 template<
typename ExternalModelEndpo
intDataBlobsKeyT = Aws::String,
typename ExternalModelEndpo
intDataBlobsValueT = ModelEndpo
intDataBlob>
160 m_externalModelEndpointDataBlobsHasBeenSet =
true; m_externalModelEndpointDataBlobs.emplace(std::forward<ExternalModelEndpointDataBlobsKeyT>(key), std::forward<ExternalModelEndpointDataBlobsValueT>(value));
return *
this;
166 bool m_detectorIdHasBeenSet =
false;
169 bool m_detectorVersionIdHasBeenSet =
false;
172 bool m_eventIdHasBeenSet =
false;
175 bool m_eventTypeNameHasBeenSet =
false;
178 bool m_entitiesHasBeenSet =
false;
181 bool m_eventTimestampHasBeenSet =
false;
184 bool m_eventVariablesHasBeenSet =
false;
187 bool m_externalModelEndpointDataBlobsHasBeenSet =
false;
GetEventPredictionRequest & WithEventVariables(EventVariablesT &&value)
bool DetectorVersionIdHasBeenSet() const
AWS_FRAUDDETECTOR_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
GetEventPredictionRequest & WithDetectorId(DetectorIdT &&value)
void SetEventId(EventIdT &&value)
const Aws::Vector< Entity > & GetEntities() const
GetEventPredictionRequest & WithDetectorVersionId(DetectorVersionIdT &&value)
GetEventPredictionRequest & AddExternalModelEndpointDataBlobs(ExternalModelEndpointDataBlobsKeyT &&key, ExternalModelEndpointDataBlobsValueT &&value)
void SetDetectorId(DetectorIdT &&value)
AWS_FRAUDDETECTOR_API GetEventPredictionRequest()=default
bool EventIdHasBeenSet() const
GetEventPredictionRequest & AddEventVariables(EventVariablesKeyT &&key, EventVariablesValueT &&value)
GetEventPredictionRequest & WithEventTypeName(EventTypeNameT &&value)
const Aws::String & GetDetectorVersionId() const
GetEventPredictionRequest & WithExternalModelEndpointDataBlobs(ExternalModelEndpointDataBlobsT &&value)
const Aws::Map< Aws::String, ModelEndpointDataBlob > & GetExternalModelEndpointDataBlobs() const
const Aws::String & GetEventId() const
bool EventTimestampHasBeenSet() const
bool EventTypeNameHasBeenSet() const
GetEventPredictionRequest & WithEventId(EventIdT &&value)
GetEventPredictionRequest & WithEventTimestamp(EventTimestampT &&value)
const Aws::String & GetEventTypeName() const
void SetExternalModelEndpointDataBlobs(ExternalModelEndpointDataBlobsT &&value)
void SetEntities(EntitiesT &&value)
const Aws::String & GetDetectorId() const
void SetDetectorVersionId(DetectorVersionIdT &&value)
void SetEventVariables(EventVariablesT &&value)
bool DetectorIdHasBeenSet() const
bool EntitiesHasBeenSet() const
AWS_FRAUDDETECTOR_API Aws::String SerializePayload() const override
const Aws::Map< Aws::String, Aws::String > & GetEventVariables() const
void SetEventTypeName(EventTypeNameT &&value)
void SetEventTimestamp(EventTimestampT &&value)
virtual const char * GetServiceRequestName() const override
GetEventPredictionRequest & WithEntities(EntitiesT &&value)
const Aws::String & GetEventTimestamp() const
GetEventPredictionRequest & AddEntities(EntitiesT &&value)
bool ExternalModelEndpointDataBlobsHasBeenSet() const
bool EventVariablesHasBeenSet() const
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