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 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 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 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 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 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 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 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 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 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 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
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 GetReadSetMetadataOutputBuilder
impl Default for GetReadSetMetadataOutputBuilder
source§fn default() -> GetReadSetMetadataOutputBuilder
fn default() -> GetReadSetMetadataOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetReadSetMetadataOutputBuilder> for GetReadSetMetadataOutputBuilder
impl PartialEq<GetReadSetMetadataOutputBuilder> for GetReadSetMetadataOutputBuilder
source§fn eq(&self, other: &GetReadSetMetadataOutputBuilder) -> bool
fn eq(&self, other: &GetReadSetMetadataOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.