Struct aws_sdk_accessanalyzer::operation::delete_archive_rule::builders::DeleteArchiveRuleOutputBuilder
source · #[non_exhaustive]pub struct DeleteArchiveRuleOutputBuilder { /* private fields */ }Expand description
A builder for DeleteArchiveRuleOutput.
Implementations§
source§impl DeleteArchiveRuleOutputBuilder
impl DeleteArchiveRuleOutputBuilder
sourcepub fn build(self) -> DeleteArchiveRuleOutput
pub fn build(self) -> DeleteArchiveRuleOutput
Consumes the builder and constructs a DeleteArchiveRuleOutput.
Trait Implementations§
source§impl Clone for DeleteArchiveRuleOutputBuilder
impl Clone for DeleteArchiveRuleOutputBuilder
source§fn clone(&self) -> DeleteArchiveRuleOutputBuilder
fn clone(&self) -> DeleteArchiveRuleOutputBuilder
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 Default for DeleteArchiveRuleOutputBuilder
impl Default for DeleteArchiveRuleOutputBuilder
source§fn default() -> DeleteArchiveRuleOutputBuilder
fn default() -> DeleteArchiveRuleOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteArchiveRuleOutputBuilder> for DeleteArchiveRuleOutputBuilder
impl PartialEq<DeleteArchiveRuleOutputBuilder> for DeleteArchiveRuleOutputBuilder
source§fn eq(&self, other: &DeleteArchiveRuleOutputBuilder) -> bool
fn eq(&self, other: &DeleteArchiveRuleOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.