7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/frauddetector/model/AggregatedLogOddsMetric.h>
22namespace FraudDetector
53 template<
typename LogOddsMetricsT = Aws::Vector<AggregatedLogOddsMetric>>
54 void SetLogOddsMetrics(LogOddsMetricsT&& value) { m_logOddsMetricsHasBeenSet =
true; m_logOddsMetrics = std::forward<LogOddsMetricsT>(value); }
55 template<
typename LogOddsMetricsT = Aws::Vector<AggregatedLogOddsMetric>>
57 template<
typename LogOddsMetricsT = AggregatedLogOddsMetric>
63 bool m_logOddsMetricsHasBeenSet =
false;
bool LogOddsMetricsHasBeenSet() const
void SetLogOddsMetrics(LogOddsMetricsT &&value)
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FRAUDDETECTOR_API AggregatedVariablesImportanceMetrics()=default
AWS_FRAUDDETECTOR_API AggregatedVariablesImportanceMetrics & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< AggregatedLogOddsMetric > & GetLogOddsMetrics() const
AggregatedVariablesImportanceMetrics & AddLogOddsMetrics(LogOddsMetricsT &&value)
AWS_FRAUDDETECTOR_API AggregatedVariablesImportanceMetrics(Aws::Utils::Json::JsonView jsonValue)
AggregatedVariablesImportanceMetrics & WithLogOddsMetrics(LogOddsMetricsT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue