#[non_exhaustive]pub struct SqlInjectionMatchSetSummaryBuilder { /* private fields */ }Expand description
A builder for SqlInjectionMatchSetSummary.
Implementations§
source§impl SqlInjectionMatchSetSummaryBuilder
impl SqlInjectionMatchSetSummaryBuilder
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
A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).
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
A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).
SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
sourcepub fn get_sql_injection_match_set_id(&self) -> &Option<String>
pub fn get_sql_injection_match_set_id(&self) -> &Option<String>
A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).
SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the SqlInjectionMatchSet, if any, specified by Id.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name of the SqlInjectionMatchSet, if any, specified by Id.
sourcepub fn get_name(&self) -> &Option<String>
pub fn get_name(&self) -> &Option<String>
The name of the SqlInjectionMatchSet, if any, specified by Id.
sourcepub fn build(self) -> SqlInjectionMatchSetSummary
pub fn build(self) -> SqlInjectionMatchSetSummary
Consumes the builder and constructs a SqlInjectionMatchSetSummary.
Trait Implementations§
source§impl Clone for SqlInjectionMatchSetSummaryBuilder
impl Clone for SqlInjectionMatchSetSummaryBuilder
source§fn clone(&self) -> SqlInjectionMatchSetSummaryBuilder
fn clone(&self) -> SqlInjectionMatchSetSummaryBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for SqlInjectionMatchSetSummaryBuilder
impl Default for SqlInjectionMatchSetSummaryBuilder
source§fn default() -> SqlInjectionMatchSetSummaryBuilder
fn default() -> SqlInjectionMatchSetSummaryBuilder
source§impl PartialEq<SqlInjectionMatchSetSummaryBuilder> for SqlInjectionMatchSetSummaryBuilder
impl PartialEq<SqlInjectionMatchSetSummaryBuilder> for SqlInjectionMatchSetSummaryBuilder
source§fn eq(&self, other: &SqlInjectionMatchSetSummaryBuilder) -> bool
fn eq(&self, other: &SqlInjectionMatchSetSummaryBuilder) -> bool
self and other values to be equal, and is used
by ==.