Struct aws_sdk_route53resolver::operation::delete_firewall_rule_group::DeleteFirewallRuleGroupInput
source · #[non_exhaustive]pub struct DeleteFirewallRuleGroupInput { /* private fields */ }Implementations§
source§impl DeleteFirewallRuleGroupInput
impl DeleteFirewallRuleGroupInput
sourcepub fn firewall_rule_group_id(&self) -> Option<&str>
pub fn firewall_rule_group_id(&self) -> Option<&str>
The unique identifier of the firewall rule group that you want to delete.
source§impl DeleteFirewallRuleGroupInput
impl DeleteFirewallRuleGroupInput
sourcepub fn builder() -> DeleteFirewallRuleGroupInputBuilder
pub fn builder() -> DeleteFirewallRuleGroupInputBuilder
Creates a new builder-style object to manufacture DeleteFirewallRuleGroupInput.
source§impl DeleteFirewallRuleGroupInput
impl DeleteFirewallRuleGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteFirewallRuleGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteFirewallRuleGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteFirewallRuleGroup>
Trait Implementations§
source§impl Clone for DeleteFirewallRuleGroupInput
impl Clone for DeleteFirewallRuleGroupInput
source§fn clone(&self) -> DeleteFirewallRuleGroupInput
fn clone(&self) -> DeleteFirewallRuleGroupInput
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 Debug for DeleteFirewallRuleGroupInput
impl Debug for DeleteFirewallRuleGroupInput
source§impl PartialEq<DeleteFirewallRuleGroupInput> for DeleteFirewallRuleGroupInput
impl PartialEq<DeleteFirewallRuleGroupInput> for DeleteFirewallRuleGroupInput
source§fn eq(&self, other: &DeleteFirewallRuleGroupInput) -> bool
fn eq(&self, other: &DeleteFirewallRuleGroupInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.