Struct aws_sdk_route53resolver::operation::get_firewall_rule_group_policy::builders::GetFirewallRuleGroupPolicyOutputBuilder
source · #[non_exhaustive]pub struct GetFirewallRuleGroupPolicyOutputBuilder { /* private fields */ }Expand description
A builder for GetFirewallRuleGroupPolicyOutput.
Implementations§
source§impl GetFirewallRuleGroupPolicyOutputBuilder
impl GetFirewallRuleGroupPolicyOutputBuilder
sourcepub fn firewall_rule_group_policy(self, input: impl Into<String>) -> Self
pub fn firewall_rule_group_policy(self, input: impl Into<String>) -> Self
The Identity and Access Management (Amazon Web Services IAM) policy for sharing the specified rule group. You can use the policy to share the rule group using Resource Access Manager (RAM).
sourcepub fn set_firewall_rule_group_policy(self, input: Option<String>) -> Self
pub fn set_firewall_rule_group_policy(self, input: Option<String>) -> Self
The Identity and Access Management (Amazon Web Services IAM) policy for sharing the specified rule group. You can use the policy to share the rule group using Resource Access Manager (RAM).
sourcepub fn build(self) -> GetFirewallRuleGroupPolicyOutput
pub fn build(self) -> GetFirewallRuleGroupPolicyOutput
Consumes the builder and constructs a GetFirewallRuleGroupPolicyOutput.
Trait Implementations§
source§impl Clone for GetFirewallRuleGroupPolicyOutputBuilder
impl Clone for GetFirewallRuleGroupPolicyOutputBuilder
source§fn clone(&self) -> GetFirewallRuleGroupPolicyOutputBuilder
fn clone(&self) -> GetFirewallRuleGroupPolicyOutputBuilder
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 GetFirewallRuleGroupPolicyOutputBuilder
impl Default for GetFirewallRuleGroupPolicyOutputBuilder
source§fn default() -> GetFirewallRuleGroupPolicyOutputBuilder
fn default() -> GetFirewallRuleGroupPolicyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetFirewallRuleGroupPolicyOutputBuilder> for GetFirewallRuleGroupPolicyOutputBuilder
impl PartialEq<GetFirewallRuleGroupPolicyOutputBuilder> for GetFirewallRuleGroupPolicyOutputBuilder
source§fn eq(&self, other: &GetFirewallRuleGroupPolicyOutputBuilder) -> bool
fn eq(&self, other: &GetFirewallRuleGroupPolicyOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.