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 Freeze for DeleteFirewallPolicyOutputBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.