Struct aws_sdk_scheduler::operation::get_schedule_group::builders::GetScheduleGroupOutputBuilder
source · #[non_exhaustive]pub struct GetScheduleGroupOutputBuilder { /* private fields */ }Expand description
A builder for GetScheduleGroupOutput.
Implementations§
source§impl GetScheduleGroupOutputBuilder
impl GetScheduleGroupOutputBuilder
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) -> GetScheduleGroupOutput
pub fn build(self) -> GetScheduleGroupOutput
Consumes the builder and constructs a GetScheduleGroupOutput.
Trait Implementations§
source§impl Clone for GetScheduleGroupOutputBuilder
impl Clone for GetScheduleGroupOutputBuilder
source§fn clone(&self) -> GetScheduleGroupOutputBuilder
fn clone(&self) -> GetScheduleGroupOutputBuilder
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 GetScheduleGroupOutputBuilder
impl Default for GetScheduleGroupOutputBuilder
source§fn default() -> GetScheduleGroupOutputBuilder
fn default() -> GetScheduleGroupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetScheduleGroupOutputBuilder> for GetScheduleGroupOutputBuilder
impl PartialEq<GetScheduleGroupOutputBuilder> for GetScheduleGroupOutputBuilder
source§fn eq(&self, other: &GetScheduleGroupOutputBuilder) -> bool
fn eq(&self, other: &GetScheduleGroupOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.