Struct aws_sdk_imagebuilder::input::ListComponentsInput
source · #[non_exhaustive]pub struct ListComponentsInput { /* private fields */ }
Implementations§
source§impl ListComponentsInput
impl ListComponentsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListComponents, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListComponents, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListComponents
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListComponentsInput
.
source§impl ListComponentsInput
impl ListComponentsInput
sourcepub fn owner(&self) -> Option<&Ownership>
pub fn owner(&self) -> Option<&Ownership>
The owner defines which components you want to list. By default, this request will only show components owned by your account. You can use this field to specify if you want to view components owned by yourself, by Amazon, or those components that have been shared with you by other customers.
sourcepub fn filters(&self) -> Option<&[Filter]>
pub fn filters(&self) -> Option<&[Filter]>
Use the following filters to streamline results:
-
description
-
name
-
platform
-
supportedOsVersion
-
type
-
version
sourcepub fn by_name(&self) -> bool
pub fn by_name(&self) -> bool
Returns the list of component build versions for the specified name.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum items to return in a request.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
Trait Implementations§
source§impl Clone for ListComponentsInput
impl Clone for ListComponentsInput
source§fn clone(&self) -> ListComponentsInput
fn clone(&self) -> ListComponentsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ListComponentsInput
impl Debug for ListComponentsInput
source§impl PartialEq<ListComponentsInput> for ListComponentsInput
impl PartialEq<ListComponentsInput> for ListComponentsInput
source§fn eq(&self, other: &ListComponentsInput) -> bool
fn eq(&self, other: &ListComponentsInput) -> bool
self
and other
values to be equal, and is used
by ==
.