Struct aws_sdk_glue::input::ListSchemasInput
source · #[non_exhaustive]pub struct ListSchemasInput { /* private fields */ }Implementations§
source§impl ListSchemasInput
impl ListSchemasInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSchemas, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSchemas, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListSchemas>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListSchemasInput.
source§impl ListSchemasInput
impl ListSchemasInput
sourcepub fn registry_id(&self) -> Option<&RegistryId>
pub fn registry_id(&self) -> Option<&RegistryId>
A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
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 ListSchemasInput
impl Clone for ListSchemasInput
source§fn clone(&self) -> ListSchemasInput
fn clone(&self) -> ListSchemasInput
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 ListSchemasInput
impl Debug for ListSchemasInput
source§impl PartialEq<ListSchemasInput> for ListSchemasInput
impl PartialEq<ListSchemasInput> for ListSchemasInput
source§fn eq(&self, other: &ListSchemasInput) -> bool
fn eq(&self, other: &ListSchemasInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.