Struct aws_sdk_omics::operation::get_read_set_metadata::builders::GetReadSetMetadataOutputBuilder
source · #[non_exhaustive]pub struct GetReadSetMetadataOutputBuilder { /* private fields */ }
Expand description
A builder for GetReadSetMetadataOutput
.
Implementations§
source§impl GetReadSetMetadataOutputBuilder
impl GetReadSetMetadataOutputBuilder
sourcepub fn sequence_store_id(self, input: impl Into<String>) -> Self
pub fn sequence_store_id(self, input: impl Into<String>) -> Self
The read set's sequence store ID.
sourcepub fn set_sequence_store_id(self, input: Option<String>) -> Self
pub fn set_sequence_store_id(self, input: Option<String>) -> Self
The read set's sequence store ID.
sourcepub fn get_sequence_store_id(&self) -> &Option<String>
pub fn get_sequence_store_id(&self) -> &Option<String>
The read set's sequence store ID.
sourcepub fn subject_id(self, input: impl Into<String>) -> Self
pub fn subject_id(self, input: impl Into<String>) -> Self
The read set's subject ID.
sourcepub fn set_subject_id(self, input: Option<String>) -> Self
pub fn set_subject_id(self, input: Option<String>) -> Self
The read set's subject ID.
sourcepub fn get_subject_id(&self) -> &Option<String>
pub fn get_subject_id(&self) -> &Option<String>
The read set's subject ID.
sourcepub fn set_sample_id(self, input: Option<String>) -> Self
pub fn set_sample_id(self, input: Option<String>) -> Self
The read set's sample ID.
sourcepub fn get_sample_id(&self) -> &Option<String>
pub fn get_sample_id(&self) -> &Option<String>
The read set's sample ID.
sourcepub fn status(self, input: ReadSetStatus) -> Self
pub fn status(self, input: ReadSetStatus) -> Self
The read set's status.
sourcepub fn set_status(self, input: Option<ReadSetStatus>) -> Self
pub fn set_status(self, input: Option<ReadSetStatus>) -> Self
The read set's status.
sourcepub fn get_status(&self) -> &Option<ReadSetStatus>
pub fn get_status(&self) -> &Option<ReadSetStatus>
The read set's status.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The read set's description.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The read set's description.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The read set's description.
sourcepub fn set_file_type(self, input: Option<FileType>) -> Self
pub fn set_file_type(self, input: Option<FileType>) -> Self
The read set's file type.
sourcepub fn get_file_type(&self) -> &Option<FileType>
pub fn get_file_type(&self) -> &Option<FileType>
The read set's file type.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
When the read set was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
When the read set was created.
sourcepub fn get_creation_time(&self) -> &Option<DateTime>
pub fn get_creation_time(&self) -> &Option<DateTime>
When the read set was created.
sourcepub fn sequence_information(self, input: SequenceInformation) -> Self
pub fn sequence_information(self, input: SequenceInformation) -> Self
The read set's sequence information.
sourcepub fn set_sequence_information(
self,
input: Option<SequenceInformation>
) -> Self
pub fn set_sequence_information( self, input: Option<SequenceInformation> ) -> Self
The read set's sequence information.
sourcepub fn get_sequence_information(&self) -> &Option<SequenceInformation>
pub fn get_sequence_information(&self) -> &Option<SequenceInformation>
The read set's sequence information.
sourcepub fn reference_arn(self, input: impl Into<String>) -> Self
pub fn reference_arn(self, input: impl Into<String>) -> Self
The read set's genome reference ARN.
sourcepub fn set_reference_arn(self, input: Option<String>) -> Self
pub fn set_reference_arn(self, input: Option<String>) -> Self
The read set's genome reference ARN.
sourcepub fn get_reference_arn(&self) -> &Option<String>
pub fn get_reference_arn(&self) -> &Option<String>
The read set's genome reference ARN.
sourcepub fn files(self, input: ReadSetFiles) -> Self
pub fn files(self, input: ReadSetFiles) -> Self
The read set's files.
sourcepub fn set_files(self, input: Option<ReadSetFiles>) -> Self
pub fn set_files(self, input: Option<ReadSetFiles>) -> Self
The read set's files.
sourcepub fn get_files(&self) -> &Option<ReadSetFiles>
pub fn get_files(&self) -> &Option<ReadSetFiles>
The read set's files.
sourcepub fn status_message(self, input: impl Into<String>) -> Self
pub fn status_message(self, input: impl Into<String>) -> Self
The status message for a read set. It provides more detail as to why the read set has a status.
sourcepub fn set_status_message(self, input: Option<String>) -> Self
pub fn set_status_message(self, input: Option<String>) -> Self
The status message for a read set. It provides more detail as to why the read set has a status.
sourcepub fn get_status_message(&self) -> &Option<String>
pub fn get_status_message(&self) -> &Option<String>
The status message for a read set. It provides more detail as to why the read set has a status.
sourcepub fn build(self) -> GetReadSetMetadataOutput
pub fn build(self) -> GetReadSetMetadataOutput
Consumes the builder and constructs a GetReadSetMetadataOutput
.
Trait Implementations§
source§impl Clone for GetReadSetMetadataOutputBuilder
impl Clone for GetReadSetMetadataOutputBuilder
source§fn clone(&self) -> GetReadSetMetadataOutputBuilder
fn clone(&self) -> GetReadSetMetadataOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GetReadSetMetadataOutputBuilder
impl Default for GetReadSetMetadataOutputBuilder
source§fn default() -> GetReadSetMetadataOutputBuilder
fn default() -> GetReadSetMetadataOutputBuilder
source§impl PartialEq<GetReadSetMetadataOutputBuilder> for GetReadSetMetadataOutputBuilder
impl PartialEq<GetReadSetMetadataOutputBuilder> for GetReadSetMetadataOutputBuilder
source§fn eq(&self, other: &GetReadSetMetadataOutputBuilder) -> bool
fn eq(&self, other: &GetReadSetMetadataOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.