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