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