#[non_exhaustive]pub struct DisableApplicationLayerAutomaticResponseInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for DisableApplicationLayerAutomaticResponseInput
impl Clone for DisableApplicationLayerAutomaticResponseInput
sourcefn clone(&self) -> DisableApplicationLayerAutomaticResponseInput
fn clone(&self) -> DisableApplicationLayerAutomaticResponseInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<DisableApplicationLayerAutomaticResponseInput> for DisableApplicationLayerAutomaticResponseInput
impl PartialEq<DisableApplicationLayerAutomaticResponseInput> for DisableApplicationLayerAutomaticResponseInput
sourcefn eq(&self, other: &DisableApplicationLayerAutomaticResponseInput) -> bool
fn eq(&self, other: &DisableApplicationLayerAutomaticResponseInput) -> bool
impl StructuralPartialEq for DisableApplicationLayerAutomaticResponseInput
Auto Trait Implementations
impl RefUnwindSafe for DisableApplicationLayerAutomaticResponseInput
impl Send for DisableApplicationLayerAutomaticResponseInput
impl Sync for DisableApplicationLayerAutomaticResponseInput
impl Unpin for DisableApplicationLayerAutomaticResponseInput
impl UnwindSafe for DisableApplicationLayerAutomaticResponseInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more