Struct aws_sdk_route53resolver::operation::associate_firewall_rule_group::builders::AssociateFirewallRuleGroupOutputBuilder
source · #[non_exhaustive]pub struct AssociateFirewallRuleGroupOutputBuilder { /* private fields */ }Expand description
A builder for AssociateFirewallRuleGroupOutput.
Implementations§
source§impl AssociateFirewallRuleGroupOutputBuilder
impl AssociateFirewallRuleGroupOutputBuilder
sourcepub fn firewall_rule_group_association(
self,
input: FirewallRuleGroupAssociation
) -> Self
pub fn firewall_rule_group_association( self, input: FirewallRuleGroupAssociation ) -> Self
The association that you just created. The association has an ID that you can use to identify it in other requests, like update and delete.
sourcepub fn set_firewall_rule_group_association(
self,
input: Option<FirewallRuleGroupAssociation>
) -> Self
pub fn set_firewall_rule_group_association( self, input: Option<FirewallRuleGroupAssociation> ) -> Self
The association that you just created. The association has an ID that you can use to identify it in other requests, like update and delete.
sourcepub fn build(self) -> AssociateFirewallRuleGroupOutput
pub fn build(self) -> AssociateFirewallRuleGroupOutput
Consumes the builder and constructs a AssociateFirewallRuleGroupOutput.
Trait Implementations§
source§impl Clone for AssociateFirewallRuleGroupOutputBuilder
impl Clone for AssociateFirewallRuleGroupOutputBuilder
source§fn clone(&self) -> AssociateFirewallRuleGroupOutputBuilder
fn clone(&self) -> AssociateFirewallRuleGroupOutputBuilder
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 AssociateFirewallRuleGroupOutputBuilder
impl Default for AssociateFirewallRuleGroupOutputBuilder
source§fn default() -> AssociateFirewallRuleGroupOutputBuilder
fn default() -> AssociateFirewallRuleGroupOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AssociateFirewallRuleGroupOutputBuilder> for AssociateFirewallRuleGroupOutputBuilder
impl PartialEq<AssociateFirewallRuleGroupOutputBuilder> for AssociateFirewallRuleGroupOutputBuilder
source§fn eq(&self, other: &AssociateFirewallRuleGroupOutputBuilder) -> bool
fn eq(&self, other: &AssociateFirewallRuleGroupOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.