// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateVariantStore`](crate::operation::update_variant_store::builders::UpdateVariantStoreFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`name(impl Into<String>)`](crate::operation::update_variant_store::builders::UpdateVariantStoreFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::update_variant_store::builders::UpdateVariantStoreFluentBuilder::set_name):<br>required: **true**<br><p>A name for the store.</p><br>
/// - [`description(impl Into<String>)`](crate::operation::update_variant_store::builders::UpdateVariantStoreFluentBuilder::description) / [`set_description(Option<String>)`](crate::operation::update_variant_store::builders::UpdateVariantStoreFluentBuilder::set_description):<br>required: **false**<br><p>A description for the store.</p><br>
/// - On success, responds with [`UpdateVariantStoreOutput`](crate::operation::update_variant_store::UpdateVariantStoreOutput) with field(s):
/// - [`id(String)`](crate::operation::update_variant_store::UpdateVariantStoreOutput::id): <p>The store's ID.</p>
/// - [`reference(Option<ReferenceItem>)`](crate::operation::update_variant_store::UpdateVariantStoreOutput::reference): <p>The store's genome reference.</p>
/// - [`status(StoreStatus)`](crate::operation::update_variant_store::UpdateVariantStoreOutput::status): <p>The store's status.</p>
/// - [`name(String)`](crate::operation::update_variant_store::UpdateVariantStoreOutput::name): <p>The store's name.</p>
/// - [`description(String)`](crate::operation::update_variant_store::UpdateVariantStoreOutput::description): <p>The store's description.</p>
/// - [`creation_time(DateTime)`](crate::operation::update_variant_store::UpdateVariantStoreOutput::creation_time): <p>When the store was created.</p>
/// - [`update_time(DateTime)`](crate::operation::update_variant_store::UpdateVariantStoreOutput::update_time): <p>When the store was updated.</p>
/// - On failure, responds with [`SdkError<UpdateVariantStoreError>`](crate::operation::update_variant_store::UpdateVariantStoreError)
pub fn update_variant_store(&self) -> crate::operation::update_variant_store::builders::UpdateVariantStoreFluentBuilder {
crate::operation::update_variant_store::builders::UpdateVariantStoreFluentBuilder::new(self.handle.clone())
}
}