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