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