7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
22namespace FraudDetector
50 inline void SetModelEndpoint(
const char* value) { m_modelEndpointHasBeenSet =
true; m_modelEndpoint.assign(value); }
62 inline void SetUseEventVariables(
bool value) { m_useEventVariablesHasBeenSet =
true; m_useEventVariables = value; }
106 bool m_modelEndpointHasBeenSet =
false;
108 bool m_useEventVariables;
109 bool m_useEventVariablesHasBeenSet =
false;
112 bool m_inputVariablesHasBeenSet =
false;
115 bool m_outputVariablesHasBeenSet =
false;
EvaluatedExternalModel & WithInputVariables(const Aws::Map< Aws::String, Aws::String > &value)
EvaluatedExternalModel & AddOutputVariables(Aws::String &&key, Aws::String &&value)
EvaluatedExternalModel & AddInputVariables(const char *key, const char *value)
bool InputVariablesHasBeenSet() const
EvaluatedExternalModel & WithUseEventVariables(bool value)
EvaluatedExternalModel & AddOutputVariables(Aws::String &&key, const char *value)
EvaluatedExternalModel & AddInputVariables(const Aws::String &key, Aws::String &&value)
bool GetUseEventVariables() const
void SetModelEndpoint(Aws::String &&value)
EvaluatedExternalModel & WithOutputVariables(Aws::Map< Aws::String, Aws::String > &&value)
bool UseEventVariablesHasBeenSet() const
EvaluatedExternalModel & AddInputVariables(const char *key, Aws::String &&value)
EvaluatedExternalModel & WithModelEndpoint(const Aws::String &value)
void SetUseEventVariables(bool value)
AWS_FRAUDDETECTOR_API EvaluatedExternalModel & operator=(Aws::Utils::Json::JsonView jsonValue)
EvaluatedExternalModel & WithModelEndpoint(const char *value)
const Aws::Map< Aws::String, Aws::String > & GetInputVariables() const
void SetOutputVariables(Aws::Map< Aws::String, Aws::String > &&value)
AWS_FRAUDDETECTOR_API EvaluatedExternalModel()
const Aws::String & GetModelEndpoint() const
bool OutputVariablesHasBeenSet() const
EvaluatedExternalModel & AddInputVariables(Aws::String &&key, const char *value)
EvaluatedExternalModel & AddInputVariables(const Aws::String &key, const Aws::String &value)
EvaluatedExternalModel & WithInputVariables(Aws::Map< Aws::String, Aws::String > &&value)
EvaluatedExternalModel & AddOutputVariables(const Aws::String &key, const Aws::String &value)
void SetModelEndpoint(const char *value)
EvaluatedExternalModel & AddOutputVariables(const char *key, const char *value)
EvaluatedExternalModel & AddOutputVariables(Aws::String &&key, const Aws::String &value)
EvaluatedExternalModel & AddOutputVariables(const char *key, Aws::String &&value)
void SetInputVariables(Aws::Map< Aws::String, Aws::String > &&value)
void SetModelEndpoint(const Aws::String &value)
EvaluatedExternalModel & AddOutputVariables(const Aws::String &key, Aws::String &&value)
void SetOutputVariables(const Aws::Map< Aws::String, Aws::String > &value)
EvaluatedExternalModel & AddInputVariables(Aws::String &&key, const Aws::String &value)
EvaluatedExternalModel & AddInputVariables(Aws::String &&key, Aws::String &&value)
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Map< Aws::String, Aws::String > & GetOutputVariables() const
EvaluatedExternalModel & WithOutputVariables(const Aws::Map< Aws::String, Aws::String > &value)
EvaluatedExternalModel & WithModelEndpoint(Aws::String &&value)
AWS_FRAUDDETECTOR_API EvaluatedExternalModel(Aws::Utils::Json::JsonView jsonValue)
void SetInputVariables(const Aws::Map< Aws::String, Aws::String > &value)
bool ModelEndpointHasBeenSet() const
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
Aws::Utils::Json::JsonValue JsonValue