Class SqlInjectionMatchSetSummary
- java.lang.Object
-
- com.amazonaws.services.waf.model.SqlInjectionMatchSetSummary
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class SqlInjectionMatchSetSummary extends Object implements Serializable, Cloneable
The
Id
andName
of aSqlInjectionMatchSet
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SqlInjectionMatchSetSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SqlInjectionMatchSetSummary
clone()
boolean
equals(Object obj)
String
getName()
The name of theSqlInjectionMatchSet
, if any, specified byId
.String
getSqlInjectionMatchSetId()
A unique identifier for aSqlInjectionMatchSet
.int
hashCode()
void
setName(String name)
The name of theSqlInjectionMatchSet
, if any, specified byId
.void
setSqlInjectionMatchSetId(String sqlInjectionMatchSetId)
A unique identifier for aSqlInjectionMatchSet
.String
toString()
Returns a string representation of this object; useful for testing and debugging.SqlInjectionMatchSetSummary
withName(String name)
The name of theSqlInjectionMatchSet
, if any, specified byId
.SqlInjectionMatchSetSummary
withSqlInjectionMatchSetId(String sqlInjectionMatchSetId)
A unique identifier for aSqlInjectionMatchSet
.
-
-
-
Method Detail
-
setSqlInjectionMatchSetId
public void setSqlInjectionMatchSetId(String sqlInjectionMatchSetId)
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
public String 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
public SqlInjectionMatchSetSummary withSqlInjectionMatchSetId(String sqlInjectionMatchSetId)
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
public void setName(String name)
The name of the
SqlInjectionMatchSet
, if any, specified byId
.- Parameters:
name
- The name of theSqlInjectionMatchSet
, if any, specified byId
.
-
getName
public String getName()
The name of the
SqlInjectionMatchSet
, if any, specified byId
.- Returns:
- The name of the
SqlInjectionMatchSet
, if any, specified byId
.
-
withName
public SqlInjectionMatchSetSummary withName(String name)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public SqlInjectionMatchSetSummary clone()
-
-