@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SqlInjectionMatchSetSummary extends Object implements Serializable, Cloneable, StructuredPojo
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
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
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 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(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(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 ObjectObject.toString()public SqlInjectionMatchSetSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.