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