#[non_exhaustive]pub struct ModifyDbSnapshotOutputBuilder { /* private fields */ }Expand description
A builder for ModifyDbSnapshotOutput.
Implementations§
source§impl ModifyDbSnapshotOutputBuilder
impl ModifyDbSnapshotOutputBuilder
sourcepub fn db_snapshot(self, input: DbSnapshot) -> Self
pub fn db_snapshot(self, input: DbSnapshot) -> Self
Contains the details of an Amazon RDS DB snapshot.
This data type is used as a response element in the DescribeDBSnapshots action.
sourcepub fn set_db_snapshot(self, input: Option<DbSnapshot>) -> Self
pub fn set_db_snapshot(self, input: Option<DbSnapshot>) -> Self
Contains the details of an Amazon RDS DB snapshot.
This data type is used as a response element in the DescribeDBSnapshots action.
sourcepub fn build(self) -> ModifyDbSnapshotOutput
pub fn build(self) -> ModifyDbSnapshotOutput
Consumes the builder and constructs a ModifyDbSnapshotOutput.
Trait Implementations§
source§impl Clone for ModifyDbSnapshotOutputBuilder
impl Clone for ModifyDbSnapshotOutputBuilder
source§fn clone(&self) -> ModifyDbSnapshotOutputBuilder
fn clone(&self) -> ModifyDbSnapshotOutputBuilder
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 ModifyDbSnapshotOutputBuilder
impl Default for ModifyDbSnapshotOutputBuilder
source§fn default() -> ModifyDbSnapshotOutputBuilder
fn default() -> ModifyDbSnapshotOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ModifyDbSnapshotOutputBuilder> for ModifyDbSnapshotOutputBuilder
impl PartialEq<ModifyDbSnapshotOutputBuilder> for ModifyDbSnapshotOutputBuilder
source§fn eq(&self, other: &ModifyDbSnapshotOutputBuilder) -> bool
fn eq(&self, other: &ModifyDbSnapshotOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.