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