#[non_exhaustive]pub struct ScheduleGroupSummaryBuilder { /* private fields */ }Expand description
A builder for ScheduleGroupSummary.
Implementations§
source§impl ScheduleGroupSummaryBuilder
impl ScheduleGroupSummaryBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the schedule group.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the schedule group.
sourcepub fn state(self, input: ScheduleGroupState) -> Self
pub fn state(self, input: ScheduleGroupState) -> Self
Specifies the state of the schedule group.
sourcepub fn set_state(self, input: Option<ScheduleGroupState>) -> Self
pub fn set_state(self, input: Option<ScheduleGroupState>) -> Self
Specifies the state of the schedule group.
sourcepub fn creation_date(self, input: DateTime) -> Self
pub fn creation_date(self, input: DateTime) -> Self
The time at which the schedule group was created.
sourcepub fn set_creation_date(self, input: Option<DateTime>) -> Self
pub fn set_creation_date(self, input: Option<DateTime>) -> Self
The time at which the schedule group was created.
sourcepub fn last_modification_date(self, input: DateTime) -> Self
pub fn last_modification_date(self, input: DateTime) -> Self
The time at which the schedule group was last modified.
sourcepub fn set_last_modification_date(self, input: Option<DateTime>) -> Self
pub fn set_last_modification_date(self, input: Option<DateTime>) -> Self
The time at which the schedule group was last modified.
sourcepub fn build(self) -> ScheduleGroupSummary
pub fn build(self) -> ScheduleGroupSummary
Consumes the builder and constructs a ScheduleGroupSummary.
Trait Implementations§
source§impl Clone for ScheduleGroupSummaryBuilder
impl Clone for ScheduleGroupSummaryBuilder
source§fn clone(&self) -> ScheduleGroupSummaryBuilder
fn clone(&self) -> ScheduleGroupSummaryBuilder
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 ScheduleGroupSummaryBuilder
impl Debug for ScheduleGroupSummaryBuilder
source§impl Default for ScheduleGroupSummaryBuilder
impl Default for ScheduleGroupSummaryBuilder
source§fn default() -> ScheduleGroupSummaryBuilder
fn default() -> ScheduleGroupSummaryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ScheduleGroupSummaryBuilder> for ScheduleGroupSummaryBuilder
impl PartialEq<ScheduleGroupSummaryBuilder> for ScheduleGroupSummaryBuilder
source§fn eq(&self, other: &ScheduleGroupSummaryBuilder) -> bool
fn eq(&self, other: &ScheduleGroupSummaryBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.