Struct aws_sdk_schemas::input::ListRegistriesInput
source · #[non_exhaustive]pub struct ListRegistriesInput { /* private fields */ }Implementations§
source§impl ListRegistriesInput
impl ListRegistriesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRegistries, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRegistries, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListRegistries>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListRegistriesInput.
source§impl ListRegistriesInput
impl ListRegistriesInput
pub fn limit(&self) -> i32
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
sourcepub fn registry_name_prefix(&self) -> Option<&str>
pub fn registry_name_prefix(&self) -> Option<&str>
Specifying this limits the results to only those registry names that start with the specified prefix.
Trait Implementations§
source§impl Clone for ListRegistriesInput
impl Clone for ListRegistriesInput
source§fn clone(&self) -> ListRegistriesInput
fn clone(&self) -> ListRegistriesInput
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 ListRegistriesInput
impl Debug for ListRegistriesInput
source§impl PartialEq<ListRegistriesInput> for ListRegistriesInput
impl PartialEq<ListRegistriesInput> for ListRegistriesInput
source§fn eq(&self, other: &ListRegistriesInput) -> bool
fn eq(&self, other: &ListRegistriesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.