#[non_exhaustive]pub struct ApplyArchiveRuleInput { /* private fields */ }
Expand description
Retroactively applies an archive rule.
Implementations§
source§impl ApplyArchiveRuleInput
impl ApplyArchiveRuleInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<ApplyArchiveRule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<ApplyArchiveRule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ApplyArchiveRule
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ApplyArchiveRuleInput
.
Trait Implementations§
source§impl Clone for ApplyArchiveRuleInput
impl Clone for ApplyArchiveRuleInput
source§fn clone(&self) -> ApplyArchiveRuleInput
fn clone(&self) -> ApplyArchiveRuleInput
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 ApplyArchiveRuleInput
impl Debug for ApplyArchiveRuleInput
source§impl PartialEq<ApplyArchiveRuleInput> for ApplyArchiveRuleInput
impl PartialEq<ApplyArchiveRuleInput> for ApplyArchiveRuleInput
source§fn eq(&self, other: &ApplyArchiveRuleInput) -> bool
fn eq(&self, other: &ApplyArchiveRuleInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.