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