Struct aws_sdk_docdb::operation::describe_global_clusters::builders::DescribeGlobalClustersOutputBuilder
source · #[non_exhaustive]pub struct DescribeGlobalClustersOutputBuilder { /* private fields */ }Expand description
A builder for DescribeGlobalClustersOutput.
Implementations§
source§impl DescribeGlobalClustersOutputBuilder
impl DescribeGlobalClustersOutputBuilder
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
sourcepub fn get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
sourcepub fn global_clusters(self, input: GlobalCluster) -> Self
pub fn global_clusters(self, input: GlobalCluster) -> Self
Appends an item to global_clusters.
To override the contents of this collection use set_global_clusters.
sourcepub fn set_global_clusters(self, input: Option<Vec<GlobalCluster>>) -> Self
pub fn set_global_clusters(self, input: Option<Vec<GlobalCluster>>) -> Self
sourcepub fn get_global_clusters(&self) -> &Option<Vec<GlobalCluster>>
pub fn get_global_clusters(&self) -> &Option<Vec<GlobalCluster>>
sourcepub fn build(self) -> DescribeGlobalClustersOutput
pub fn build(self) -> DescribeGlobalClustersOutput
Consumes the builder and constructs a DescribeGlobalClustersOutput.
Trait Implementations§
source§impl Clone for DescribeGlobalClustersOutputBuilder
impl Clone for DescribeGlobalClustersOutputBuilder
source§fn clone(&self) -> DescribeGlobalClustersOutputBuilder
fn clone(&self) -> DescribeGlobalClustersOutputBuilder
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 DescribeGlobalClustersOutputBuilder
impl Default for DescribeGlobalClustersOutputBuilder
source§fn default() -> DescribeGlobalClustersOutputBuilder
fn default() -> DescribeGlobalClustersOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeGlobalClustersOutputBuilder
impl PartialEq for DescribeGlobalClustersOutputBuilder
source§fn eq(&self, other: &DescribeGlobalClustersOutputBuilder) -> bool
fn eq(&self, other: &DescribeGlobalClustersOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeGlobalClustersOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeGlobalClustersOutputBuilder
impl Send for DescribeGlobalClustersOutputBuilder
impl Sync for DescribeGlobalClustersOutputBuilder
impl Unpin for DescribeGlobalClustersOutputBuilder
impl UnwindSafe for DescribeGlobalClustersOutputBuilder
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.