Class SqlInjectionMatchSetSummary
- All Implemented Interfaces:
Serializable
,Cloneable
The Id
and Name
of a
SqlInjectionMatchSet
.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getName()
The name of theSqlInjectionMatchSet
, if any, specified byId
.A unique identifier for aSqlInjectionMatchSet
.int
hashCode()
void
The name of theSqlInjectionMatchSet
, if any, specified byId
.void
setSqlInjectionMatchSetId
(String sqlInjectionMatchSetId) A unique identifier for aSqlInjectionMatchSet
.toString()
Returns a string representation of this object; useful for testing and debugging.The name of theSqlInjectionMatchSet
, if any, specified byId
.withSqlInjectionMatchSetId
(String sqlInjectionMatchSetId) A unique identifier for aSqlInjectionMatchSet
.
-
Constructor Details
-
SqlInjectionMatchSetSummary
public SqlInjectionMatchSetSummary()
-
-
Method Details
-
setSqlInjectionMatchSetId
A unique identifier for a
SqlInjectionMatchSet
. You useSqlInjectionMatchSetId
to get information about aSqlInjectionMatchSet
(see GetSqlInjectionMatchSet), update aSqlInjectionMatchSet
(see UpdateSqlInjectionMatchSet), insert aSqlInjectionMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aSqlInjectionMatchSet
from AWS WAF (see DeleteSqlInjectionMatchSet).SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.- Parameters:
sqlInjectionMatchSetId
- A unique identifier for aSqlInjectionMatchSet
. You useSqlInjectionMatchSetId
to get information about aSqlInjectionMatchSet
(see GetSqlInjectionMatchSet), update aSqlInjectionMatchSet
(see UpdateSqlInjectionMatchSet), insert aSqlInjectionMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aSqlInjectionMatchSet
from AWS WAF (see DeleteSqlInjectionMatchSet).SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
-
getSqlInjectionMatchSetId
A unique identifier for a
SqlInjectionMatchSet
. You useSqlInjectionMatchSetId
to get information about aSqlInjectionMatchSet
(see GetSqlInjectionMatchSet), update aSqlInjectionMatchSet
(see UpdateSqlInjectionMatchSet), insert aSqlInjectionMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aSqlInjectionMatchSet
from AWS WAF (see DeleteSqlInjectionMatchSet).SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.- Returns:
- A unique identifier for a
SqlInjectionMatchSet
. You useSqlInjectionMatchSetId
to get information about aSqlInjectionMatchSet
(see GetSqlInjectionMatchSet), update aSqlInjectionMatchSet
(see UpdateSqlInjectionMatchSet), insert aSqlInjectionMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aSqlInjectionMatchSet
from AWS WAF (see DeleteSqlInjectionMatchSet).SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
-
withSqlInjectionMatchSetId
A unique identifier for a
SqlInjectionMatchSet
. You useSqlInjectionMatchSetId
to get information about aSqlInjectionMatchSet
(see GetSqlInjectionMatchSet), update aSqlInjectionMatchSet
(see UpdateSqlInjectionMatchSet), insert aSqlInjectionMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aSqlInjectionMatchSet
from AWS WAF (see DeleteSqlInjectionMatchSet).SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.- Parameters:
sqlInjectionMatchSetId
- A unique identifier for aSqlInjectionMatchSet
. You useSqlInjectionMatchSetId
to get information about aSqlInjectionMatchSet
(see GetSqlInjectionMatchSet), update aSqlInjectionMatchSet
(see UpdateSqlInjectionMatchSet), insert aSqlInjectionMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aSqlInjectionMatchSet
from AWS WAF (see DeleteSqlInjectionMatchSet).SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setName
The name of the
SqlInjectionMatchSet
, if any, specified byId
.- Parameters:
name
- The name of theSqlInjectionMatchSet
, if any, specified byId
.
-
getName
The name of the
SqlInjectionMatchSet
, if any, specified byId
.- Returns:
- The name of the
SqlInjectionMatchSet
, if any, specified byId
.
-
withName
The name of the
SqlInjectionMatchSet
, if any, specified byId
.- Parameters:
name
- The name of theSqlInjectionMatchSet
, if any, specified byId
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-