Struct aws_sdk_rds::operation::modify_db_recommendation::builders::ModifyDbRecommendationOutputBuilder
source · #[non_exhaustive]pub struct ModifyDbRecommendationOutputBuilder { /* private fields */ }Expand description
A builder for ModifyDbRecommendationOutput.
Implementations§
source§impl ModifyDbRecommendationOutputBuilder
impl ModifyDbRecommendationOutputBuilder
sourcepub fn db_recommendation(self, input: DbRecommendation) -> Self
pub fn db_recommendation(self, input: DbRecommendation) -> Self
The recommendation for your DB instances, DB clusters, and DB parameter groups.
sourcepub fn set_db_recommendation(self, input: Option<DbRecommendation>) -> Self
pub fn set_db_recommendation(self, input: Option<DbRecommendation>) -> Self
The recommendation for your DB instances, DB clusters, and DB parameter groups.
sourcepub fn get_db_recommendation(&self) -> &Option<DbRecommendation>
pub fn get_db_recommendation(&self) -> &Option<DbRecommendation>
The recommendation for your DB instances, DB clusters, and DB parameter groups.
sourcepub fn build(self) -> ModifyDbRecommendationOutput
pub fn build(self) -> ModifyDbRecommendationOutput
Consumes the builder and constructs a ModifyDbRecommendationOutput.
Trait Implementations§
source§impl Clone for ModifyDbRecommendationOutputBuilder
impl Clone for ModifyDbRecommendationOutputBuilder
source§fn clone(&self) -> ModifyDbRecommendationOutputBuilder
fn clone(&self) -> ModifyDbRecommendationOutputBuilder
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 ModifyDbRecommendationOutputBuilder
impl Default for ModifyDbRecommendationOutputBuilder
source§fn default() -> ModifyDbRecommendationOutputBuilder
fn default() -> ModifyDbRecommendationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ModifyDbRecommendationOutputBuilder
impl PartialEq for ModifyDbRecommendationOutputBuilder
source§fn eq(&self, other: &ModifyDbRecommendationOutputBuilder) -> bool
fn eq(&self, other: &ModifyDbRecommendationOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ModifyDbRecommendationOutputBuilder
Auto Trait Implementations§
impl Freeze for ModifyDbRecommendationOutputBuilder
impl RefUnwindSafe for ModifyDbRecommendationOutputBuilder
impl Send for ModifyDbRecommendationOutputBuilder
impl Sync for ModifyDbRecommendationOutputBuilder
impl Unpin for ModifyDbRecommendationOutputBuilder
impl UnwindSafe for ModifyDbRecommendationOutputBuilder
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.