#[non_exhaustive]pub struct CreateDbSnapshotOutputBuilder { /* private fields */ }Expand description
A builder for CreateDbSnapshotOutput.
Implementations§
source§impl CreateDbSnapshotOutputBuilder
impl CreateDbSnapshotOutputBuilder
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) -> CreateDbSnapshotOutput
pub fn build(self) -> CreateDbSnapshotOutput
Consumes the builder and constructs a CreateDbSnapshotOutput.
Trait Implementations§
source§impl Clone for CreateDbSnapshotOutputBuilder
impl Clone for CreateDbSnapshotOutputBuilder
source§fn clone(&self) -> CreateDbSnapshotOutputBuilder
fn clone(&self) -> CreateDbSnapshotOutputBuilder
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 CreateDbSnapshotOutputBuilder
impl Default for CreateDbSnapshotOutputBuilder
source§fn default() -> CreateDbSnapshotOutputBuilder
fn default() -> CreateDbSnapshotOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateDbSnapshotOutputBuilder> for CreateDbSnapshotOutputBuilder
impl PartialEq<CreateDbSnapshotOutputBuilder> for CreateDbSnapshotOutputBuilder
source§fn eq(&self, other: &CreateDbSnapshotOutputBuilder) -> bool
fn eq(&self, other: &CreateDbSnapshotOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.