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<EnableApplicationLayerAutomaticResponseOutputBuilder> for EnableApplicationLayerAutomaticResponseOutputBuilder
impl PartialEq<EnableApplicationLayerAutomaticResponseOutputBuilder> 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 ==
.