Struct aws_sdk_shield::operation::disable_application_layer_automatic_response::builders::DisableApplicationLayerAutomaticResponseInputBuilder
source · #[non_exhaustive]pub struct DisableApplicationLayerAutomaticResponseInputBuilder { /* private fields */ }
Expand description
A builder for DisableApplicationLayerAutomaticResponseInput
.
Implementations§
source§impl DisableApplicationLayerAutomaticResponseInputBuilder
impl DisableApplicationLayerAutomaticResponseInputBuilder
sourcepub fn resource_arn(self, input: impl Into<String>) -> Self
pub fn resource_arn(self, input: impl Into<String>) -> Self
The ARN (Amazon Resource Name) of the protected resource.
sourcepub fn set_resource_arn(self, input: Option<String>) -> Self
pub fn set_resource_arn(self, input: Option<String>) -> Self
The ARN (Amazon Resource Name) of the protected resource.
sourcepub fn build(
self
) -> Result<DisableApplicationLayerAutomaticResponseInput, BuildError>
pub fn build( self ) -> Result<DisableApplicationLayerAutomaticResponseInput, BuildError>
Consumes the builder and constructs a DisableApplicationLayerAutomaticResponseInput
.
Trait Implementations§
source§impl Clone for DisableApplicationLayerAutomaticResponseInputBuilder
impl Clone for DisableApplicationLayerAutomaticResponseInputBuilder
source§fn clone(&self) -> DisableApplicationLayerAutomaticResponseInputBuilder
fn clone(&self) -> DisableApplicationLayerAutomaticResponseInputBuilder
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 DisableApplicationLayerAutomaticResponseInputBuilder
impl Default for DisableApplicationLayerAutomaticResponseInputBuilder
source§fn default() -> DisableApplicationLayerAutomaticResponseInputBuilder
fn default() -> DisableApplicationLayerAutomaticResponseInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DisableApplicationLayerAutomaticResponseInputBuilder> for DisableApplicationLayerAutomaticResponseInputBuilder
impl PartialEq<DisableApplicationLayerAutomaticResponseInputBuilder> for DisableApplicationLayerAutomaticResponseInputBuilder
source§fn eq(
&self,
other: &DisableApplicationLayerAutomaticResponseInputBuilder
) -> bool
fn eq( &self, other: &DisableApplicationLayerAutomaticResponseInputBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.