Struct aws_sdk_databasemigration::operation::modify_replication_subnet_group::builders::ModifyReplicationSubnetGroupOutputBuilder
source · #[non_exhaustive]pub struct ModifyReplicationSubnetGroupOutputBuilder { /* private fields */ }Expand description
A builder for ModifyReplicationSubnetGroupOutput.
Implementations§
source§impl ModifyReplicationSubnetGroupOutputBuilder
impl ModifyReplicationSubnetGroupOutputBuilder
sourcepub fn replication_subnet_group(self, input: ReplicationSubnetGroup) -> Self
pub fn replication_subnet_group(self, input: ReplicationSubnetGroup) -> Self
The modified replication subnet group.
sourcepub fn set_replication_subnet_group(
self,
input: Option<ReplicationSubnetGroup>
) -> Self
pub fn set_replication_subnet_group( self, input: Option<ReplicationSubnetGroup> ) -> Self
The modified replication subnet group.
sourcepub fn build(self) -> ModifyReplicationSubnetGroupOutput
pub fn build(self) -> ModifyReplicationSubnetGroupOutput
Consumes the builder and constructs a ModifyReplicationSubnetGroupOutput.
Trait Implementations§
source§impl Clone for ModifyReplicationSubnetGroupOutputBuilder
impl Clone for ModifyReplicationSubnetGroupOutputBuilder
source§fn clone(&self) -> ModifyReplicationSubnetGroupOutputBuilder
fn clone(&self) -> ModifyReplicationSubnetGroupOutputBuilder
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 ModifyReplicationSubnetGroupOutputBuilder
impl Default for ModifyReplicationSubnetGroupOutputBuilder
source§fn default() -> ModifyReplicationSubnetGroupOutputBuilder
fn default() -> ModifyReplicationSubnetGroupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ModifyReplicationSubnetGroupOutputBuilder> for ModifyReplicationSubnetGroupOutputBuilder
impl PartialEq<ModifyReplicationSubnetGroupOutputBuilder> for ModifyReplicationSubnetGroupOutputBuilder
source§fn eq(&self, other: &ModifyReplicationSubnetGroupOutputBuilder) -> bool
fn eq(&self, other: &ModifyReplicationSubnetGroupOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.