7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace FraudDetector
48 inline void SetVariableName(
const char* value) { m_variableNameHasBeenSet =
true; m_variableName.assign(value); }
62 inline void SetVariableType(
const char* value) { m_variableTypeHasBeenSet =
true; m_variableType.assign(value); }
76 inline void SetVariableImportance(
double value) { m_variableImportanceHasBeenSet =
true; m_variableImportance = value; }
82 bool m_variableNameHasBeenSet =
false;
85 bool m_variableTypeHasBeenSet =
false;
87 double m_variableImportance;
88 bool m_variableImportanceHasBeenSet =
false;
LogOddsMetric & WithVariableType(Aws::String &&value)
LogOddsMetric & WithVariableName(const Aws::String &value)
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
bool VariableImportanceHasBeenSet() const
LogOddsMetric & WithVariableType(const char *value)
void SetVariableType(Aws::String &&value)
LogOddsMetric & WithVariableImportance(double value)
const Aws::String & GetVariableType() const
void SetVariableImportance(double value)
LogOddsMetric & WithVariableName(Aws::String &&value)
bool VariableNameHasBeenSet() const
double GetVariableImportance() const
void SetVariableType(const char *value)
void SetVariableName(const Aws::String &value)
bool VariableTypeHasBeenSet() const
void SetVariableType(const Aws::String &value)
AWS_FRAUDDETECTOR_API LogOddsMetric(Aws::Utils::Json::JsonView jsonValue)
LogOddsMetric & WithVariableName(const char *value)
AWS_FRAUDDETECTOR_API LogOddsMetric()
void SetVariableName(const char *value)
void SetVariableName(Aws::String &&value)
AWS_FRAUDDETECTOR_API LogOddsMetric & operator=(Aws::Utils::Json::JsonView jsonValue)
LogOddsMetric & WithVariableType(const Aws::String &value)
const Aws::String & GetVariableName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue