Struct aws_sdk_appsync::input::CreateTypeInput
source · #[non_exhaustive]pub struct CreateTypeInput { /* private fields */ }
Implementations§
source§impl CreateTypeInput
impl CreateTypeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateType, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateType, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateType
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateTypeInput
.
source§impl CreateTypeInput
impl CreateTypeInput
sourcepub fn definition(&self) -> Option<&str>
pub fn definition(&self) -> Option<&str>
The type definition, in GraphQL Schema Definition Language (SDL) format.
For more information, see the GraphQL SDL documentation.
sourcepub fn format(&self) -> Option<&TypeDefinitionFormat>
pub fn format(&self) -> Option<&TypeDefinitionFormat>
The type format: SDL or JSON.
Trait Implementations§
source§impl Clone for CreateTypeInput
impl Clone for CreateTypeInput
source§fn clone(&self) -> CreateTypeInput
fn clone(&self) -> CreateTypeInput
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 CreateTypeInput
impl Debug for CreateTypeInput
source§impl PartialEq<CreateTypeInput> for CreateTypeInput
impl PartialEq<CreateTypeInput> for CreateTypeInput
source§fn eq(&self, other: &CreateTypeInput) -> bool
fn eq(&self, other: &CreateTypeInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.