@Generated(value="software.amazon.awssdk:codegen") public final class ListRecipesRequest extends PersonalizeRequest implements ToCopyableBuilder<ListRecipesRequest.Builder,ListRecipesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListRecipesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListRecipesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of recipes to return.
|
String |
nextToken()
A token returned from the previous call to
ListRecipes for getting the next set of recipes (if they
exist). |
RecipeProvider |
recipeProvider()
The default is
SERVICE. |
String |
recipeProviderAsString()
The default is
SERVICE. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListRecipesRequest.Builder> |
serializableBuilderClass() |
ListRecipesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic RecipeProvider recipeProvider()
The default is SERVICE.
If the service returns an enum value that is not available in the current SDK version, recipeProvider
will return RecipeProvider.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from recipeProviderAsString().
SERVICE.RecipeProviderpublic String recipeProviderAsString()
The default is SERVICE.
If the service returns an enum value that is not available in the current SDK version, recipeProvider
will return RecipeProvider.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from recipeProviderAsString().
SERVICE.RecipeProviderpublic String nextToken()
A token returned from the previous call to ListRecipes for getting the next set of recipes (if they
exist).
ListRecipes for getting the next set of recipes
(if they exist).public Integer maxResults()
The maximum number of recipes to return.
public ListRecipesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListRecipesRequest.Builder,ListRecipesRequest>toBuilder in class PersonalizeRequestpublic static ListRecipesRequest.Builder builder()
public static Class<? extends ListRecipesRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.