Struct aws_sdk_appsync::output::UpdateGraphqlApiOutput
source · #[non_exhaustive]pub struct UpdateGraphqlApiOutput { /* private fields */ }
Implementations§
source§impl UpdateGraphqlApiOutput
impl UpdateGraphqlApiOutput
sourcepub fn graphql_api(&self) -> Option<&GraphqlApi>
pub fn graphql_api(&self) -> Option<&GraphqlApi>
The updated GraphqlApi
object.
source§impl UpdateGraphqlApiOutput
impl UpdateGraphqlApiOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateGraphqlApiOutput
.
Trait Implementations§
source§impl Clone for UpdateGraphqlApiOutput
impl Clone for UpdateGraphqlApiOutput
source§fn clone(&self) -> UpdateGraphqlApiOutput
fn clone(&self) -> UpdateGraphqlApiOutput
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 UpdateGraphqlApiOutput
impl Debug for UpdateGraphqlApiOutput
source§impl PartialEq<UpdateGraphqlApiOutput> for UpdateGraphqlApiOutput
impl PartialEq<UpdateGraphqlApiOutput> for UpdateGraphqlApiOutput
source§fn eq(&self, other: &UpdateGraphqlApiOutput) -> bool
fn eq(&self, other: &UpdateGraphqlApiOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.