Struct aws_sdk_omics::model::ReadSetListItem
source · #[non_exhaustive]pub struct ReadSetListItem { /* private fields */ }
Expand description
A read set.
Implementations§
source§impl ReadSetListItem
impl ReadSetListItem
sourcepub fn sequence_store_id(&self) -> Option<&str>
pub fn sequence_store_id(&self) -> Option<&str>
The read set's sequence store ID.
sourcepub fn subject_id(&self) -> Option<&str>
pub fn subject_id(&self) -> Option<&str>
The read set's subject ID.
sourcepub fn status(&self) -> Option<&ReadSetStatus>
pub fn status(&self) -> Option<&ReadSetStatus>
The read set's status.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The read set's description.
sourcepub fn reference_arn(&self) -> Option<&str>
pub fn reference_arn(&self) -> Option<&str>
The read set's genome reference ARN.
sourcepub fn sequence_information(&self) -> Option<&SequenceInformation>
pub fn sequence_information(&self) -> Option<&SequenceInformation>
Details about a sequence.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
When the read set was created.
source§impl ReadSetListItem
impl ReadSetListItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReadSetListItem
.
Trait Implementations§
source§impl Clone for ReadSetListItem
impl Clone for ReadSetListItem
source§fn clone(&self) -> ReadSetListItem
fn clone(&self) -> ReadSetListItem
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 ReadSetListItem
impl Debug for ReadSetListItem
source§impl PartialEq<ReadSetListItem> for ReadSetListItem
impl PartialEq<ReadSetListItem> for ReadSetListItem
source§fn eq(&self, other: &ReadSetListItem) -> bool
fn eq(&self, other: &ReadSetListItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.