Struct aws_sdk_appsync::input::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 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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetApiCacheInput
.
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 ==
.