Struct aws_sdk_appsync::output::CreateApiCacheOutput
source · #[non_exhaustive]pub struct CreateApiCacheOutput { /* private fields */ }
Expand description
Represents the output of a CreateApiCache
operation.
Implementations§
source§impl CreateApiCacheOutput
impl CreateApiCacheOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateApiCacheOutput
.
Trait Implementations§
source§impl Clone for CreateApiCacheOutput
impl Clone for CreateApiCacheOutput
source§fn clone(&self) -> CreateApiCacheOutput
fn clone(&self) -> CreateApiCacheOutput
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 CreateApiCacheOutput
impl Debug for CreateApiCacheOutput
source§impl PartialEq<CreateApiCacheOutput> for CreateApiCacheOutput
impl PartialEq<CreateApiCacheOutput> for CreateApiCacheOutput
source§fn eq(&self, other: &CreateApiCacheOutput) -> bool
fn eq(&self, other: &CreateApiCacheOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.