Struct aws_sdk_waf::operation::delete_sql_injection_match_set::builders::DeleteSqlInjectionMatchSetInputBuilder
source · #[non_exhaustive]pub struct DeleteSqlInjectionMatchSetInputBuilder { /* private fields */ }Expand description
A builder for DeleteSqlInjectionMatchSetInput.
Implementations§
source§impl DeleteSqlInjectionMatchSetInputBuilder
impl DeleteSqlInjectionMatchSetInputBuilder
sourcepub fn sql_injection_match_set_id(self, input: impl Into<String>) -> Self
pub fn sql_injection_match_set_id(self, input: impl Into<String>) -> Self
The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
sourcepub fn set_sql_injection_match_set_id(self, input: Option<String>) -> Self
pub fn set_sql_injection_match_set_id(self, input: Option<String>) -> Self
The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
sourcepub fn change_token(self, input: impl Into<String>) -> Self
pub fn change_token(self, input: impl Into<String>) -> Self
The value returned by the most recent call to GetChangeToken.
sourcepub fn set_change_token(self, input: Option<String>) -> Self
pub fn set_change_token(self, input: Option<String>) -> Self
The value returned by the most recent call to GetChangeToken.
sourcepub fn build(self) -> Result<DeleteSqlInjectionMatchSetInput, BuildError>
pub fn build(self) -> Result<DeleteSqlInjectionMatchSetInput, BuildError>
Consumes the builder and constructs a DeleteSqlInjectionMatchSetInput.
Trait Implementations§
source§impl Clone for DeleteSqlInjectionMatchSetInputBuilder
impl Clone for DeleteSqlInjectionMatchSetInputBuilder
source§fn clone(&self) -> DeleteSqlInjectionMatchSetInputBuilder
fn clone(&self) -> DeleteSqlInjectionMatchSetInputBuilder
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 DeleteSqlInjectionMatchSetInputBuilder
impl Default for DeleteSqlInjectionMatchSetInputBuilder
source§fn default() -> DeleteSqlInjectionMatchSetInputBuilder
fn default() -> DeleteSqlInjectionMatchSetInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteSqlInjectionMatchSetInputBuilder> for DeleteSqlInjectionMatchSetInputBuilder
impl PartialEq<DeleteSqlInjectionMatchSetInputBuilder> for DeleteSqlInjectionMatchSetInputBuilder
source§fn eq(&self, other: &DeleteSqlInjectionMatchSetInputBuilder) -> bool
fn eq(&self, other: &DeleteSqlInjectionMatchSetInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.