Struct aws_sdk_rds::types::builders::DbParameterGroupStatusBuilder
source · #[non_exhaustive]pub struct DbParameterGroupStatusBuilder { /* private fields */ }Expand description
A builder for DbParameterGroupStatus.
Implementations§
source§impl DbParameterGroupStatusBuilder
impl DbParameterGroupStatusBuilder
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 get_db_parameter_group_name(&self) -> &Option<String>
pub fn get_db_parameter_group_name(&self) -> &Option<String>
The name of the DB parameter group.
sourcepub fn parameter_apply_status(self, input: impl Into<String>) -> Self
pub fn parameter_apply_status(self, input: impl Into<String>) -> Self
The status of parameter updates.
sourcepub fn set_parameter_apply_status(self, input: Option<String>) -> Self
pub fn set_parameter_apply_status(self, input: Option<String>) -> Self
The status of parameter updates.
sourcepub fn get_parameter_apply_status(&self) -> &Option<String>
pub fn get_parameter_apply_status(&self) -> &Option<String>
The status of parameter updates.
sourcepub fn build(self) -> DbParameterGroupStatus
pub fn build(self) -> DbParameterGroupStatus
Consumes the builder and constructs a DbParameterGroupStatus.
Trait Implementations§
source§impl Clone for DbParameterGroupStatusBuilder
impl Clone for DbParameterGroupStatusBuilder
source§fn clone(&self) -> DbParameterGroupStatusBuilder
fn clone(&self) -> DbParameterGroupStatusBuilder
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 DbParameterGroupStatusBuilder
impl Default for DbParameterGroupStatusBuilder
source§fn default() -> DbParameterGroupStatusBuilder
fn default() -> DbParameterGroupStatusBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DbParameterGroupStatusBuilder
impl PartialEq for DbParameterGroupStatusBuilder
source§fn eq(&self, other: &DbParameterGroupStatusBuilder) -> bool
fn eq(&self, other: &DbParameterGroupStatusBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DbParameterGroupStatusBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DbParameterGroupStatusBuilder
impl Send for DbParameterGroupStatusBuilder
impl Sync for DbParameterGroupStatusBuilder
impl Unpin for DbParameterGroupStatusBuilder
impl UnwindSafe for DbParameterGroupStatusBuilder
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.