7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/frauddetector/model/ModelVersionEvaluation.h>
23namespace FraudDetector
51 inline void SetModelId(
const char* value) { m_modelIdHasBeenSet =
true; m_modelId.assign(value); }
65 inline void SetModelVersion(
const char* value) { m_modelVersionHasBeenSet =
true; m_modelVersion.assign(value); }
80 inline void SetModelType(
const char* value) { m_modelTypeHasBeenSet =
true; m_modelType.assign(value); }
102 bool m_modelIdHasBeenSet =
false;
105 bool m_modelVersionHasBeenSet =
false;
108 bool m_modelTypeHasBeenSet =
false;
111 bool m_evaluationsHasBeenSet =
false;
void SetModelVersion(const char *value)
EvaluatedModelVersion & WithModelVersion(const Aws::String &value)
bool ModelIdHasBeenSet() const
const Aws::Vector< ModelVersionEvaluation > & GetEvaluations() const
EvaluatedModelVersion & WithModelType(const char *value)
void SetModelId(Aws::String &&value)
EvaluatedModelVersion & WithModelType(const Aws::String &value)
bool ModelVersionHasBeenSet() const
const Aws::String & GetModelVersion() const
bool EvaluationsHasBeenSet() const
void SetModelVersion(Aws::String &&value)
void SetEvaluations(Aws::Vector< ModelVersionEvaluation > &&value)
void SetModelType(const Aws::String &value)
EvaluatedModelVersion & WithEvaluations(const Aws::Vector< ModelVersionEvaluation > &value)
void SetModelId(const Aws::String &value)
AWS_FRAUDDETECTOR_API EvaluatedModelVersion & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEvaluations(const Aws::Vector< ModelVersionEvaluation > &value)
void SetModelType(Aws::String &&value)
void SetModelVersion(const Aws::String &value)
EvaluatedModelVersion & WithEvaluations(Aws::Vector< ModelVersionEvaluation > &&value)
void SetModelId(const char *value)
AWS_FRAUDDETECTOR_API EvaluatedModelVersion(Aws::Utils::Json::JsonView jsonValue)
EvaluatedModelVersion & WithModelId(const char *value)
EvaluatedModelVersion & AddEvaluations(ModelVersionEvaluation &&value)
EvaluatedModelVersion & WithModelVersion(const char *value)
const Aws::String & GetModelType() const
EvaluatedModelVersion & WithModelId(Aws::String &&value)
void SetModelType(const char *value)
EvaluatedModelVersion & AddEvaluations(const ModelVersionEvaluation &value)
AWS_FRAUDDETECTOR_API EvaluatedModelVersion()
EvaluatedModelVersion & WithModelId(const Aws::String &value)
EvaluatedModelVersion & WithModelVersion(Aws::String &&value)
EvaluatedModelVersion & WithModelType(Aws::String &&value)
bool ModelTypeHasBeenSet() const
const Aws::String & GetModelId() const
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue