7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
53 inline void SetMetricName(
const char* value) { m_metricNameHasBeenSet =
true; m_metricName.assign(value); }
71 inline AutoMLConfig&
AddRecipeList(
const char* value) { m_recipeListHasBeenSet =
true; m_recipeList.push_back(value);
return *
this; }
76 bool m_metricNameHasBeenSet =
false;
79 bool m_recipeListHasBeenSet =
false;
void SetRecipeList(Aws::Vector< Aws::String > &&value)
bool RecipeListHasBeenSet() const
const Aws::Vector< Aws::String > & GetRecipeList() const
AWS_PERSONALIZE_API AutoMLConfig()
void SetRecipeList(const Aws::Vector< Aws::String > &value)
AutoMLConfig & AddRecipeList(Aws::String &&value)
void SetMetricName(const Aws::String &value)
AutoMLConfig & WithMetricName(const Aws::String &value)
AutoMLConfig & WithRecipeList(const Aws::Vector< Aws::String > &value)
void SetMetricName(Aws::String &&value)
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_PERSONALIZE_API AutoMLConfig(Aws::Utils::Json::JsonView jsonValue)
AutoMLConfig & AddRecipeList(const char *value)
AutoMLConfig & WithRecipeList(Aws::Vector< Aws::String > &&value)
AutoMLConfig & WithMetricName(Aws::String &&value)
const Aws::String & GetMetricName() const
bool MetricNameHasBeenSet() const
AutoMLConfig & WithMetricName(const char *value)
AWS_PERSONALIZE_API AutoMLConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AutoMLConfig & AddRecipeList(const Aws::String &value)
void SetMetricName(const char *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