Struct aws_sdk_docdb::operation::describe_db_instances::builders::DescribeDbInstancesOutputBuilder
source · #[non_exhaustive]pub struct DescribeDbInstancesOutputBuilder { /* private fields */ }Expand description
A builder for DescribeDbInstancesOutput.
Implementations§
source§impl DescribeDbInstancesOutputBuilder
impl DescribeDbInstancesOutputBuilder
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_instances(self, input: DbInstance) -> Self
pub fn db_instances(self, input: DbInstance) -> Self
Appends an item to db_instances.
To override the contents of this collection use set_db_instances.
Detailed information about one or more instances.
sourcepub fn set_db_instances(self, input: Option<Vec<DbInstance>>) -> Self
pub fn set_db_instances(self, input: Option<Vec<DbInstance>>) -> Self
Detailed information about one or more instances.
sourcepub fn get_db_instances(&self) -> &Option<Vec<DbInstance>>
pub fn get_db_instances(&self) -> &Option<Vec<DbInstance>>
Detailed information about one or more instances.
sourcepub fn build(self) -> DescribeDbInstancesOutput
pub fn build(self) -> DescribeDbInstancesOutput
Consumes the builder and constructs a DescribeDbInstancesOutput.
Trait Implementations§
source§impl Clone for DescribeDbInstancesOutputBuilder
impl Clone for DescribeDbInstancesOutputBuilder
source§fn clone(&self) -> DescribeDbInstancesOutputBuilder
fn clone(&self) -> DescribeDbInstancesOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DescribeDbInstancesOutputBuilder
impl Default for DescribeDbInstancesOutputBuilder
source§fn default() -> DescribeDbInstancesOutputBuilder
fn default() -> DescribeDbInstancesOutputBuilder
source§impl PartialEq for DescribeDbInstancesOutputBuilder
impl PartialEq for DescribeDbInstancesOutputBuilder
source§fn eq(&self, other: &DescribeDbInstancesOutputBuilder) -> bool
fn eq(&self, other: &DescribeDbInstancesOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.