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
75 bool m_variableNamesHasBeenSet =
false;
77 double m_aggregatedVariablesImportance;
78 bool m_aggregatedVariablesImportanceHasBeenSet =
false;
AggregatedLogOddsMetric & WithVariableNames(Aws::Vector< Aws::String > &&value)
AggregatedLogOddsMetric & AddVariableNames(Aws::String &&value)
AggregatedLogOddsMetric & AddVariableNames(const Aws::String &value)
AWS_FRAUDDETECTOR_API AggregatedLogOddsMetric(Aws::Utils::Json::JsonView jsonValue)
AWS_FRAUDDETECTOR_API AggregatedLogOddsMetric & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AggregatedVariablesImportanceHasBeenSet() const
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVariableNames(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetVariableNames() const
AggregatedLogOddsMetric & AddVariableNames(const char *value)
AWS_FRAUDDETECTOR_API AggregatedLogOddsMetric()
double GetAggregatedVariablesImportance() const
void SetAggregatedVariablesImportance(double value)
AggregatedLogOddsMetric & WithAggregatedVariablesImportance(double value)
AggregatedLogOddsMetric & WithVariableNames(const Aws::Vector< Aws::String > &value)
bool VariableNamesHasBeenSet() const
void SetVariableNames(const Aws::Vector< Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue