@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 generated by DataBrew that specifies where to continue pagination if a previous request was truncated.
|
List<Recipe> |
getRecipes()
A list of recipes that are defined in the current AWS account.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated.
|
void |
setRecipes(Collection<Recipe> recipes)
A list of recipes that are defined in the current AWS account.
|
String |
toString()
Returns a string representation of this object.
|
ListRecipesResult |
withNextToken(String nextToken)
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated.
|
ListRecipesResult |
withRecipes(Collection<Recipe> recipes)
A list of recipes that are defined in the current AWS account.
|
ListRecipesResult |
withRecipes(Recipe... recipes)
A list of recipes that are defined in the current AWS account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<Recipe> getRecipes()
A list of recipes that are defined in the current AWS account.
public void setRecipes(Collection<Recipe> recipes)
A list of recipes that are defined in the current AWS account.
recipes - A list of recipes that are defined in the current AWS account.public ListRecipesResult withRecipes(Recipe... recipes)
A list of recipes that are defined in the current AWS account.
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 - A list of recipes that are defined in the current AWS account.public ListRecipesResult withRecipes(Collection<Recipe> recipes)
A list of recipes that are defined in the current AWS account.
recipes - A list of recipes that are defined in the current AWS account.public void setNextToken(String nextToken)
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value from the response object of the previous page call.
nextToken - A token generated by DataBrew that specifies where to continue pagination if a previous request was
truncated. To get the next set of pages, pass in the NextToken value from the response object of the
previous page call.public String getNextToken()
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value from the response object of the previous page call.
public ListRecipesResult withNextToken(String nextToken)
A token generated by DataBrew that specifies where to continue pagination if a previous request was truncated. To get the next set of pages, pass in the NextToken value from the response object of the previous page call.
nextToken - A token generated by DataBrew that specifies where to continue pagination if a previous request was
truncated. To get the next set of pages, pass in the NextToken value from the response object of the
previous page call.public String toString()
toString in class ObjectObject.toString()public ListRecipesResult clone()