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