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