7#include <aws/frauddetector/FraudDetector_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/frauddetector/model/LabelSchema.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
23namespace FraudDetector
48 template<
typename ModelVariablesT = Aws::Vector<Aws::String>>
49 void SetModelVariables(ModelVariablesT&& value) { m_modelVariablesHasBeenSet =
true; m_modelVariables = std::forward<ModelVariablesT>(value); }
50 template<
typename ModelVariablesT = Aws::Vector<Aws::String>>
52 template<
typename ModelVariablesT = Aws::String>
53 TrainingDataSchema&
AddModelVariables(ModelVariablesT&& value) { m_modelVariablesHasBeenSet =
true; m_modelVariables.emplace_back(std::forward<ModelVariablesT>(value));
return *
this; }
60 template<
typename LabelSchemaT = LabelSchema>
61 void SetLabelSchema(LabelSchemaT&& value) { m_labelSchemaHasBeenSet =
true; m_labelSchema = std::forward<LabelSchemaT>(value); }
62 template<
typename LabelSchemaT = LabelSchema>
68 bool m_modelVariablesHasBeenSet =
false;
71 bool m_labelSchemaHasBeenSet =
false;
void SetModelVariables(ModelVariablesT &&value)
AWS_FRAUDDETECTOR_API TrainingDataSchema & operator=(Aws::Utils::Json::JsonView jsonValue)
TrainingDataSchema & WithLabelSchema(LabelSchemaT &&value)
const Aws::Vector< Aws::String > & GetModelVariables() const
TrainingDataSchema & AddModelVariables(ModelVariablesT &&value)
bool LabelSchemaHasBeenSet() const
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
TrainingDataSchema & WithModelVariables(ModelVariablesT &&value)
bool ModelVariablesHasBeenSet() const
AWS_FRAUDDETECTOR_API TrainingDataSchema(Aws::Utils::Json::JsonView jsonValue)
AWS_FRAUDDETECTOR_API TrainingDataSchema()=default
void SetLabelSchema(LabelSchemaT &&value)
const LabelSchema & GetLabelSchema() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue