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<ModifyClusterSnapshotScheduleOutputBuilder> for ModifyClusterSnapshotScheduleOutputBuilder
impl PartialEq<ModifyClusterSnapshotScheduleOutputBuilder> 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 ==
.