Struct aws_sdk_accessanalyzer::operation::get_archive_rule::builders::GetArchiveRuleInputBuilder
source · #[non_exhaustive]pub struct GetArchiveRuleInputBuilder { /* private fields */ }
Expand description
A builder for GetArchiveRuleInput
.
Implementations§
source§impl GetArchiveRuleInputBuilder
impl GetArchiveRuleInputBuilder
sourcepub fn analyzer_name(self, input: impl Into<String>) -> Self
pub fn analyzer_name(self, input: impl Into<String>) -> Self
The name of the analyzer to retrieve rules from.
sourcepub fn set_analyzer_name(self, input: Option<String>) -> Self
pub fn set_analyzer_name(self, input: Option<String>) -> Self
The name of the analyzer to retrieve rules from.
sourcepub fn get_analyzer_name(&self) -> &Option<String>
pub fn get_analyzer_name(&self) -> &Option<String>
The name of the analyzer to retrieve rules from.
sourcepub fn set_rule_name(self, input: Option<String>) -> Self
pub fn set_rule_name(self, input: Option<String>) -> Self
The name of the rule to retrieve.
sourcepub fn get_rule_name(&self) -> &Option<String>
pub fn get_rule_name(&self) -> &Option<String>
The name of the rule to retrieve.
sourcepub fn build(self) -> Result<GetArchiveRuleInput, BuildError>
pub fn build(self) -> Result<GetArchiveRuleInput, BuildError>
Consumes the builder and constructs a GetArchiveRuleInput
.
source§impl GetArchiveRuleInputBuilder
impl GetArchiveRuleInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetArchiveRuleOutput, SdkError<GetArchiveRuleError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetArchiveRuleOutput, SdkError<GetArchiveRuleError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetArchiveRuleInputBuilder
impl Clone for GetArchiveRuleInputBuilder
source§fn clone(&self) -> GetArchiveRuleInputBuilder
fn clone(&self) -> GetArchiveRuleInputBuilder
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 GetArchiveRuleInputBuilder
impl Debug for GetArchiveRuleInputBuilder
source§impl Default for GetArchiveRuleInputBuilder
impl Default for GetArchiveRuleInputBuilder
source§fn default() -> GetArchiveRuleInputBuilder
fn default() -> GetArchiveRuleInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetArchiveRuleInputBuilder> for GetArchiveRuleInputBuilder
impl PartialEq<GetArchiveRuleInputBuilder> for GetArchiveRuleInputBuilder
source§fn eq(&self, other: &GetArchiveRuleInputBuilder) -> bool
fn eq(&self, other: &GetArchiveRuleInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetArchiveRuleInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetArchiveRuleInputBuilder
impl Send for GetArchiveRuleInputBuilder
impl Sync for GetArchiveRuleInputBuilder
impl Unpin for GetArchiveRuleInputBuilder
impl UnwindSafe for GetArchiveRuleInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more