7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/personalize/PersonalizeRequest.h>
9#include <aws/personalize/Personalize_EXPORTS.h>
10#include <aws/personalize/model/Domain.h>
11#include <aws/personalize/model/RecipeProvider.h>
16namespace Personalize {
42 m_recipeProviderHasBeenSet =
true;
43 m_recipeProvider = value;
58 template <
typename NextTokenT = Aws::String>
60 m_nextTokenHasBeenSet =
true;
61 m_nextToken = std::forward<NextTokenT>(value);
63 template <
typename NextTokenT = Aws::String>
77 m_maxResultsHasBeenSet =
true;
95 m_domainHasBeenSet =
true;
111 bool m_recipeProviderHasBeenSet =
false;
112 bool m_nextTokenHasBeenSet =
false;
113 bool m_maxResultsHasBeenSet =
false;
114 bool m_domainHasBeenSet =
false;
bool RecipeProviderHasBeenSet() const
void SetNextToken(NextTokenT &&value)
RecipeProvider GetRecipeProvider() const
ListRecipesRequest & WithDomain(Domain value)
ListRecipesRequest & WithNextToken(NextTokenT &&value)
ListRecipesRequest & WithRecipeProvider(RecipeProvider value)
const Aws::String & GetNextToken() const
void SetRecipeProvider(RecipeProvider value)
virtual const char * GetServiceRequestName() const override
ListRecipesRequest & WithMaxResults(int value)
void SetMaxResults(int value)
int GetMaxResults() const
AWS_PERSONALIZE_API Aws::String SerializePayload() const override
bool DomainHasBeenSet() const
bool MaxResultsHasBeenSet() const
AWS_PERSONALIZE_API ListRecipesRequest()=default
AWS_PERSONALIZE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NextTokenHasBeenSet() const
void SetDomain(Domain value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String