#[non_exhaustive]pub struct ListStorageSystemsInput { /* private fields */ }
Implementations§
source§impl ListStorageSystemsInput
impl ListStorageSystemsInput
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
Specifies how many results you want in the response.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Specifies an opaque string that indicates the position to begin the next list of results in the response.
source§impl ListStorageSystemsInput
impl ListStorageSystemsInput
sourcepub fn builder() -> ListStorageSystemsInputBuilder
pub fn builder() -> ListStorageSystemsInputBuilder
Creates a new builder-style object to manufacture ListStorageSystemsInput
.
source§impl ListStorageSystemsInput
impl ListStorageSystemsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListStorageSystems, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListStorageSystems, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListStorageSystems
>
Trait Implementations§
source§impl Clone for ListStorageSystemsInput
impl Clone for ListStorageSystemsInput
source§fn clone(&self) -> ListStorageSystemsInput
fn clone(&self) -> ListStorageSystemsInput
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 ListStorageSystemsInput
impl Debug for ListStorageSystemsInput
source§impl PartialEq<ListStorageSystemsInput> for ListStorageSystemsInput
impl PartialEq<ListStorageSystemsInput> for ListStorageSystemsInput
source§fn eq(&self, other: &ListStorageSystemsInput) -> bool
fn eq(&self, other: &ListStorageSystemsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ListStorageSystemsInput
Auto Trait Implementations§
impl RefUnwindSafe for ListStorageSystemsInput
impl Send for ListStorageSystemsInput
impl Sync for ListStorageSystemsInput
impl Unpin for ListStorageSystemsInput
impl UnwindSafe for ListStorageSystemsInput
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