7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/personalize/PersonalizeRequest.h>
9#include <aws/personalize/model/RecipeProvider.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/personalize/model/Domain.h>
56 template<
typename NextTokenT = Aws::String>
57 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
58 template<
typename NextTokenT = Aws::String>
68 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
80 inline void SetDomain(
Domain value) { m_domainHasBeenSet =
true; m_domain = value; }
86 bool m_recipeProviderHasBeenSet =
false;
89 bool m_nextTokenHasBeenSet =
false;
92 bool m_maxResultsHasBeenSet =
false;
95 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