Struct aws_sdk_shield::operation::disable_application_layer_automatic_response::DisableApplicationLayerAutomaticResponseInput
source · #[non_exhaustive]pub struct DisableApplicationLayerAutomaticResponseInput { /* private fields */ }Implementations§
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.
source§impl DisableApplicationLayerAutomaticResponseInput
impl DisableApplicationLayerAutomaticResponseInput
sourcepub fn builder() -> DisableApplicationLayerAutomaticResponseInputBuilder
pub fn builder() -> DisableApplicationLayerAutomaticResponseInputBuilder
Creates a new builder-style object to manufacture DisableApplicationLayerAutomaticResponseInput.
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>
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 ==.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more