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
69 bool m_modelVariablesHasBeenSet =
false;
72 bool m_labelSchemaHasBeenSet =
false;
AWS_FRAUDDETECTOR_API TrainingDataSchema & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetModelVariables() const
bool LabelSchemaHasBeenSet() const
TrainingDataSchema & AddModelVariables(const char *value)
AWS_FRAUDDETECTOR_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FRAUDDETECTOR_API TrainingDataSchema()
TrainingDataSchema & WithModelVariables(Aws::Vector< Aws::String > &&value)
TrainingDataSchema & WithModelVariables(const Aws::Vector< Aws::String > &value)
void SetModelVariables(const Aws::Vector< Aws::String > &value)
void SetLabelSchema(LabelSchema &&value)
bool ModelVariablesHasBeenSet() const
AWS_FRAUDDETECTOR_API TrainingDataSchema(Aws::Utils::Json::JsonView jsonValue)
TrainingDataSchema & AddModelVariables(const Aws::String &value)
TrainingDataSchema & WithLabelSchema(const LabelSchema &value)
TrainingDataSchema & WithLabelSchema(LabelSchema &&value)
TrainingDataSchema & AddModelVariables(Aws::String &&value)
void SetLabelSchema(const LabelSchema &value)
const LabelSchema & GetLabelSchema() const
void SetModelVariables(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