Struct aws_sdk_waf::operation::delete_sql_injection_match_set::DeleteSqlInjectionMatchSetInput
source · #[non_exhaustive]pub struct DeleteSqlInjectionMatchSetInput { /* private fields */ }Expand description
A request to delete a SqlInjectionMatchSet from AWS WAF.
Implementations§
source§impl DeleteSqlInjectionMatchSetInput
impl DeleteSqlInjectionMatchSetInput
sourcepub fn sql_injection_match_set_id(&self) -> Option<&str>
pub fn sql_injection_match_set_id(&self) -> Option<&str>
The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
sourcepub fn change_token(&self) -> Option<&str>
pub fn change_token(&self) -> Option<&str>
The value returned by the most recent call to GetChangeToken.
source§impl DeleteSqlInjectionMatchSetInput
impl DeleteSqlInjectionMatchSetInput
sourcepub fn builder() -> DeleteSqlInjectionMatchSetInputBuilder
pub fn builder() -> DeleteSqlInjectionMatchSetInputBuilder
Creates a new builder-style object to manufacture DeleteSqlInjectionMatchSetInput.
source§impl DeleteSqlInjectionMatchSetInput
impl DeleteSqlInjectionMatchSetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteSqlInjectionMatchSet, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteSqlInjectionMatchSet, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteSqlInjectionMatchSet>
Trait Implementations§
source§impl Clone for DeleteSqlInjectionMatchSetInput
impl Clone for DeleteSqlInjectionMatchSetInput
source§fn clone(&self) -> DeleteSqlInjectionMatchSetInput
fn clone(&self) -> DeleteSqlInjectionMatchSetInput
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<DeleteSqlInjectionMatchSetInput> for DeleteSqlInjectionMatchSetInput
impl PartialEq<DeleteSqlInjectionMatchSetInput> for DeleteSqlInjectionMatchSetInput
source§fn eq(&self, other: &DeleteSqlInjectionMatchSetInput) -> bool
fn eq(&self, other: &DeleteSqlInjectionMatchSetInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.