Struct aws_sdk_docdb::operation::modify_db_cluster_parameter_group::ModifyDbClusterParameterGroupInput
source · #[non_exhaustive]pub struct ModifyDbClusterParameterGroupInput { /* private fields */ }Expand description
Represents the input to ModifyDBClusterParameterGroup.
Implementations§
source§impl ModifyDbClusterParameterGroupInput
impl ModifyDbClusterParameterGroupInput
sourcepub fn db_cluster_parameter_group_name(&self) -> Option<&str>
pub fn db_cluster_parameter_group_name(&self) -> Option<&str>
The name of the cluster parameter group to modify.
sourcepub fn parameters(&self) -> Option<&[Parameter]>
pub fn parameters(&self) -> Option<&[Parameter]>
A list of parameters in the cluster parameter group to modify.
source§impl ModifyDbClusterParameterGroupInput
impl ModifyDbClusterParameterGroupInput
sourcepub fn builder() -> ModifyDbClusterParameterGroupInputBuilder
pub fn builder() -> ModifyDbClusterParameterGroupInputBuilder
Creates a new builder-style object to manufacture ModifyDbClusterParameterGroupInput.
source§impl ModifyDbClusterParameterGroupInput
impl ModifyDbClusterParameterGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyDBClusterParameterGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ModifyDBClusterParameterGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ModifyDBClusterParameterGroup>
Trait Implementations§
source§impl Clone for ModifyDbClusterParameterGroupInput
impl Clone for ModifyDbClusterParameterGroupInput
source§fn clone(&self) -> ModifyDbClusterParameterGroupInput
fn clone(&self) -> ModifyDbClusterParameterGroupInput
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 PartialEq<ModifyDbClusterParameterGroupInput> for ModifyDbClusterParameterGroupInput
impl PartialEq<ModifyDbClusterParameterGroupInput> for ModifyDbClusterParameterGroupInput
source§fn eq(&self, other: &ModifyDbClusterParameterGroupInput) -> bool
fn eq(&self, other: &ModifyDbClusterParameterGroupInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ModifyDbClusterParameterGroupInput
Auto Trait Implementations§
impl RefUnwindSafe for ModifyDbClusterParameterGroupInput
impl Send for ModifyDbClusterParameterGroupInput
impl Sync for ModifyDbClusterParameterGroupInput
impl Unpin for ModifyDbClusterParameterGroupInput
impl UnwindSafe for ModifyDbClusterParameterGroupInput
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