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
72 inline void SetRelativeImpact(
const char* value) { m_relativeImpactHasBeenSet =
true; m_relativeImpact.assign(value); }
88 inline void SetLogOddsImpact(
double value) { m_logOddsImpactHasBeenSet =
true; m_logOddsImpact = value; }
94 bool m_eventVariableNamesHasBeenSet =
false;
97 bool m_relativeImpactHasBeenSet =
false;
99 double m_logOddsImpact;
100 bool m_logOddsImpactHasBeenSet =
false;
void SetRelativeImpact(Aws::String &&value)
void SetEventVariableNames(const Aws::Vector< Aws::String > &value)
AWS_FRAUDDETECTOR_API AggregatedVariablesImpactExplanation()
AggregatedVariablesImpactExplanation & WithEventVariableNames(const Aws::Vector< Aws::String > &value)
bool LogOddsImpactHasBeenSet() const
AWS_FRAUDDETECTOR_API AggregatedVariablesImpactExplanation & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EventVariableNamesHasBeenSet() const
AggregatedVariablesImpactExplanation & WithRelativeImpact(const Aws::String &value)
AggregatedVariablesImpactExplanation & AddEventVariableNames(Aws::String &&value)
const Aws::String & GetRelativeImpact() const
const Aws::Vector< Aws::String > & GetEventVariableNames() const
AggregatedVariablesImpactExplanation & AddEventVariableNames(const Aws::String &value)
void SetRelativeImpact(const Aws::String &value)
AggregatedVariablesImpactExplanation & WithRelativeImpact(Aws::String &&value)
AWS_FRAUDDETECTOR_API AggregatedVariablesImpactExplanation(Aws::Utils::Json::JsonView jsonValue)
double GetLogOddsImpact() const
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEventVariableNames(Aws::Vector< Aws::String > &&value)
AggregatedVariablesImpactExplanation & WithLogOddsImpact(double value)
bool RelativeImpactHasBeenSet() const
AggregatedVariablesImpactExplanation & WithRelativeImpact(const char *value)
AggregatedVariablesImpactExplanation & AddEventVariableNames(const char *value)
void SetLogOddsImpact(double value)
void SetRelativeImpact(const char *value)
AggregatedVariablesImpactExplanation & WithEventVariableNames(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