Struct aws_sdk_chime::input::PutRetentionSettingsInput
source · [−]#[non_exhaustive]pub struct PutRetentionSettingsInput { /* private fields */ }Implementations
sourceimpl PutRetentionSettingsInput
impl PutRetentionSettingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutRetentionSettings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutRetentionSettings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutRetentionSettings>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutRetentionSettingsInput.
sourceimpl PutRetentionSettingsInput
impl PutRetentionSettingsInput
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The Amazon Chime account ID.
sourcepub fn retention_settings(&self) -> Option<&RetentionSettings>
pub fn retention_settings(&self) -> Option<&RetentionSettings>
The retention settings.
Trait Implementations
sourceimpl Clone for PutRetentionSettingsInput
impl Clone for PutRetentionSettingsInput
sourcefn clone(&self) -> PutRetentionSettingsInput
fn clone(&self) -> PutRetentionSettingsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PutRetentionSettingsInput
impl Debug for PutRetentionSettingsInput
sourceimpl PartialEq<PutRetentionSettingsInput> for PutRetentionSettingsInput
impl PartialEq<PutRetentionSettingsInput> for PutRetentionSettingsInput
sourcefn eq(&self, other: &PutRetentionSettingsInput) -> bool
fn eq(&self, other: &PutRetentionSettingsInput) -> bool
impl StructuralPartialEq for PutRetentionSettingsInput
Auto Trait Implementations
impl RefUnwindSafe for PutRetentionSettingsInput
impl Send for PutRetentionSettingsInput
impl Sync for PutRetentionSettingsInput
impl Unpin for PutRetentionSettingsInput
impl UnwindSafe for PutRetentionSettingsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more