Struct aws_sdk_appsync::operation::delete_graphql_api::builders::DeleteGraphqlApiOutputBuilder
source · #[non_exhaustive]pub struct DeleteGraphqlApiOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteGraphqlApiOutput
.
Implementations§
source§impl DeleteGraphqlApiOutputBuilder
impl DeleteGraphqlApiOutputBuilder
sourcepub fn build(self) -> DeleteGraphqlApiOutput
pub fn build(self) -> DeleteGraphqlApiOutput
Consumes the builder and constructs a DeleteGraphqlApiOutput
.
Trait Implementations§
source§impl Clone for DeleteGraphqlApiOutputBuilder
impl Clone for DeleteGraphqlApiOutputBuilder
source§fn clone(&self) -> DeleteGraphqlApiOutputBuilder
fn clone(&self) -> DeleteGraphqlApiOutputBuilder
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 Default for DeleteGraphqlApiOutputBuilder
impl Default for DeleteGraphqlApiOutputBuilder
source§fn default() -> DeleteGraphqlApiOutputBuilder
fn default() -> DeleteGraphqlApiOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteGraphqlApiOutputBuilder> for DeleteGraphqlApiOutputBuilder
impl PartialEq<DeleteGraphqlApiOutputBuilder> for DeleteGraphqlApiOutputBuilder
source§fn eq(&self, other: &DeleteGraphqlApiOutputBuilder) -> bool
fn eq(&self, other: &DeleteGraphqlApiOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.