Struct aws_sdk_glue::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
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A continuation token, if this is a continuation call.
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 ==.