Struct aws_sdk_devicefarm::operation::stop_job::builders::StopJobInputBuilder
source · #[non_exhaustive]pub struct StopJobInputBuilder { /* private fields */ }Expand description
A builder for StopJobInput.
Implementations§
source§impl StopJobInputBuilder
impl StopJobInputBuilder
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 job 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 job to stop.
sourcepub fn build(self) -> Result<StopJobInput, BuildError>
pub fn build(self) -> Result<StopJobInput, BuildError>
Consumes the builder and constructs a StopJobInput.
Trait Implementations§
source§impl Clone for StopJobInputBuilder
impl Clone for StopJobInputBuilder
source§fn clone(&self) -> StopJobInputBuilder
fn clone(&self) -> StopJobInputBuilder
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 StopJobInputBuilder
impl Debug for StopJobInputBuilder
source§impl Default for StopJobInputBuilder
impl Default for StopJobInputBuilder
source§fn default() -> StopJobInputBuilder
fn default() -> StopJobInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StopJobInputBuilder> for StopJobInputBuilder
impl PartialEq<StopJobInputBuilder> for StopJobInputBuilder
source§fn eq(&self, other: &StopJobInputBuilder) -> bool
fn eq(&self, other: &StopJobInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.