7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace FraudDetector
53 template<
typename VariableNamesT = Aws::Vector<Aws::String>>
54 void SetVariableNames(VariableNamesT&& value) { m_variableNamesHasBeenSet =
true; m_variableNames = std::forward<VariableNamesT>(value); }
55 template<
typename VariableNamesT = Aws::Vector<Aws::String>>
57 template<
typename VariableNamesT = Aws::String>
74 bool m_variableNamesHasBeenSet =
false;
76 double m_aggregatedVariablesImportance{0.0};
77 bool m_aggregatedVariablesImportanceHasBeenSet =
false;
AWS_FRAUDDETECTOR_API AggregatedLogOddsMetric(Aws::Utils::Json::JsonView jsonValue)
void SetVariableNames(VariableNamesT &&value)
AWS_FRAUDDETECTOR_API AggregatedLogOddsMetric & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AggregatedVariablesImportanceHasBeenSet() const
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< Aws::String > & GetVariableNames() const
AWS_FRAUDDETECTOR_API AggregatedLogOddsMetric()=default
double GetAggregatedVariablesImportance() const
void SetAggregatedVariablesImportance(double value)
AggregatedLogOddsMetric & WithAggregatedVariablesImportance(double value)
AggregatedLogOddsMetric & WithVariableNames(VariableNamesT &&value)
AggregatedLogOddsMetric & AddVariableNames(VariableNamesT &&value)
bool VariableNamesHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue