Struct aws_sdk_redshift::operation::modify_cluster_subnet_group::builders::ModifyClusterSubnetGroupOutputBuilder
source · #[non_exhaustive]pub struct ModifyClusterSubnetGroupOutputBuilder { /* private fields */ }
Expand description
A builder for ModifyClusterSubnetGroupOutput
.
Implementations§
source§impl ModifyClusterSubnetGroupOutputBuilder
impl ModifyClusterSubnetGroupOutputBuilder
sourcepub fn cluster_subnet_group(self, input: ClusterSubnetGroup) -> Self
pub fn cluster_subnet_group(self, input: ClusterSubnetGroup) -> Self
Describes a subnet group.
sourcepub fn set_cluster_subnet_group(self, input: Option<ClusterSubnetGroup>) -> Self
pub fn set_cluster_subnet_group(self, input: Option<ClusterSubnetGroup>) -> Self
Describes a subnet group.
sourcepub fn get_cluster_subnet_group(&self) -> &Option<ClusterSubnetGroup>
pub fn get_cluster_subnet_group(&self) -> &Option<ClusterSubnetGroup>
Describes a subnet group.
sourcepub fn build(self) -> ModifyClusterSubnetGroupOutput
pub fn build(self) -> ModifyClusterSubnetGroupOutput
Consumes the builder and constructs a ModifyClusterSubnetGroupOutput
.
Trait Implementations§
source§impl Clone for ModifyClusterSubnetGroupOutputBuilder
impl Clone for ModifyClusterSubnetGroupOutputBuilder
source§fn clone(&self) -> ModifyClusterSubnetGroupOutputBuilder
fn clone(&self) -> ModifyClusterSubnetGroupOutputBuilder
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 ModifyClusterSubnetGroupOutputBuilder
impl Default for ModifyClusterSubnetGroupOutputBuilder
source§fn default() -> ModifyClusterSubnetGroupOutputBuilder
fn default() -> ModifyClusterSubnetGroupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ModifyClusterSubnetGroupOutputBuilder
impl PartialEq for ModifyClusterSubnetGroupOutputBuilder
source§fn eq(&self, other: &ModifyClusterSubnetGroupOutputBuilder) -> bool
fn eq(&self, other: &ModifyClusterSubnetGroupOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ModifyClusterSubnetGroupOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ModifyClusterSubnetGroupOutputBuilder
impl Send for ModifyClusterSubnetGroupOutputBuilder
impl Sync for ModifyClusterSubnetGroupOutputBuilder
impl Unpin for ModifyClusterSubnetGroupOutputBuilder
impl UnwindSafe for ModifyClusterSubnetGroupOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.