#[non_exhaustive]pub struct DeleteFirewallInput { /* private fields */ }
Implementations§
source§impl DeleteFirewallInput
impl DeleteFirewallInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteFirewall, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteFirewall, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteFirewall
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteFirewallInput
.
source§impl DeleteFirewallInput
impl DeleteFirewallInput
sourcepub fn firewall_name(&self) -> Option<&str>
pub fn firewall_name(&self) -> Option<&str>
The descriptive name of the firewall. You can't change the name of a firewall after you create it.
You must specify the ARN or the name, and you can specify both.
sourcepub fn firewall_arn(&self) -> Option<&str>
pub fn firewall_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the firewall.
You must specify the ARN or the name, and you can specify both.
Trait Implementations§
source§impl Clone for DeleteFirewallInput
impl Clone for DeleteFirewallInput
source§fn clone(&self) -> DeleteFirewallInput
fn clone(&self) -> DeleteFirewallInput
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 DeleteFirewallInput
impl Debug for DeleteFirewallInput
source§impl PartialEq<DeleteFirewallInput> for DeleteFirewallInput
impl PartialEq<DeleteFirewallInput> for DeleteFirewallInput
source§fn eq(&self, other: &DeleteFirewallInput) -> bool
fn eq(&self, other: &DeleteFirewallInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.