#[non_exhaustive]pub struct ListDatastoresInput { /* private fields */ }
Implementations§
source§impl ListDatastoresInput
impl ListDatastoresInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of results.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return in this request.
The default value is 100.
source§impl ListDatastoresInput
impl ListDatastoresInput
sourcepub fn builder() -> ListDatastoresInputBuilder
pub fn builder() -> ListDatastoresInputBuilder
Creates a new builder-style object to manufacture ListDatastoresInput
.
source§impl ListDatastoresInput
impl ListDatastoresInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDatastores, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListDatastores, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListDatastores
>
Trait Implementations§
source§impl Clone for ListDatastoresInput
impl Clone for ListDatastoresInput
source§fn clone(&self) -> ListDatastoresInput
fn clone(&self) -> ListDatastoresInput
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 ListDatastoresInput
impl Debug for ListDatastoresInput
source§impl PartialEq<ListDatastoresInput> for ListDatastoresInput
impl PartialEq<ListDatastoresInput> for ListDatastoresInput
source§fn eq(&self, other: &ListDatastoresInput) -> bool
fn eq(&self, other: &ListDatastoresInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListDatastoresInput
Auto Trait Implementations§
impl RefUnwindSafe for ListDatastoresInput
impl Send for ListDatastoresInput
impl Sync for ListDatastoresInput
impl Unpin for ListDatastoresInput
impl UnwindSafe for ListDatastoresInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more