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