Struct aws_sdk_omics::output::CreateSequenceStoreOutput
source · #[non_exhaustive]pub struct CreateSequenceStoreOutput { /* private fields */ }
Implementations§
source§impl CreateSequenceStoreOutput
impl CreateSequenceStoreOutput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The store's description.
sourcepub fn sse_config(&self) -> Option<&SseConfig>
pub fn sse_config(&self) -> Option<&SseConfig>
The store's SSE settings.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
When the store was created.
source§impl CreateSequenceStoreOutput
impl CreateSequenceStoreOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateSequenceStoreOutput
.
Trait Implementations§
source§impl Clone for CreateSequenceStoreOutput
impl Clone for CreateSequenceStoreOutput
source§fn clone(&self) -> CreateSequenceStoreOutput
fn clone(&self) -> CreateSequenceStoreOutput
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 CreateSequenceStoreOutput
impl Debug for CreateSequenceStoreOutput
source§impl PartialEq<CreateSequenceStoreOutput> for CreateSequenceStoreOutput
impl PartialEq<CreateSequenceStoreOutput> for CreateSequenceStoreOutput
source§fn eq(&self, other: &CreateSequenceStoreOutput) -> bool
fn eq(&self, other: &CreateSequenceStoreOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.