Struct aws_sdk_rds::operation::describe_db_instance_automated_backups::builders::DescribeDbInstanceAutomatedBackupsOutputBuilder
source · #[non_exhaustive]pub struct DescribeDbInstanceAutomatedBackupsOutputBuilder { /* private fields */ }Expand description
A builder for DescribeDbInstanceAutomatedBackupsOutput.
Implementations§
source§impl DescribeDbInstanceAutomatedBackupsOutputBuilder
impl DescribeDbInstanceAutomatedBackupsOutputBuilder
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 db_instance_automated_backups(
self,
input: DbInstanceAutomatedBackup
) -> Self
pub fn db_instance_automated_backups( self, input: DbInstanceAutomatedBackup ) -> Self
Appends an item to db_instance_automated_backups.
To override the contents of this collection use set_db_instance_automated_backups.
A list of DBInstanceAutomatedBackup instances.
sourcepub fn set_db_instance_automated_backups(
self,
input: Option<Vec<DbInstanceAutomatedBackup>>
) -> Self
pub fn set_db_instance_automated_backups( self, input: Option<Vec<DbInstanceAutomatedBackup>> ) -> Self
A list of DBInstanceAutomatedBackup instances.
sourcepub fn build(self) -> DescribeDbInstanceAutomatedBackupsOutput
pub fn build(self) -> DescribeDbInstanceAutomatedBackupsOutput
Consumes the builder and constructs a DescribeDbInstanceAutomatedBackupsOutput.
Trait Implementations§
source§impl Clone for DescribeDbInstanceAutomatedBackupsOutputBuilder
impl Clone for DescribeDbInstanceAutomatedBackupsOutputBuilder
source§fn clone(&self) -> DescribeDbInstanceAutomatedBackupsOutputBuilder
fn clone(&self) -> DescribeDbInstanceAutomatedBackupsOutputBuilder
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 DescribeDbInstanceAutomatedBackupsOutputBuilder
impl Default for DescribeDbInstanceAutomatedBackupsOutputBuilder
source§fn default() -> DescribeDbInstanceAutomatedBackupsOutputBuilder
fn default() -> DescribeDbInstanceAutomatedBackupsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeDbInstanceAutomatedBackupsOutputBuilder> for DescribeDbInstanceAutomatedBackupsOutputBuilder
impl PartialEq<DescribeDbInstanceAutomatedBackupsOutputBuilder> for DescribeDbInstanceAutomatedBackupsOutputBuilder
source§fn eq(&self, other: &DescribeDbInstanceAutomatedBackupsOutputBuilder) -> bool
fn eq(&self, other: &DescribeDbInstanceAutomatedBackupsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.