#[non_exhaustive]pub struct ListCollectionsInput { /* private fields */ }
Implementations§
source§impl ListCollectionsInput
impl ListCollectionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCollections, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCollections, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListCollections
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListCollectionsInput
.
source§impl ListCollectionsInput
impl ListCollectionsInput
sourcepub fn collection_filters(&self) -> Option<&CollectionFilters>
pub fn collection_filters(&self) -> Option<&CollectionFilters>
List of filter names and values that you can use for requests.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If your initial ListCollections
operation returns a nextToken
, you can include the returned nextToken
in subsequent ListCollections
operations, which returns results in the next page.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return. Default is 20. You can use nextToken
to get the next page of results.
Trait Implementations§
source§impl Clone for ListCollectionsInput
impl Clone for ListCollectionsInput
source§fn clone(&self) -> ListCollectionsInput
fn clone(&self) -> ListCollectionsInput
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 ListCollectionsInput
impl Debug for ListCollectionsInput
source§impl PartialEq<ListCollectionsInput> for ListCollectionsInput
impl PartialEq<ListCollectionsInput> for ListCollectionsInput
source§fn eq(&self, other: &ListCollectionsInput) -> bool
fn eq(&self, other: &ListCollectionsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.