#[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() -> GetApiAssociationOutputBuilder
pub fn builder() -> GetApiAssociationOutputBuilder
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 ==.source§impl RequestId for GetApiAssociationOutput
impl RequestId for GetApiAssociationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.