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