Struct aws_sdk_emr::types::StepStateChangeReason
source · #[non_exhaustive]pub struct StepStateChangeReason { /* private fields */ }Expand description
The details of the step state change reason.
Implementations§
source§impl StepStateChangeReason
impl StepStateChangeReason
sourcepub fn builder() -> StepStateChangeReasonBuilder
pub fn builder() -> StepStateChangeReasonBuilder
Creates a new builder-style object to manufacture StepStateChangeReason.
Trait Implementations§
source§impl Clone for StepStateChangeReason
impl Clone for StepStateChangeReason
source§fn clone(&self) -> StepStateChangeReason
fn clone(&self) -> StepStateChangeReason
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 StepStateChangeReason
impl Debug for StepStateChangeReason
source§impl PartialEq<StepStateChangeReason> for StepStateChangeReason
impl PartialEq<StepStateChangeReason> for StepStateChangeReason
source§fn eq(&self, other: &StepStateChangeReason) -> bool
fn eq(&self, other: &StepStateChangeReason) -> bool
This method tests for
self and other values to be equal, and is used
by ==.