Struct aws_sdk_route53resolver::operation::disassociate_resolver_rule::builders::DisassociateResolverRuleOutputBuilder
source · #[non_exhaustive]pub struct DisassociateResolverRuleOutputBuilder { /* private fields */ }Expand description
A builder for DisassociateResolverRuleOutput.
Implementations§
source§impl DisassociateResolverRuleOutputBuilder
impl DisassociateResolverRuleOutputBuilder
sourcepub fn resolver_rule_association(self, input: ResolverRuleAssociation) -> Self
pub fn resolver_rule_association(self, input: ResolverRuleAssociation) -> Self
Information about the DisassociateResolverRule request, including the status of the request.
sourcepub fn set_resolver_rule_association(
self,
input: Option<ResolverRuleAssociation>
) -> Self
pub fn set_resolver_rule_association( self, input: Option<ResolverRuleAssociation> ) -> Self
Information about the DisassociateResolverRule request, including the status of the request.
sourcepub fn build(self) -> DisassociateResolverRuleOutput
pub fn build(self) -> DisassociateResolverRuleOutput
Consumes the builder and constructs a DisassociateResolverRuleOutput.
Trait Implementations§
source§impl Clone for DisassociateResolverRuleOutputBuilder
impl Clone for DisassociateResolverRuleOutputBuilder
source§fn clone(&self) -> DisassociateResolverRuleOutputBuilder
fn clone(&self) -> DisassociateResolverRuleOutputBuilder
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 DisassociateResolverRuleOutputBuilder
impl Default for DisassociateResolverRuleOutputBuilder
source§fn default() -> DisassociateResolverRuleOutputBuilder
fn default() -> DisassociateResolverRuleOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DisassociateResolverRuleOutputBuilder> for DisassociateResolverRuleOutputBuilder
impl PartialEq<DisassociateResolverRuleOutputBuilder> for DisassociateResolverRuleOutputBuilder
source§fn eq(&self, other: &DisassociateResolverRuleOutputBuilder) -> bool
fn eq(&self, other: &DisassociateResolverRuleOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.