@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListContainerRecipesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListContainerRecipesRequest() |
Modifier and Type | Method and Description |
---|---|
ListContainerRecipesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<Filter> |
getFilters()
Request filters that are used to narrow the list of container images that are returned.
|
Integer |
getMaxResults()
The maximum number of results to return in the list.
|
String |
getNextToken()
Provides a token for pagination, which determines where to begin the next set of results when the current set
reaches the maximum for one request.
|
String |
getOwner()
Returns container recipes belonging to the specified owner, that have been shared with you.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
Request filters that are used to narrow the list of container images that are returned.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in the list.
|
void |
setNextToken(String nextToken)
Provides a token for pagination, which determines where to begin the next set of results when the current set
reaches the maximum for one request.
|
void |
setOwner(String owner)
Returns container recipes belonging to the specified owner, that have been shared with you.
|
String |
toString()
Returns a string representation of this object.
|
ListContainerRecipesRequest |
withFilters(Collection<Filter> filters)
Request filters that are used to narrow the list of container images that are returned.
|
ListContainerRecipesRequest |
withFilters(Filter... filters)
Request filters that are used to narrow the list of container images that are returned.
|
ListContainerRecipesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in the list.
|
ListContainerRecipesRequest |
withNextToken(String nextToken)
Provides a token for pagination, which determines where to begin the next set of results when the current set
reaches the maximum for one request.
|
ListContainerRecipesRequest |
withOwner(Ownership owner)
Returns container recipes belonging to the specified owner, that have been shared with you.
|
ListContainerRecipesRequest |
withOwner(String owner)
Returns container recipes belonging to the specified owner, that have been shared with you.
|
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 setOwner(String owner)
Returns container recipes belonging to the specified owner, that have been shared with you. You can omit this field to return container recipes belonging to your account.
owner
- Returns container recipes belonging to the specified owner, that have been shared with you. You can omit
this field to return container recipes belonging to your account.Ownership
public String getOwner()
Returns container recipes belonging to the specified owner, that have been shared with you. You can omit this field to return container recipes belonging to your account.
Ownership
public ListContainerRecipesRequest withOwner(String owner)
Returns container recipes belonging to the specified owner, that have been shared with you. You can omit this field to return container recipes belonging to your account.
owner
- Returns container recipes belonging to the specified owner, that have been shared with you. You can omit
this field to return container recipes belonging to your account.Ownership
public ListContainerRecipesRequest withOwner(Ownership owner)
Returns container recipes belonging to the specified owner, that have been shared with you. You can omit this field to return container recipes belonging to your account.
owner
- Returns container recipes belonging to the specified owner, that have been shared with you. You can omit
this field to return container recipes belonging to your account.Ownership
public List<Filter> getFilters()
Request filters that are used to narrow the list of container images that are returned.
public void setFilters(Collection<Filter> filters)
Request filters that are used to narrow the list of container images that are returned.
filters
- Request filters that are used to narrow the list of container images that are returned.public ListContainerRecipesRequest withFilters(Filter... filters)
Request filters that are used to narrow the list of container images that are returned.
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
- Request filters that are used to narrow the list of container images that are returned.public ListContainerRecipesRequest withFilters(Collection<Filter> filters)
Request filters that are used to narrow the list of container images that are returned.
filters
- Request filters that are used to narrow the list of container images that are returned.public void setMaxResults(Integer maxResults)
The maximum number of results to return in the list.
maxResults
- The maximum number of results to return in the list.public Integer getMaxResults()
The maximum number of results to return in the list.
public ListContainerRecipesRequest withMaxResults(Integer maxResults)
The maximum number of results to return in the list.
maxResults
- The maximum number of results to return in the list.public void setNextToken(String nextToken)
Provides a token for pagination, which determines where to begin the next set of results when the current set reaches the maximum for one request.
nextToken
- Provides a token for pagination, which determines where to begin the next set of results when the current
set reaches the maximum for one request.public String getNextToken()
Provides a token for pagination, which determines where to begin the next set of results when the current set reaches the maximum for one request.
public ListContainerRecipesRequest withNextToken(String nextToken)
Provides a token for pagination, which determines where to begin the next set of results when the current set reaches the maximum for one request.
nextToken
- Provides a token for pagination, which determines where to begin the next set of results when the current
set reaches the maximum for one request.public String toString()
toString
in class Object
Object.toString()
public ListContainerRecipesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()