#[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 ==
.impl StructuralPartialEq for DeleteScheduleOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteScheduleOutputBuilder
impl Send for DeleteScheduleOutputBuilder
impl Sync for DeleteScheduleOutputBuilder
impl Unpin for DeleteScheduleOutputBuilder
impl UnwindSafe for DeleteScheduleOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more