#[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 ==.