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