Struct aws_sdk_redshift::operation::modify_cluster_snapshot_schedule::builders::ModifyClusterSnapshotScheduleOutputBuilder
source · #[non_exhaustive]pub struct ModifyClusterSnapshotScheduleOutputBuilder { /* private fields */ }
Expand description
A builder for ModifyClusterSnapshotScheduleOutput
.
Implementations§
source§impl ModifyClusterSnapshotScheduleOutputBuilder
impl ModifyClusterSnapshotScheduleOutputBuilder
sourcepub fn build(self) -> ModifyClusterSnapshotScheduleOutput
pub fn build(self) -> ModifyClusterSnapshotScheduleOutput
Consumes the builder and constructs a ModifyClusterSnapshotScheduleOutput
.
Trait Implementations§
source§impl Clone for ModifyClusterSnapshotScheduleOutputBuilder
impl Clone for ModifyClusterSnapshotScheduleOutputBuilder
source§fn clone(&self) -> ModifyClusterSnapshotScheduleOutputBuilder
fn clone(&self) -> ModifyClusterSnapshotScheduleOutputBuilder
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 ModifyClusterSnapshotScheduleOutputBuilder
impl Default for ModifyClusterSnapshotScheduleOutputBuilder
source§fn default() -> ModifyClusterSnapshotScheduleOutputBuilder
fn default() -> ModifyClusterSnapshotScheduleOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ModifyClusterSnapshotScheduleOutputBuilder
impl PartialEq for ModifyClusterSnapshotScheduleOutputBuilder
source§fn eq(&self, other: &ModifyClusterSnapshotScheduleOutputBuilder) -> bool
fn eq(&self, other: &ModifyClusterSnapshotScheduleOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ModifyClusterSnapshotScheduleOutputBuilder
Auto Trait Implementations§
impl Freeze for ModifyClusterSnapshotScheduleOutputBuilder
impl RefUnwindSafe for ModifyClusterSnapshotScheduleOutputBuilder
impl Send for ModifyClusterSnapshotScheduleOutputBuilder
impl Sync for ModifyClusterSnapshotScheduleOutputBuilder
impl Unpin for ModifyClusterSnapshotScheduleOutputBuilder
impl UnwindSafe for ModifyClusterSnapshotScheduleOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.