Struct aws_sdk_redshift::operation::describe_table_restore_status::builders::DescribeTableRestoreStatusOutputBuilder
source · #[non_exhaustive]pub struct DescribeTableRestoreStatusOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeTableRestoreStatusOutput
.
Implementations§
source§impl DescribeTableRestoreStatusOutputBuilder
impl DescribeTableRestoreStatusOutputBuilder
sourcepub fn table_restore_status_details(self, input: TableRestoreStatus) -> Self
pub fn table_restore_status_details(self, input: TableRestoreStatus) -> Self
Appends an item to table_restore_status_details
.
To override the contents of this collection use set_table_restore_status_details
.
A list of status details for one or more table restore requests.
sourcepub fn set_table_restore_status_details(
self,
input: Option<Vec<TableRestoreStatus>>
) -> Self
pub fn set_table_restore_status_details( self, input: Option<Vec<TableRestoreStatus>> ) -> Self
A list of status details for one or more table restore requests.
sourcepub fn get_table_restore_status_details(
&self
) -> &Option<Vec<TableRestoreStatus>>
pub fn get_table_restore_status_details( &self ) -> &Option<Vec<TableRestoreStatus>>
A list of status details for one or more table restore requests.
sourcepub fn marker(self, input: impl Into<String>) -> Self
pub fn marker(self, input: impl Into<String>) -> Self
A pagination token that can be used in a subsequent DescribeTableRestoreStatus
request.
sourcepub fn set_marker(self, input: Option<String>) -> Self
pub fn set_marker(self, input: Option<String>) -> Self
A pagination token that can be used in a subsequent DescribeTableRestoreStatus
request.
sourcepub fn get_marker(&self) -> &Option<String>
pub fn get_marker(&self) -> &Option<String>
A pagination token that can be used in a subsequent DescribeTableRestoreStatus
request.
sourcepub fn build(self) -> DescribeTableRestoreStatusOutput
pub fn build(self) -> DescribeTableRestoreStatusOutput
Consumes the builder and constructs a DescribeTableRestoreStatusOutput
.
Trait Implementations§
source§impl Clone for DescribeTableRestoreStatusOutputBuilder
impl Clone for DescribeTableRestoreStatusOutputBuilder
source§fn clone(&self) -> DescribeTableRestoreStatusOutputBuilder
fn clone(&self) -> DescribeTableRestoreStatusOutputBuilder
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 DescribeTableRestoreStatusOutputBuilder
impl Default for DescribeTableRestoreStatusOutputBuilder
source§fn default() -> DescribeTableRestoreStatusOutputBuilder
fn default() -> DescribeTableRestoreStatusOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeTableRestoreStatusOutputBuilder
impl PartialEq for DescribeTableRestoreStatusOutputBuilder
source§fn eq(&self, other: &DescribeTableRestoreStatusOutputBuilder) -> bool
fn eq(&self, other: &DescribeTableRestoreStatusOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeTableRestoreStatusOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeTableRestoreStatusOutputBuilder
impl Send for DescribeTableRestoreStatusOutputBuilder
impl Sync for DescribeTableRestoreStatusOutputBuilder
impl Unpin for DescribeTableRestoreStatusOutputBuilder
impl UnwindSafe for DescribeTableRestoreStatusOutputBuilder
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.