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