Struct aws_sdk_rds::types::builders::DbClusterStatusInfoBuilder
source · #[non_exhaustive]pub struct DbClusterStatusInfoBuilder { /* private fields */ }Expand description
A builder for DbClusterStatusInfo.
Implementations§
source§impl DbClusterStatusInfoBuilder
impl DbClusterStatusInfoBuilder
sourcepub fn status_type(self, input: impl Into<String>) -> Self
pub fn status_type(self, input: impl Into<String>) -> Self
Reserved for future use.
sourcepub fn set_status_type(self, input: Option<String>) -> Self
pub fn set_status_type(self, input: Option<String>) -> Self
Reserved for future use.
sourcepub fn get_status_type(&self) -> &Option<String>
pub fn get_status_type(&self) -> &Option<String>
Reserved for future use.
sourcepub fn set_normal(self, input: Option<bool>) -> Self
pub fn set_normal(self, input: Option<bool>) -> Self
Reserved for future use.
sourcepub fn get_normal(&self) -> &Option<bool>
pub fn get_normal(&self) -> &Option<bool>
Reserved for future use.
sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
Reserved for future use.
sourcepub fn get_status(&self) -> &Option<String>
pub fn get_status(&self) -> &Option<String>
Reserved for future use.
sourcepub fn set_message(self, input: Option<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
Reserved for future use.
sourcepub fn get_message(&self) -> &Option<String>
pub fn get_message(&self) -> &Option<String>
Reserved for future use.
sourcepub fn build(self) -> DbClusterStatusInfo
pub fn build(self) -> DbClusterStatusInfo
Consumes the builder and constructs a DbClusterStatusInfo.
Trait Implementations§
source§impl Clone for DbClusterStatusInfoBuilder
impl Clone for DbClusterStatusInfoBuilder
source§fn clone(&self) -> DbClusterStatusInfoBuilder
fn clone(&self) -> DbClusterStatusInfoBuilder
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 Debug for DbClusterStatusInfoBuilder
impl Debug for DbClusterStatusInfoBuilder
source§impl Default for DbClusterStatusInfoBuilder
impl Default for DbClusterStatusInfoBuilder
source§fn default() -> DbClusterStatusInfoBuilder
fn default() -> DbClusterStatusInfoBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DbClusterStatusInfoBuilder
impl PartialEq for DbClusterStatusInfoBuilder
source§fn eq(&self, other: &DbClusterStatusInfoBuilder) -> bool
fn eq(&self, other: &DbClusterStatusInfoBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DbClusterStatusInfoBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DbClusterStatusInfoBuilder
impl Send for DbClusterStatusInfoBuilder
impl Sync for DbClusterStatusInfoBuilder
impl Unpin for DbClusterStatusInfoBuilder
impl UnwindSafe for DbClusterStatusInfoBuilder
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.