7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/personalize/PersonalizeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename RecipeArnT = Aws::String>
44 void SetRecipeArn(RecipeArnT&& value) { m_recipeArnHasBeenSet =
true; m_recipeArn = std::forward<RecipeArnT>(value); }
45 template<
typename RecipeArnT = Aws::String>
51 bool m_recipeArnHasBeenSet =
false;
DescribeRecipeRequest & WithRecipeArn(RecipeArnT &&value)
const Aws::String & GetRecipeArn() const
void SetRecipeArn(RecipeArnT &&value)
AWS_PERSONALIZE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
bool RecipeArnHasBeenSet() const
AWS_PERSONALIZE_API DescribeRecipeRequest()=default
AWS_PERSONALIZE_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String