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