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