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