Struct aws_sdk_omics::operation::get_run::builders::GetRunInputBuilder
source · #[non_exhaustive]pub struct GetRunInputBuilder { /* private fields */ }
Expand description
A builder for GetRunInput
.
Implementations§
source§impl GetRunInputBuilder
impl GetRunInputBuilder
sourcepub fn export(self, input: RunExport) -> Self
pub fn export(self, input: RunExport) -> Self
Appends an item to export
.
To override the contents of this collection use set_export
.
The run's export format.
sourcepub fn set_export(self, input: Option<Vec<RunExport>>) -> Self
pub fn set_export(self, input: Option<Vec<RunExport>>) -> Self
The run's export format.
sourcepub fn build(self) -> Result<GetRunInput, BuildError>
pub fn build(self) -> Result<GetRunInput, BuildError>
Consumes the builder and constructs a GetRunInput
.
Trait Implementations§
source§impl Clone for GetRunInputBuilder
impl Clone for GetRunInputBuilder
source§fn clone(&self) -> GetRunInputBuilder
fn clone(&self) -> GetRunInputBuilder
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 GetRunInputBuilder
impl Debug for GetRunInputBuilder
source§impl Default for GetRunInputBuilder
impl Default for GetRunInputBuilder
source§fn default() -> GetRunInputBuilder
fn default() -> GetRunInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetRunInputBuilder> for GetRunInputBuilder
impl PartialEq<GetRunInputBuilder> for GetRunInputBuilder
source§fn eq(&self, other: &GetRunInputBuilder) -> bool
fn eq(&self, other: &GetRunInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.