@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRecipesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListRecipesResult() |
Modifier and Type | Method and Description |
---|---|
ListRecipesResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
A token for getting the next set of recipes.
|
List<RecipeSummary> |
getRecipes()
The list of available recipes.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token for getting the next set of recipes.
|
void |
setRecipes(Collection<RecipeSummary> recipes)
The list of available recipes.
|
String |
toString()
Returns a string representation of this object.
|
ListRecipesResult |
withNextToken(String nextToken)
A token for getting the next set of recipes.
|
ListRecipesResult |
withRecipes(Collection<RecipeSummary> recipes)
The list of available recipes.
|
ListRecipesResult |
withRecipes(RecipeSummary... recipes)
The list of available recipes.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<RecipeSummary> getRecipes()
The list of available recipes.
public void setRecipes(Collection<RecipeSummary> recipes)
The list of available recipes.
recipes
- The list of available recipes.public ListRecipesResult withRecipes(RecipeSummary... recipes)
The list of available recipes.
NOTE: This method appends the values to the existing list (if any). Use
setRecipes(java.util.Collection)
or withRecipes(java.util.Collection)
if you want to override
the existing values.
recipes
- The list of available recipes.public ListRecipesResult withRecipes(Collection<RecipeSummary> recipes)
The list of available recipes.
recipes
- The list of available recipes.public void setNextToken(String nextToken)
A token for getting the next set of recipes.
nextToken
- A token for getting the next set of recipes.public String getNextToken()
A token for getting the next set of recipes.
public ListRecipesResult withNextToken(String nextToken)
A token for getting the next set of recipes.
nextToken
- A token for getting the next set of recipes.public String toString()
toString
in class Object
Object.toString()
public ListRecipesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.