@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 results to return in this request.
|
String |
getNextToken()
The token returned by a previous call to retrieve the next set of results.
|
String |
getRecipeVersion()
Return only those recipes with a version identifier of
LATEST_WORKING or
LATEST_PUBLISHED. |
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in this request.
|
void |
setNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
void |
setRecipeVersion(String recipeVersion)
Return only those recipes with a version identifier of
LATEST_WORKING or
LATEST_PUBLISHED. |
String |
toString()
Returns a string representation of this object.
|
ListRecipesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in this request.
|
ListRecipesRequest |
withNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
|
ListRecipesRequest |
withRecipeVersion(String recipeVersion)
Return only those recipes with a version identifier of
LATEST_WORKING or
LATEST_PUBLISHED. |
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, withSdkRequestTimeoutpublic void setMaxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults - The maximum number of results to return in this request.public Integer getMaxResults()
The maximum number of results to return in this request.
public ListRecipesRequest withMaxResults(Integer maxResults)
The maximum number of results to return in this request.
maxResults - The maximum number of results to return in this request.public void setNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
nextToken - The token returned by a previous call to retrieve the next set of results.public String getNextToken()
The token returned by a previous call to retrieve the next set of results.
public ListRecipesRequest withNextToken(String nextToken)
The token returned by a previous call to retrieve the next set of results.
nextToken - The token returned by a previous call to retrieve the next set of results.public void setRecipeVersion(String recipeVersion)
Return only those recipes with a version identifier of LATEST_WORKING or
LATEST_PUBLISHED. If RecipeVersion is omitted, ListRecipes returns all of
the LATEST_PUBLISHED recipe versions.
Valid values: LATEST_WORKING | LATEST_PUBLISHED
recipeVersion - Return only those recipes with a version identifier of LATEST_WORKING or
LATEST_PUBLISHED. If RecipeVersion is omitted, ListRecipes returns
all of the LATEST_PUBLISHED recipe versions.
Valid values: LATEST_WORKING | LATEST_PUBLISHED
public String getRecipeVersion()
Return only those recipes with a version identifier of LATEST_WORKING or
LATEST_PUBLISHED. If RecipeVersion is omitted, ListRecipes returns all of
the LATEST_PUBLISHED recipe versions.
Valid values: LATEST_WORKING | LATEST_PUBLISHED
LATEST_WORKING or
LATEST_PUBLISHED. If RecipeVersion is omitted, ListRecipes returns
all of the LATEST_PUBLISHED recipe versions.
Valid values: LATEST_WORKING | LATEST_PUBLISHED
public ListRecipesRequest withRecipeVersion(String recipeVersion)
Return only those recipes with a version identifier of LATEST_WORKING or
LATEST_PUBLISHED. If RecipeVersion is omitted, ListRecipes returns all of
the LATEST_PUBLISHED recipe versions.
Valid values: LATEST_WORKING | LATEST_PUBLISHED
recipeVersion - Return only those recipes with a version identifier of LATEST_WORKING or
LATEST_PUBLISHED. If RecipeVersion is omitted, ListRecipes returns
all of the LATEST_PUBLISHED recipe versions.
Valid values: LATEST_WORKING | LATEST_PUBLISHED
public String toString()
toString in class ObjectObject.toString()public ListRecipesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()