Struct aws_sdk_appsync::input::GetApiAssociationInput
source · #[non_exhaustive]pub struct GetApiAssociationInput { /* private fields */ }
Implementations§
source§impl GetApiAssociationInput
impl GetApiAssociationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetApiAssociation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetApiAssociation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetApiAssociation
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetApiAssociationInput
.
source§impl GetApiAssociationInput
impl GetApiAssociationInput
sourcepub fn domain_name(&self) -> Option<&str>
pub fn domain_name(&self) -> Option<&str>
The domain name.
Trait Implementations§
source§impl Clone for GetApiAssociationInput
impl Clone for GetApiAssociationInput
source§fn clone(&self) -> GetApiAssociationInput
fn clone(&self) -> GetApiAssociationInput
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 GetApiAssociationInput
impl Debug for GetApiAssociationInput
source§impl PartialEq<GetApiAssociationInput> for GetApiAssociationInput
impl PartialEq<GetApiAssociationInput> for GetApiAssociationInput
source§fn eq(&self, other: &GetApiAssociationInput) -> bool
fn eq(&self, other: &GetApiAssociationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.