#[non_exhaustive]pub struct DisableApplicationLayerAutomaticResponseInput { /* private fields */ }
Implementations§
source§impl DisableApplicationLayerAutomaticResponseInput
impl DisableApplicationLayerAutomaticResponseInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisableApplicationLayerAutomaticResponse, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisableApplicationLayerAutomaticResponse, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisableApplicationLayerAutomaticResponse
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisableApplicationLayerAutomaticResponseInput
.
source§impl DisableApplicationLayerAutomaticResponseInput
impl DisableApplicationLayerAutomaticResponseInput
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The ARN (Amazon Resource Name) of the protected resource.
Trait Implementations§
source§impl Clone for DisableApplicationLayerAutomaticResponseInput
impl Clone for DisableApplicationLayerAutomaticResponseInput
source§fn clone(&self) -> DisableApplicationLayerAutomaticResponseInput
fn clone(&self) -> DisableApplicationLayerAutomaticResponseInput
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 PartialEq<DisableApplicationLayerAutomaticResponseInput> for DisableApplicationLayerAutomaticResponseInput
impl PartialEq<DisableApplicationLayerAutomaticResponseInput> for DisableApplicationLayerAutomaticResponseInput
source§fn eq(&self, other: &DisableApplicationLayerAutomaticResponseInput) -> bool
fn eq(&self, other: &DisableApplicationLayerAutomaticResponseInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.