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