AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AggregatedVariablesImportanceMetrics.h
1
6#pragma once
7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/frauddetector/model/AggregatedLogOddsMetric.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace FraudDetector
23{
24namespace Model
25{
26
39 {
40 public:
41 AWS_FRAUDDETECTOR_API AggregatedVariablesImportanceMetrics();
44 AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const;
45
46
48
51 inline const Aws::Vector<AggregatedLogOddsMetric>& GetLogOddsMetrics() const{ return m_logOddsMetrics; }
52 inline bool LogOddsMetricsHasBeenSet() const { return m_logOddsMetricsHasBeenSet; }
53 inline void SetLogOddsMetrics(const Aws::Vector<AggregatedLogOddsMetric>& value) { m_logOddsMetricsHasBeenSet = true; m_logOddsMetrics = value; }
54 inline void SetLogOddsMetrics(Aws::Vector<AggregatedLogOddsMetric>&& value) { m_logOddsMetricsHasBeenSet = true; m_logOddsMetrics = std::move(value); }
57 inline AggregatedVariablesImportanceMetrics& AddLogOddsMetrics(const AggregatedLogOddsMetric& value) { m_logOddsMetricsHasBeenSet = true; m_logOddsMetrics.push_back(value); return *this; }
58 inline AggregatedVariablesImportanceMetrics& AddLogOddsMetrics(AggregatedLogOddsMetric&& value) { m_logOddsMetricsHasBeenSet = true; m_logOddsMetrics.push_back(std::move(value)); return *this; }
60 private:
61
63 bool m_logOddsMetricsHasBeenSet = false;
64 };
65
66} // namespace Model
67} // namespace FraudDetector
68} // namespace Aws
AggregatedVariablesImportanceMetrics & WithLogOddsMetrics(Aws::Vector< AggregatedLogOddsMetric > &&value)
AggregatedVariablesImportanceMetrics & WithLogOddsMetrics(const Aws::Vector< AggregatedLogOddsMetric > &value)
AggregatedVariablesImportanceMetrics & AddLogOddsMetrics(const AggregatedLogOddsMetric &value)
AggregatedVariablesImportanceMetrics & AddLogOddsMetrics(AggregatedLogOddsMetric &&value)
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FRAUDDETECTOR_API AggregatedVariablesImportanceMetrics & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< AggregatedLogOddsMetric > & GetLogOddsMetrics() const
AWS_FRAUDDETECTOR_API AggregatedVariablesImportanceMetrics(Aws::Utils::Json::JsonView jsonValue)
void SetLogOddsMetrics(const Aws::Vector< AggregatedLogOddsMetric > &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue