public class SqlInjectionMatchSetSummary
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The Id
and Name
of a
SqlInjectionMatchSet
.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name
The name of the
SqlInjectionMatchSet , if any, specified by
Id . |
private java.lang.String |
sqlInjectionMatchSetId
A unique identifier for a
SqlInjectionMatchSet . |
Constructor and Description |
---|
SqlInjectionMatchSetSummary() |
Modifier and Type | Method and Description |
---|---|
SqlInjectionMatchSetSummary |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
The name of the
SqlInjectionMatchSet , if any, specified by
Id . |
java.lang.String |
getSqlInjectionMatchSetId()
A unique identifier for a
SqlInjectionMatchSet . |
int |
hashCode() |
void |
setName(java.lang.String name)
The name of the
SqlInjectionMatchSet , if any, specified by
Id . |
void |
setSqlInjectionMatchSetId(java.lang.String sqlInjectionMatchSetId)
A unique identifier for a
SqlInjectionMatchSet . |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
SqlInjectionMatchSetSummary |
withName(java.lang.String name)
The name of the
SqlInjectionMatchSet , if any, specified by
Id . |
SqlInjectionMatchSetSummary |
withSqlInjectionMatchSetId(java.lang.String sqlInjectionMatchSetId)
A unique identifier for a
SqlInjectionMatchSet . |
private java.lang.String sqlInjectionMatchSetId
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.
private java.lang.String name
The name of the SqlInjectionMatchSet
, if any, specified by
Id
.
public void setSqlInjectionMatchSetId(java.lang.String sqlInjectionMatchSetId)
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.
sqlInjectionMatchSetId
- 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.
public java.lang.String getSqlInjectionMatchSetId()
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.
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.
public SqlInjectionMatchSetSummary withSqlInjectionMatchSetId(java.lang.String sqlInjectionMatchSetId)
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.
sqlInjectionMatchSetId
- 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.
public void setName(java.lang.String name)
The name of the SqlInjectionMatchSet
, if any, specified by
Id
.
name
- The name of the SqlInjectionMatchSet
, if any,
specified by Id
.public java.lang.String getName()
The name of the SqlInjectionMatchSet
, if any, specified by
Id
.
SqlInjectionMatchSet
, if any,
specified by Id
.public SqlInjectionMatchSetSummary withName(java.lang.String name)
The name of the SqlInjectionMatchSet
, if any, specified by
Id
.
name
- The name of the SqlInjectionMatchSet
, if any,
specified by Id
.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public SqlInjectionMatchSetSummary clone()
clone
in class java.lang.Object