Struct aws_sdk_chime::operation::get_retention_settings::builders::GetRetentionSettingsOutputBuilder
source · #[non_exhaustive]pub struct GetRetentionSettingsOutputBuilder { /* private fields */ }Expand description
A builder for GetRetentionSettingsOutput.
Implementations§
source§impl GetRetentionSettingsOutputBuilder
impl GetRetentionSettingsOutputBuilder
sourcepub fn retention_settings(self, input: RetentionSettings) -> Self
pub fn retention_settings(self, input: RetentionSettings) -> Self
The retention settings.
sourcepub fn set_retention_settings(self, input: Option<RetentionSettings>) -> Self
pub fn set_retention_settings(self, input: Option<RetentionSettings>) -> Self
The retention settings.
sourcepub fn initiate_deletion_timestamp(self, input: DateTime) -> Self
pub fn initiate_deletion_timestamp(self, input: DateTime) -> Self
The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format.
sourcepub fn set_initiate_deletion_timestamp(self, input: Option<DateTime>) -> Self
pub fn set_initiate_deletion_timestamp(self, input: Option<DateTime>) -> Self
The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format.
sourcepub fn build(self) -> GetRetentionSettingsOutput
pub fn build(self) -> GetRetentionSettingsOutput
Consumes the builder and constructs a GetRetentionSettingsOutput.
Trait Implementations§
source§impl Clone for GetRetentionSettingsOutputBuilder
impl Clone for GetRetentionSettingsOutputBuilder
source§fn clone(&self) -> GetRetentionSettingsOutputBuilder
fn clone(&self) -> GetRetentionSettingsOutputBuilder
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 GetRetentionSettingsOutputBuilder
impl Default for GetRetentionSettingsOutputBuilder
source§fn default() -> GetRetentionSettingsOutputBuilder
fn default() -> GetRetentionSettingsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetRetentionSettingsOutputBuilder> for GetRetentionSettingsOutputBuilder
impl PartialEq<GetRetentionSettingsOutputBuilder> for GetRetentionSettingsOutputBuilder
source§fn eq(&self, other: &GetRetentionSettingsOutputBuilder) -> bool
fn eq(&self, other: &GetRetentionSettingsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetRetentionSettingsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetRetentionSettingsOutputBuilder
impl Send for GetRetentionSettingsOutputBuilder
impl Sync for GetRetentionSettingsOutputBuilder
impl Unpin for GetRetentionSettingsOutputBuilder
impl UnwindSafe for GetRetentionSettingsOutputBuilder
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