Struct aws_sdk_omics::operation::start_run::builders::StartRunOutputBuilder
source · #[non_exhaustive]pub struct StartRunOutputBuilder { /* private fields */ }
Expand description
A builder for StartRunOutput
.
Implementations§
source§impl StartRunOutputBuilder
impl StartRunOutputBuilder
sourcepub fn set_status(self, input: Option<RunStatus>) -> Self
pub fn set_status(self, input: Option<RunStatus>) -> Self
The run's status.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
The run's tags.
The run's tags.
sourcepub fn build(self) -> StartRunOutput
pub fn build(self) -> StartRunOutput
Consumes the builder and constructs a StartRunOutput
.
Trait Implementations§
source§impl Clone for StartRunOutputBuilder
impl Clone for StartRunOutputBuilder
source§fn clone(&self) -> StartRunOutputBuilder
fn clone(&self) -> StartRunOutputBuilder
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 StartRunOutputBuilder
impl Debug for StartRunOutputBuilder
source§impl Default for StartRunOutputBuilder
impl Default for StartRunOutputBuilder
source§fn default() -> StartRunOutputBuilder
fn default() -> StartRunOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StartRunOutputBuilder> for StartRunOutputBuilder
impl PartialEq<StartRunOutputBuilder> for StartRunOutputBuilder
source§fn eq(&self, other: &StartRunOutputBuilder) -> bool
fn eq(&self, other: &StartRunOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.