Struct aws_sdk_networkfirewall::operation::delete_firewall_policy::builders::DeleteFirewallPolicyOutputBuilder
source · #[non_exhaustive]pub struct DeleteFirewallPolicyOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteFirewallPolicyOutput
.
Implementations§
source§impl DeleteFirewallPolicyOutputBuilder
impl DeleteFirewallPolicyOutputBuilder
sourcepub fn firewall_policy_response(self, input: FirewallPolicyResponse) -> Self
pub fn firewall_policy_response(self, input: FirewallPolicyResponse) -> Self
The object containing the definition of the FirewallPolicyResponse
that you asked to delete.
sourcepub fn set_firewall_policy_response(
self,
input: Option<FirewallPolicyResponse>
) -> Self
pub fn set_firewall_policy_response( self, input: Option<FirewallPolicyResponse> ) -> Self
The object containing the definition of the FirewallPolicyResponse
that you asked to delete.
sourcepub fn get_firewall_policy_response(&self) -> &Option<FirewallPolicyResponse>
pub fn get_firewall_policy_response(&self) -> &Option<FirewallPolicyResponse>
The object containing the definition of the FirewallPolicyResponse
that you asked to delete.
sourcepub fn build(self) -> DeleteFirewallPolicyOutput
pub fn build(self) -> DeleteFirewallPolicyOutput
Consumes the builder and constructs a DeleteFirewallPolicyOutput
.
Trait Implementations§
source§impl Clone for DeleteFirewallPolicyOutputBuilder
impl Clone for DeleteFirewallPolicyOutputBuilder
source§fn clone(&self) -> DeleteFirewallPolicyOutputBuilder
fn clone(&self) -> DeleteFirewallPolicyOutputBuilder
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 DeleteFirewallPolicyOutputBuilder
impl Default for DeleteFirewallPolicyOutputBuilder
source§fn default() -> DeleteFirewallPolicyOutputBuilder
fn default() -> DeleteFirewallPolicyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteFirewallPolicyOutputBuilder
impl PartialEq for DeleteFirewallPolicyOutputBuilder
source§fn eq(&self, other: &DeleteFirewallPolicyOutputBuilder) -> bool
fn eq(&self, other: &DeleteFirewallPolicyOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteFirewallPolicyOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteFirewallPolicyOutputBuilder
impl Send for DeleteFirewallPolicyOutputBuilder
impl Sync for DeleteFirewallPolicyOutputBuilder
impl Unpin for DeleteFirewallPolicyOutputBuilder
impl UnwindSafe for DeleteFirewallPolicyOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.