Struct aws_sdk_omics::operation::delete_reference_store::builders::DeleteReferenceStoreOutputBuilder
source · #[non_exhaustive]pub struct DeleteReferenceStoreOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteReferenceStoreOutput
.
Implementations§
source§impl DeleteReferenceStoreOutputBuilder
impl DeleteReferenceStoreOutputBuilder
sourcepub fn build(self) -> DeleteReferenceStoreOutput
pub fn build(self) -> DeleteReferenceStoreOutput
Consumes the builder and constructs a DeleteReferenceStoreOutput
.
Trait Implementations§
source§impl Clone for DeleteReferenceStoreOutputBuilder
impl Clone for DeleteReferenceStoreOutputBuilder
source§fn clone(&self) -> DeleteReferenceStoreOutputBuilder
fn clone(&self) -> DeleteReferenceStoreOutputBuilder
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 Default for DeleteReferenceStoreOutputBuilder
impl Default for DeleteReferenceStoreOutputBuilder
source§fn default() -> DeleteReferenceStoreOutputBuilder
fn default() -> DeleteReferenceStoreOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteReferenceStoreOutputBuilder> for DeleteReferenceStoreOutputBuilder
impl PartialEq<DeleteReferenceStoreOutputBuilder> for DeleteReferenceStoreOutputBuilder
source§fn eq(&self, other: &DeleteReferenceStoreOutputBuilder) -> bool
fn eq(&self, other: &DeleteReferenceStoreOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.