#[non_exhaustive]pub struct ListContainerRecipesInput { /* private fields */ }
Implementations§
source§impl ListContainerRecipesInput
impl ListContainerRecipesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListContainerRecipes, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListContainerRecipes, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListContainerRecipes
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListContainerRecipesInput
.
source§impl ListContainerRecipesInput
impl ListContainerRecipesInput
sourcepub fn owner(&self) -> Option<&Ownership>
pub fn owner(&self) -> Option<&Ownership>
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.
sourcepub fn filters(&self) -> Option<&[Filter]>
pub fn filters(&self) -> Option<&[Filter]>
Use the following filters to streamline results:
-
containerType
-
name
-
parentImage
-
platform
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return in the list.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
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.
Trait Implementations§
source§impl Clone for ListContainerRecipesInput
impl Clone for ListContainerRecipesInput
source§fn clone(&self) -> ListContainerRecipesInput
fn clone(&self) -> ListContainerRecipesInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ListContainerRecipesInput
impl Debug for ListContainerRecipesInput
source§impl PartialEq<ListContainerRecipesInput> for ListContainerRecipesInput
impl PartialEq<ListContainerRecipesInput> for ListContainerRecipesInput
source§fn eq(&self, other: &ListContainerRecipesInput) -> bool
fn eq(&self, other: &ListContainerRecipesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.