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