Struct aws_sdk_devicefarm::operation::stop_run::builders::StopRunInputBuilder
source · #[non_exhaustive]pub struct StopRunInputBuilder { /* private fields */ }Expand description
A builder for StopRunInput.
Implementations§
source§impl StopRunInputBuilder
impl StopRunInputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
Represents the Amazon Resource Name (ARN) of the Device Farm run to stop.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
Represents the Amazon Resource Name (ARN) of the Device Farm run to stop.
sourcepub fn build(self) -> Result<StopRunInput, BuildError>
pub fn build(self) -> Result<StopRunInput, BuildError>
Consumes the builder and constructs a StopRunInput.
Trait Implementations§
source§impl Clone for StopRunInputBuilder
impl Clone for StopRunInputBuilder
source§fn clone(&self) -> StopRunInputBuilder
fn clone(&self) -> StopRunInputBuilder
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 StopRunInputBuilder
impl Debug for StopRunInputBuilder
source§impl Default for StopRunInputBuilder
impl Default for StopRunInputBuilder
source§fn default() -> StopRunInputBuilder
fn default() -> StopRunInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StopRunInputBuilder> for StopRunInputBuilder
impl PartialEq<StopRunInputBuilder> for StopRunInputBuilder
source§fn eq(&self, other: &StopRunInputBuilder) -> bool
fn eq(&self, other: &StopRunInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.