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
48 template<
typename ModelEndpo
intT = Aws::String>
49 void SetModelEndpoint(ModelEndpointT&& value) { m_modelEndpointHasBeenSet =
true; m_modelEndpoint = std::forward<ModelEndpointT>(value); }
50 template<
typename ModelEndpo
intT = Aws::String>
60 inline void SetUseEventVariables(
bool value) { m_useEventVariablesHasBeenSet =
true; m_useEventVariables = value; }
70 template<
typename InputVariablesT = Aws::Map<Aws::String, Aws::String>>
71 void SetInputVariables(InputVariablesT&& value) { m_inputVariablesHasBeenSet =
true; m_inputVariables = std::forward<InputVariablesT>(value); }
72 template<
typename InputVariablesT = Aws::Map<Aws::String, Aws::String>>
74 template<
typename InputVariablesKeyT = Aws::String,
typename InputVariablesValueT = Aws::String>
76 m_inputVariablesHasBeenSet =
true; m_inputVariables.emplace(std::forward<InputVariablesKeyT>(key), std::forward<InputVariablesValueT>(value));
return *
this;
86 template<
typename OutputVariablesT = Aws::Map<Aws::String, Aws::String>>
87 void SetOutputVariables(OutputVariablesT&& value) { m_outputVariablesHasBeenSet =
true; m_outputVariables = std::forward<OutputVariablesT>(value); }
88 template<
typename OutputVariablesT = Aws::Map<Aws::String, Aws::String>>
90 template<
typename OutputVariablesKeyT = Aws::String,
typename OutputVariablesValueT = Aws::String>
92 m_outputVariablesHasBeenSet =
true; m_outputVariables.emplace(std::forward<OutputVariablesKeyT>(key), std::forward<OutputVariablesValueT>(value));
return *
this;
98 bool m_modelEndpointHasBeenSet =
false;
100 bool m_useEventVariables{
false};
101 bool m_useEventVariablesHasBeenSet =
false;
104 bool m_inputVariablesHasBeenSet =
false;
107 bool m_outputVariablesHasBeenSet =
false;
EvaluatedExternalModel & AddOutputVariables(OutputVariablesKeyT &&key, OutputVariablesValueT &&value)
bool InputVariablesHasBeenSet() const
EvaluatedExternalModel & WithUseEventVariables(bool value)
bool GetUseEventVariables() const
EvaluatedExternalModel & WithOutputVariables(OutputVariablesT &&value)
bool UseEventVariablesHasBeenSet() const
void SetUseEventVariables(bool value)
EvaluatedExternalModel & WithInputVariables(InputVariablesT &&value)
AWS_FRAUDDETECTOR_API EvaluatedExternalModel & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetInputVariables() const
AWS_FRAUDDETECTOR_API EvaluatedExternalModel()=default
EvaluatedExternalModel & WithModelEndpoint(ModelEndpointT &&value)
void SetInputVariables(InputVariablesT &&value)
const Aws::String & GetModelEndpoint() const
bool OutputVariablesHasBeenSet() const
void SetOutputVariables(OutputVariablesT &&value)
EvaluatedExternalModel & AddInputVariables(InputVariablesKeyT &&key, InputVariablesValueT &&value)
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Map< Aws::String, Aws::String > & GetOutputVariables() const
AWS_FRAUDDETECTOR_API EvaluatedExternalModel(Aws::Utils::Json::JsonView jsonValue)
void SetModelEndpoint(ModelEndpointT &&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