Struct aws_sdk_workmail::model::FolderConfiguration
source · #[non_exhaustive]pub struct FolderConfiguration { /* private fields */ }
Expand description
The configuration applied to an organization's folders by its retention policy.
Implementations§
source§impl FolderConfiguration
impl FolderConfiguration
sourcepub fn name(&self) -> Option<&FolderName>
pub fn name(&self) -> Option<&FolderName>
The folder name.
sourcepub fn action(&self) -> Option<&RetentionAction>
pub fn action(&self) -> Option<&RetentionAction>
The action to take on the folder contents at the end of the folder configuration period.
source§impl FolderConfiguration
impl FolderConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FolderConfiguration
.
Trait Implementations§
source§impl Clone for FolderConfiguration
impl Clone for FolderConfiguration
source§fn clone(&self) -> FolderConfiguration
fn clone(&self) -> FolderConfiguration
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 FolderConfiguration
impl Debug for FolderConfiguration
source§impl PartialEq<FolderConfiguration> for FolderConfiguration
impl PartialEq<FolderConfiguration> for FolderConfiguration
source§fn eq(&self, other: &FolderConfiguration) -> bool
fn eq(&self, other: &FolderConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.