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