7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename BestRecipeArnT = Aws::String>
50 void SetBestRecipeArn(BestRecipeArnT&& value) { m_bestRecipeArnHasBeenSet =
true; m_bestRecipeArn = std::forward<BestRecipeArnT>(value); }
51 template<
typename BestRecipeArnT = Aws::String>
57 bool m_bestRecipeArnHasBeenSet =
false;
void SetBestRecipeArn(BestRecipeArnT &&value)
AWS_PERSONALIZE_API Aws::Utils::Json::JsonValue Jsonize() const
AutoMLResult & WithBestRecipeArn(BestRecipeArnT &&value)
const Aws::String & GetBestRecipeArn() const
AWS_PERSONALIZE_API AutoMLResult(Aws::Utils::Json::JsonView jsonValue)
AWS_PERSONALIZE_API AutoMLResult & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_PERSONALIZE_API AutoMLResult()=default
bool BestRecipeArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue