Struct aws_sdk_shield::operation::enable_application_layer_automatic_response::builders::EnableApplicationLayerAutomaticResponseOutputBuilder    
source · #[non_exhaustive]pub struct EnableApplicationLayerAutomaticResponseOutputBuilder { /* private fields */ }Expand description
A builder for EnableApplicationLayerAutomaticResponseOutput.
Implementations§
source§impl EnableApplicationLayerAutomaticResponseOutputBuilder
 
impl EnableApplicationLayerAutomaticResponseOutputBuilder
sourcepub fn build(self) -> EnableApplicationLayerAutomaticResponseOutput
 
pub fn build(self) -> EnableApplicationLayerAutomaticResponseOutput
Consumes the builder and constructs a EnableApplicationLayerAutomaticResponseOutput.
Trait Implementations§
source§impl Clone for EnableApplicationLayerAutomaticResponseOutputBuilder
 
impl Clone for EnableApplicationLayerAutomaticResponseOutputBuilder
source§fn clone(&self) -> EnableApplicationLayerAutomaticResponseOutputBuilder
 
fn clone(&self) -> EnableApplicationLayerAutomaticResponseOutputBuilder
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 EnableApplicationLayerAutomaticResponseOutputBuilder
 
impl Default for EnableApplicationLayerAutomaticResponseOutputBuilder
source§fn default() -> EnableApplicationLayerAutomaticResponseOutputBuilder
 
fn default() -> EnableApplicationLayerAutomaticResponseOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for EnableApplicationLayerAutomaticResponseOutputBuilder
 
impl PartialEq for EnableApplicationLayerAutomaticResponseOutputBuilder
source§fn eq(
    &self,
    other: &EnableApplicationLayerAutomaticResponseOutputBuilder
) -> bool
 
fn eq( &self, other: &EnableApplicationLayerAutomaticResponseOutputBuilder ) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for EnableApplicationLayerAutomaticResponseOutputBuilder
Auto Trait Implementations§
impl Freeze for EnableApplicationLayerAutomaticResponseOutputBuilder
impl RefUnwindSafe for EnableApplicationLayerAutomaticResponseOutputBuilder
impl Send for EnableApplicationLayerAutomaticResponseOutputBuilder
impl Sync for EnableApplicationLayerAutomaticResponseOutputBuilder
impl Unpin for EnableApplicationLayerAutomaticResponseOutputBuilder
impl UnwindSafe for EnableApplicationLayerAutomaticResponseOutputBuilder
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.