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