@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRecipesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRecipesRequest() |
Modifier and Type | Method and Description |
---|---|
ListRecipesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of recipes to return.
|
String |
getNextToken()
A token returned from the previous call to
ListRecipes for getting the next set of recipes (if they
exist). |
String |
getRecipeProvider()
The default is
SERVICE . |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of recipes to return.
|
void |
setNextToken(String nextToken)
A token returned from the previous call to
ListRecipes for getting the next set of recipes (if they
exist). |
void |
setRecipeProvider(String recipeProvider)
The default is
SERVICE . |
String |
toString()
Returns a string representation of this object.
|
ListRecipesRequest |
withMaxResults(Integer maxResults)
The maximum number of recipes to return.
|
ListRecipesRequest |
withNextToken(String nextToken)
A token returned from the previous call to
ListRecipes for getting the next set of recipes (if they
exist). |
ListRecipesRequest |
withRecipeProvider(RecipeProvider recipeProvider)
The default is
SERVICE . |
ListRecipesRequest |
withRecipeProvider(String recipeProvider)
The default is
SERVICE . |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setRecipeProvider(String recipeProvider)
The default is SERVICE
.
recipeProvider
- The default is SERVICE
.RecipeProvider
public String getRecipeProvider()
The default is SERVICE
.
SERVICE
.RecipeProvider
public ListRecipesRequest withRecipeProvider(String recipeProvider)
The default is SERVICE
.
recipeProvider
- The default is SERVICE
.RecipeProvider
public ListRecipesRequest withRecipeProvider(RecipeProvider recipeProvider)
The default is SERVICE
.
recipeProvider
- The default is SERVICE
.RecipeProvider
public void setNextToken(String nextToken)
A token returned from the previous call to ListRecipes
for getting the next set of recipes (if they
exist).
nextToken
- A token returned from the previous call to ListRecipes
for getting the next set of recipes
(if they exist).public String getNextToken()
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 ListRecipesRequest withNextToken(String nextToken)
A token returned from the previous call to ListRecipes
for getting the next set of recipes (if they
exist).
nextToken
- A token returned from the previous call to ListRecipes
for getting the next set of recipes
(if they exist).public void setMaxResults(Integer maxResults)
The maximum number of recipes to return.
maxResults
- The maximum number of recipes to return.public Integer getMaxResults()
The maximum number of recipes to return.
public ListRecipesRequest withMaxResults(Integer maxResults)
The maximum number of recipes to return.
maxResults
- The maximum number of recipes to return.public String toString()
toString
in class Object
Object.toString()
public ListRecipesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.