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