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