Struct aws_sdk_dynamodb::types::builders::TableClassSummaryBuilder
source · #[non_exhaustive]pub struct TableClassSummaryBuilder { /* private fields */ }
Expand description
A builder for TableClassSummary
.
Implementations§
source§impl TableClassSummaryBuilder
impl TableClassSummaryBuilder
sourcepub fn table_class(self, input: TableClass) -> Self
pub fn table_class(self, input: TableClass) -> Self
The table class of the specified table. Valid values are STANDARD
and STANDARD_INFREQUENT_ACCESS
.
sourcepub fn set_table_class(self, input: Option<TableClass>) -> Self
pub fn set_table_class(self, input: Option<TableClass>) -> Self
The table class of the specified table. Valid values are STANDARD
and STANDARD_INFREQUENT_ACCESS
.
sourcepub fn get_table_class(&self) -> &Option<TableClass>
pub fn get_table_class(&self) -> &Option<TableClass>
The table class of the specified table. Valid values are STANDARD
and STANDARD_INFREQUENT_ACCESS
.
sourcepub fn last_update_date_time(self, input: DateTime) -> Self
pub fn last_update_date_time(self, input: DateTime) -> Self
The date and time at which the table class was last updated.
sourcepub fn set_last_update_date_time(self, input: Option<DateTime>) -> Self
pub fn set_last_update_date_time(self, input: Option<DateTime>) -> Self
The date and time at which the table class was last updated.
sourcepub fn get_last_update_date_time(&self) -> &Option<DateTime>
pub fn get_last_update_date_time(&self) -> &Option<DateTime>
The date and time at which the table class was last updated.
sourcepub fn build(self) -> TableClassSummary
pub fn build(self) -> TableClassSummary
Consumes the builder and constructs a TableClassSummary
.
Trait Implementations§
source§impl Clone for TableClassSummaryBuilder
impl Clone for TableClassSummaryBuilder
source§fn clone(&self) -> TableClassSummaryBuilder
fn clone(&self) -> TableClassSummaryBuilder
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 Debug for TableClassSummaryBuilder
impl Debug for TableClassSummaryBuilder
source§impl Default for TableClassSummaryBuilder
impl Default for TableClassSummaryBuilder
source§fn default() -> TableClassSummaryBuilder
fn default() -> TableClassSummaryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for TableClassSummaryBuilder
impl PartialEq for TableClassSummaryBuilder
source§fn eq(&self, other: &TableClassSummaryBuilder) -> bool
fn eq(&self, other: &TableClassSummaryBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TableClassSummaryBuilder
Auto Trait Implementations§
impl Freeze for TableClassSummaryBuilder
impl RefUnwindSafe for TableClassSummaryBuilder
impl Send for TableClassSummaryBuilder
impl Sync for TableClassSummaryBuilder
impl Unpin for TableClassSummaryBuilder
impl UnwindSafe for TableClassSummaryBuilder
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.