#[non_exhaustive]pub struct StopJobRunInputBuilder { /* private fields */ }Expand description
A builder for StopJobRunInput.
Implementations§
source§impl StopJobRunInputBuilder
impl StopJobRunInputBuilder
sourcepub fn set_run_id(self, input: Option<String>) -> Self
pub fn set_run_id(self, input: Option<String>) -> Self
The ID of the job run to be stopped.
sourcepub fn build(self) -> Result<StopJobRunInput, BuildError>
pub fn build(self) -> Result<StopJobRunInput, BuildError>
Consumes the builder and constructs a StopJobRunInput.
Trait Implementations§
source§impl Clone for StopJobRunInputBuilder
impl Clone for StopJobRunInputBuilder
source§fn clone(&self) -> StopJobRunInputBuilder
fn clone(&self) -> StopJobRunInputBuilder
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 StopJobRunInputBuilder
impl Debug for StopJobRunInputBuilder
source§impl Default for StopJobRunInputBuilder
impl Default for StopJobRunInputBuilder
source§fn default() -> StopJobRunInputBuilder
fn default() -> StopJobRunInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StopJobRunInputBuilder> for StopJobRunInputBuilder
impl PartialEq<StopJobRunInputBuilder> for StopJobRunInputBuilder
source§fn eq(&self, other: &StopJobRunInputBuilder) -> bool
fn eq(&self, other: &StopJobRunInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.