Struct aws_sdk_personalize::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 next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token returned from the previous call to ListSchemas
for getting the next set of schemas (if they exist).
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of schemas to return.
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 ==
.