@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()
A pagination token that can be used in a subsequent request.
|
String |
getRecipeVersion()
A version identifier.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in this request.
|
void |
setNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
void |
setRecipeVersion(String recipeVersion)
A version identifier.
|
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)
A pagination token that can be used in a subsequent request.
|
ListRecipesRequest |
withRecipeVersion(String recipeVersion)
A version identifier.
|
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 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)
A pagination token that can be used in a subsequent request.
nextToken
- A pagination token that can be used in a subsequent request.public String getNextToken()
A pagination token that can be used in a subsequent request.
public ListRecipesRequest withNextToken(String nextToken)
A pagination token that can be used in a subsequent request.
nextToken
- A pagination token that can be used in a subsequent request.public void setRecipeVersion(String recipeVersion)
A version identifier. Using this parameter indicates to return only those recipes that have this version identifier.
recipeVersion
- A version identifier. Using this parameter indicates to return only those recipes that have this version
identifier.public String getRecipeVersion()
A version identifier. Using this parameter indicates to return only those recipes that have this version identifier.
public ListRecipesRequest withRecipeVersion(String recipeVersion)
A version identifier. Using this parameter indicates to return only those recipes that have this version identifier.
recipeVersion
- A version identifier. Using this parameter indicates to return only those recipes that have this version
identifier.public String toString()
toString
in class Object
Object.toString()
public ListRecipesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()