#[non_exhaustive]pub struct ListStorageLensConfigurationsInput { /* private fields */ }Implementations
sourceimpl ListStorageLensConfigurationsInput
impl ListStorageLensConfigurationsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListStorageLensConfigurations, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListStorageLensConfigurations, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListStorageLensConfigurations>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListStorageLensConfigurationsInput.
sourceimpl ListStorageLensConfigurationsInput
impl ListStorageLensConfigurationsInput
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The account ID of the requester.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A pagination token to request the next page of results.
Trait Implementations
sourceimpl Clone for ListStorageLensConfigurationsInput
impl Clone for ListStorageLensConfigurationsInput
sourcefn clone(&self) -> ListStorageLensConfigurationsInput
fn clone(&self) -> ListStorageLensConfigurationsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<ListStorageLensConfigurationsInput> for ListStorageLensConfigurationsInput
impl PartialEq<ListStorageLensConfigurationsInput> for ListStorageLensConfigurationsInput
sourcefn eq(&self, other: &ListStorageLensConfigurationsInput) -> bool
fn eq(&self, other: &ListStorageLensConfigurationsInput) -> bool
impl StructuralPartialEq for ListStorageLensConfigurationsInput
Auto Trait Implementations
impl RefUnwindSafe for ListStorageLensConfigurationsInput
impl Send for ListStorageLensConfigurationsInput
impl Sync for ListStorageLensConfigurationsInput
impl Unpin for ListStorageLensConfigurationsInput
impl UnwindSafe for ListStorageLensConfigurationsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more