Struct aws_sdk_omics::model::ExportReadSet
source · #[non_exhaustive]pub struct ExportReadSet { /* private fields */ }
Expand description
A read set.
Implementations§
source§impl ExportReadSet
impl ExportReadSet
sourcepub fn read_set_id(&self) -> Option<&str>
pub fn read_set_id(&self) -> Option<&str>
The set's ID.
source§impl ExportReadSet
impl ExportReadSet
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExportReadSet
.
Trait Implementations§
source§impl Clone for ExportReadSet
impl Clone for ExportReadSet
source§fn clone(&self) -> ExportReadSet
fn clone(&self) -> ExportReadSet
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 ExportReadSet
impl Debug for ExportReadSet
source§impl PartialEq<ExportReadSet> for ExportReadSet
impl PartialEq<ExportReadSet> for ExportReadSet
source§fn eq(&self, other: &ExportReadSet) -> bool
fn eq(&self, other: &ExportReadSet) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.