Struct aws_sdk_waf::operation::get_sql_injection_match_set::builders::GetSqlInjectionMatchSetOutputBuilder    
source · #[non_exhaustive]pub struct GetSqlInjectionMatchSetOutputBuilder { /* private fields */ }Expand description
A builder for GetSqlInjectionMatchSetOutput.
Implementations§
source§impl GetSqlInjectionMatchSetOutputBuilder
 
impl GetSqlInjectionMatchSetOutputBuilder
sourcepub fn sql_injection_match_set(self, input: SqlInjectionMatchSet) -> Self
 
pub fn sql_injection_match_set(self, input: SqlInjectionMatchSet) -> Self
Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:
-  
SqlInjectionMatchSet: ContainsName,SqlInjectionMatchSetId, and an array ofSqlInjectionMatchTupleobjects -  
SqlInjectionMatchTuple: EachSqlInjectionMatchTupleobject containsFieldToMatchandTextTransformation -  
FieldToMatch: ContainsDataandType 
sourcepub fn set_sql_injection_match_set(
    self,
    input: Option<SqlInjectionMatchSet>
) -> Self
 
pub fn set_sql_injection_match_set( self, input: Option<SqlInjectionMatchSet> ) -> Self
Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:
-  
SqlInjectionMatchSet: ContainsName,SqlInjectionMatchSetId, and an array ofSqlInjectionMatchTupleobjects -  
SqlInjectionMatchTuple: EachSqlInjectionMatchTupleobject containsFieldToMatchandTextTransformation -  
FieldToMatch: ContainsDataandType 
sourcepub fn get_sql_injection_match_set(&self) -> &Option<SqlInjectionMatchSet>
 
pub fn get_sql_injection_match_set(&self) -> &Option<SqlInjectionMatchSet>
Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet request. For more information, see the following topics:
-  
SqlInjectionMatchSet: ContainsName,SqlInjectionMatchSetId, and an array ofSqlInjectionMatchTupleobjects -  
SqlInjectionMatchTuple: EachSqlInjectionMatchTupleobject containsFieldToMatchandTextTransformation -  
FieldToMatch: ContainsDataandType 
sourcepub fn build(self) -> GetSqlInjectionMatchSetOutput
 
pub fn build(self) -> GetSqlInjectionMatchSetOutput
Consumes the builder and constructs a GetSqlInjectionMatchSetOutput.
Trait Implementations§
source§impl Clone for GetSqlInjectionMatchSetOutputBuilder
 
impl Clone for GetSqlInjectionMatchSetOutputBuilder
source§fn clone(&self) -> GetSqlInjectionMatchSetOutputBuilder
 
fn clone(&self) -> GetSqlInjectionMatchSetOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for GetSqlInjectionMatchSetOutputBuilder
 
impl Default for GetSqlInjectionMatchSetOutputBuilder
source§fn default() -> GetSqlInjectionMatchSetOutputBuilder
 
fn default() -> GetSqlInjectionMatchSetOutputBuilder
source§impl PartialEq for GetSqlInjectionMatchSetOutputBuilder
 
impl PartialEq for GetSqlInjectionMatchSetOutputBuilder
source§fn eq(&self, other: &GetSqlInjectionMatchSetOutputBuilder) -> bool
 
fn eq(&self, other: &GetSqlInjectionMatchSetOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.