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