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