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