#[non_exhaustive]pub struct ListDatasetsInput { /* private fields */ }
Implementations§
source§impl ListDatasetsInput
impl ListDatasetsInput
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 ListDatasetsInput
impl ListDatasetsInput
sourcepub fn builder() -> ListDatasetsInputBuilder
pub fn builder() -> ListDatasetsInputBuilder
Creates a new builder-style object to manufacture ListDatasetsInput
.
source§impl ListDatasetsInput
impl ListDatasetsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListDatasets, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListDatasets, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListDatasets
>
Trait Implementations§
source§impl Clone for ListDatasetsInput
impl Clone for ListDatasetsInput
source§fn clone(&self) -> ListDatasetsInput
fn clone(&self) -> ListDatasetsInput
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 ListDatasetsInput
impl Debug for ListDatasetsInput
source§impl PartialEq<ListDatasetsInput> for ListDatasetsInput
impl PartialEq<ListDatasetsInput> for ListDatasetsInput
source§fn eq(&self, other: &ListDatasetsInput) -> bool
fn eq(&self, other: &ListDatasetsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListDatasetsInput
Auto Trait Implementations§
impl RefUnwindSafe for ListDatasetsInput
impl Send for ListDatasetsInput
impl Sync for ListDatasetsInput
impl Unpin for ListDatasetsInput
impl UnwindSafe for ListDatasetsInput
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