Struct aws_sdk_rds::operation::reset_db_parameter_group::builders::ResetDbParameterGroupOutputBuilder
source · #[non_exhaustive]pub struct ResetDbParameterGroupOutputBuilder { /* private fields */ }Expand description
A builder for ResetDbParameterGroupOutput.
Implementations§
source§impl ResetDbParameterGroupOutputBuilder
impl ResetDbParameterGroupOutputBuilder
sourcepub fn db_parameter_group_name(self, input: impl Into<String>) -> Self
pub fn db_parameter_group_name(self, input: impl Into<String>) -> Self
The name of the DB parameter group.
sourcepub fn set_db_parameter_group_name(self, input: Option<String>) -> Self
pub fn set_db_parameter_group_name(self, input: Option<String>) -> Self
The name of the DB parameter group.
sourcepub fn build(self) -> ResetDbParameterGroupOutput
pub fn build(self) -> ResetDbParameterGroupOutput
Consumes the builder and constructs a ResetDbParameterGroupOutput.
Trait Implementations§
source§impl Clone for ResetDbParameterGroupOutputBuilder
impl Clone for ResetDbParameterGroupOutputBuilder
source§fn clone(&self) -> ResetDbParameterGroupOutputBuilder
fn clone(&self) -> ResetDbParameterGroupOutputBuilder
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 ResetDbParameterGroupOutputBuilder
impl Default for ResetDbParameterGroupOutputBuilder
source§fn default() -> ResetDbParameterGroupOutputBuilder
fn default() -> ResetDbParameterGroupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ResetDbParameterGroupOutputBuilder> for ResetDbParameterGroupOutputBuilder
impl PartialEq<ResetDbParameterGroupOutputBuilder> for ResetDbParameterGroupOutputBuilder
source§fn eq(&self, other: &ResetDbParameterGroupOutputBuilder) -> bool
fn eq(&self, other: &ResetDbParameterGroupOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.