@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListImageRecipesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListImageRecipesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListImageRecipesRequest |
clone() |
boolean |
equals(Object obj) |
List<Filter> |
getFilters() |
Integer |
getMaxResults()
The maximum items to return in a request.
|
String |
getNextToken()
A token to specify where to start paginating.
|
String |
getOwner()
The owner defines whose image recipes you wish to list.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters) |
void |
setMaxResults(Integer maxResults)
The maximum items to return in a request.
|
void |
setNextToken(String nextToken)
A token to specify where to start paginating.
|
void |
setOwner(String owner)
The owner defines whose image recipes you wish to list.
|
String |
toString()
Returns a string representation of this object.
|
ListImageRecipesRequest |
withFilters(Collection<Filter> filters) |
ListImageRecipesRequest |
withFilters(Filter... filters) |
ListImageRecipesRequest |
withMaxResults(Integer maxResults)
The maximum items to return in a request.
|
ListImageRecipesRequest |
withNextToken(String nextToken)
A token to specify where to start paginating.
|
ListImageRecipesRequest |
withOwner(Ownership owner)
The owner defines whose image recipes you wish to list.
|
ListImageRecipesRequest |
withOwner(String owner)
The owner defines whose image recipes you wish to list.
|
addHandlerContext, copyBaseTo, 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 setOwner(String owner)
The owner defines whose image recipes you wish to list. By default this request will only show image recipes owned by your account. You may use this field to specify if you wish to view image recipes owned by yourself, Amazon, or those image recipes that have been shared with you by other customers.
owner - The owner defines whose image recipes you wish to list. By default this request will only show image
recipes owned by your account. You may use this field to specify if you wish to view image recipes owned
by yourself, Amazon, or those image recipes that have been shared with you by other customers.Ownershippublic String getOwner()
The owner defines whose image recipes you wish to list. By default this request will only show image recipes owned by your account. You may use this field to specify if you wish to view image recipes owned by yourself, Amazon, or those image recipes that have been shared with you by other customers.
Ownershippublic ListImageRecipesRequest withOwner(String owner)
The owner defines whose image recipes you wish to list. By default this request will only show image recipes owned by your account. You may use this field to specify if you wish to view image recipes owned by yourself, Amazon, or those image recipes that have been shared with you by other customers.
owner - The owner defines whose image recipes you wish to list. By default this request will only show image
recipes owned by your account. You may use this field to specify if you wish to view image recipes owned
by yourself, Amazon, or those image recipes that have been shared with you by other customers.Ownershippublic ListImageRecipesRequest withOwner(Ownership owner)
The owner defines whose image recipes you wish to list. By default this request will only show image recipes owned by your account. You may use this field to specify if you wish to view image recipes owned by yourself, Amazon, or those image recipes that have been shared with you by other customers.
owner - The owner defines whose image recipes you wish to list. By default this request will only show image
recipes owned by your account. You may use this field to specify if you wish to view image recipes owned
by yourself, Amazon, or those image recipes that have been shared with you by other customers.Ownershippublic void setFilters(Collection<Filter> filters)
filters - public ListImageRecipesRequest withFilters(Filter... filters)
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection) or withFilters(java.util.Collection) if you want to override
the existing values.
filters - public ListImageRecipesRequest withFilters(Collection<Filter> filters)
filters - public void setMaxResults(Integer maxResults)
The maximum items to return in a request.
maxResults - The maximum items to return in a request.public Integer getMaxResults()
The maximum items to return in a request.
public ListImageRecipesRequest withMaxResults(Integer maxResults)
The maximum items to return in a request.
maxResults - The maximum items to return in a request.public void setNextToken(String nextToken)
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
nextToken - A token to specify where to start paginating. This is the NextToken from a previously truncated response.public String getNextToken()
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
public ListImageRecipesRequest withNextToken(String nextToken)
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
nextToken - A token to specify where to start paginating. This is the NextToken from a previously truncated response.public String toString()
toString in class ObjectObject.toString()public ListImageRecipesRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.