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