Struct aws_sdk_chime::input::GetRetentionSettingsInput
source · [−]#[non_exhaustive]pub struct GetRetentionSettingsInput { /* private fields */ }Implementations
sourceimpl GetRetentionSettingsInput
impl GetRetentionSettingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRetentionSettings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRetentionSettings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetRetentionSettings>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRetentionSettingsInput.
sourceimpl GetRetentionSettingsInput
impl GetRetentionSettingsInput
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The Amazon Chime account ID.
Trait Implementations
sourceimpl Clone for GetRetentionSettingsInput
impl Clone for GetRetentionSettingsInput
sourcefn clone(&self) -> GetRetentionSettingsInput
fn clone(&self) -> GetRetentionSettingsInput
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 GetRetentionSettingsInput
impl Debug for GetRetentionSettingsInput
sourceimpl PartialEq<GetRetentionSettingsInput> for GetRetentionSettingsInput
impl PartialEq<GetRetentionSettingsInput> for GetRetentionSettingsInput
sourcefn eq(&self, other: &GetRetentionSettingsInput) -> bool
fn eq(&self, other: &GetRetentionSettingsInput) -> bool
impl StructuralPartialEq for GetRetentionSettingsInput
Auto Trait Implementations
impl RefUnwindSafe for GetRetentionSettingsInput
impl Send for GetRetentionSettingsInput
impl Sync for GetRetentionSettingsInput
impl Unpin for GetRetentionSettingsInput
impl UnwindSafe for GetRetentionSettingsInput
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