Struct aws_sdk_rds::operation::describe_valid_db_instance_modifications::builders::DescribeValidDbInstanceModificationsOutputBuilder
source · #[non_exhaustive]pub struct DescribeValidDbInstanceModificationsOutputBuilder { /* private fields */ }Expand description
A builder for DescribeValidDbInstanceModificationsOutput.
Implementations§
source§impl DescribeValidDbInstanceModificationsOutputBuilder
impl DescribeValidDbInstanceModificationsOutputBuilder
sourcepub fn valid_db_instance_modifications_message(
self,
input: ValidDbInstanceModificationsMessage,
) -> Self
pub fn valid_db_instance_modifications_message( self, input: ValidDbInstanceModificationsMessage, ) -> Self
Information about valid modifications that you can make to your DB instance. Contains the result of a successful call to the DescribeValidDBInstanceModifications action. You can use this information when you call ModifyDBInstance.
sourcepub fn set_valid_db_instance_modifications_message(
self,
input: Option<ValidDbInstanceModificationsMessage>,
) -> Self
pub fn set_valid_db_instance_modifications_message( self, input: Option<ValidDbInstanceModificationsMessage>, ) -> Self
Information about valid modifications that you can make to your DB instance. Contains the result of a successful call to the DescribeValidDBInstanceModifications action. You can use this information when you call ModifyDBInstance.
sourcepub fn get_valid_db_instance_modifications_message(
&self,
) -> &Option<ValidDbInstanceModificationsMessage>
pub fn get_valid_db_instance_modifications_message( &self, ) -> &Option<ValidDbInstanceModificationsMessage>
Information about valid modifications that you can make to your DB instance. Contains the result of a successful call to the DescribeValidDBInstanceModifications action. You can use this information when you call ModifyDBInstance.
sourcepub fn build(self) -> DescribeValidDbInstanceModificationsOutput
pub fn build(self) -> DescribeValidDbInstanceModificationsOutput
Consumes the builder and constructs a DescribeValidDbInstanceModificationsOutput.
Trait Implementations§
source§impl Clone for DescribeValidDbInstanceModificationsOutputBuilder
impl Clone for DescribeValidDbInstanceModificationsOutputBuilder
source§fn clone(&self) -> DescribeValidDbInstanceModificationsOutputBuilder
fn clone(&self) -> DescribeValidDbInstanceModificationsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeValidDbInstanceModificationsOutputBuilder
impl Default for DescribeValidDbInstanceModificationsOutputBuilder
source§fn default() -> DescribeValidDbInstanceModificationsOutputBuilder
fn default() -> DescribeValidDbInstanceModificationsOutputBuilder
source§impl PartialEq for DescribeValidDbInstanceModificationsOutputBuilder
impl PartialEq for DescribeValidDbInstanceModificationsOutputBuilder
source§fn eq(&self, other: &DescribeValidDbInstanceModificationsOutputBuilder) -> bool
fn eq(&self, other: &DescribeValidDbInstanceModificationsOutputBuilder) -> bool
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeValidDbInstanceModificationsOutputBuilder
Auto Trait Implementations§
impl Freeze for DescribeValidDbInstanceModificationsOutputBuilder
impl RefUnwindSafe for DescribeValidDbInstanceModificationsOutputBuilder
impl Send for DescribeValidDbInstanceModificationsOutputBuilder
impl Sync for DescribeValidDbInstanceModificationsOutputBuilder
impl Unpin for DescribeValidDbInstanceModificationsOutputBuilder
impl UnwindSafe for DescribeValidDbInstanceModificationsOutputBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more