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