Struct aws_sdk_docdb::operation::describe_db_clusters::builders::DescribeDbClustersOutputBuilder
source · #[non_exhaustive]pub struct DescribeDbClustersOutputBuilder { /* private fields */ }Expand description
A builder for DescribeDbClustersOutput.
Implementations§
source§impl DescribeDbClustersOutputBuilder
impl DescribeDbClustersOutputBuilder
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
sourcepub fn get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
sourcepub fn db_clusters(self, input: DbCluster) -> Self
pub fn db_clusters(self, input: DbCluster) -> Self
Appends an item to db_clusters.
To override the contents of this collection use set_db_clusters.
A list of clusters.
sourcepub fn set_db_clusters(self, input: Option<Vec<DbCluster>>) -> Self
pub fn set_db_clusters(self, input: Option<Vec<DbCluster>>) -> Self
A list of clusters.
sourcepub fn get_db_clusters(&self) -> &Option<Vec<DbCluster>>
pub fn get_db_clusters(&self) -> &Option<Vec<DbCluster>>
A list of clusters.
sourcepub fn build(self) -> DescribeDbClustersOutput
pub fn build(self) -> DescribeDbClustersOutput
Consumes the builder and constructs a DescribeDbClustersOutput.
Trait Implementations§
source§impl Clone for DescribeDbClustersOutputBuilder
impl Clone for DescribeDbClustersOutputBuilder
source§fn clone(&self) -> DescribeDbClustersOutputBuilder
fn clone(&self) -> DescribeDbClustersOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeDbClustersOutputBuilder
impl Default for DescribeDbClustersOutputBuilder
source§fn default() -> DescribeDbClustersOutputBuilder
fn default() -> DescribeDbClustersOutputBuilder
source§impl PartialEq for DescribeDbClustersOutputBuilder
impl PartialEq for DescribeDbClustersOutputBuilder
source§fn eq(&self, other: &DescribeDbClustersOutputBuilder) -> bool
fn eq(&self, other: &DescribeDbClustersOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.