#[non_exhaustive]pub struct ModifyCacheParameterGroupInput { /* private fields */ }
Expand description
Represents the input of a ModifyCacheParameterGroup
operation.
Implementations§
source§impl ModifyCacheParameterGroupInput
impl ModifyCacheParameterGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyCacheParameterGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyCacheParameterGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ModifyCacheParameterGroup
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyCacheParameterGroupInput
.
source§impl ModifyCacheParameterGroupInput
impl ModifyCacheParameterGroupInput
sourcepub fn cache_parameter_group_name(&self) -> Option<&str>
pub fn cache_parameter_group_name(&self) -> Option<&str>
The name of the cache parameter group to modify.
sourcepub fn parameter_name_values(&self) -> Option<&[ParameterNameValue]>
pub fn parameter_name_values(&self) -> Option<&[ParameterNameValue]>
An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.
Trait Implementations§
source§impl Clone for ModifyCacheParameterGroupInput
impl Clone for ModifyCacheParameterGroupInput
source§fn clone(&self) -> ModifyCacheParameterGroupInput
fn clone(&self) -> ModifyCacheParameterGroupInput
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<ModifyCacheParameterGroupInput> for ModifyCacheParameterGroupInput
impl PartialEq<ModifyCacheParameterGroupInput> for ModifyCacheParameterGroupInput
source§fn eq(&self, other: &ModifyCacheParameterGroupInput) -> bool
fn eq(&self, other: &ModifyCacheParameterGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.