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