Struct aws_sdk_memorydb::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 updated parameter group
sourcepub fn set_parameter_group(self, input: Option<ParameterGroup>) -> Self
 
pub fn set_parameter_group(self, input: Option<ParameterGroup>) -> Self
The updated parameter group
sourcepub fn get_parameter_group(&self) -> &Option<ParameterGroup>
 
pub fn get_parameter_group(&self) -> &Option<ParameterGroup>
The updated parameter group
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 for UpdateParameterGroupOutputBuilder
 
impl PartialEq 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 ==.impl StructuralPartialEq for UpdateParameterGroupOutputBuilder
Auto Trait Implementations§
impl Freeze for UpdateParameterGroupOutputBuilder
impl RefUnwindSafe for UpdateParameterGroupOutputBuilder
impl Send for UpdateParameterGroupOutputBuilder
impl Sync for UpdateParameterGroupOutputBuilder
impl Unpin for UpdateParameterGroupOutputBuilder
impl UnwindSafe for UpdateParameterGroupOutputBuilder
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.