@Generated(value="software.amazon.awssdk:codegen") public class SqlInjectionMatchSetSummary extends Object implements StructuredPojo, ToCopyableBuilder<SqlInjectionMatchSetSummary.Builder,SqlInjectionMatchSetSummary>
The Id and Name of a SqlInjectionMatchSet.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SqlInjectionMatchSetSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SqlInjectionMatchSetSummary.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
name()
The name of the
SqlInjectionMatchSet, if any, specified by Id. |
static Class<? extends SqlInjectionMatchSetSummary.Builder> |
serializableBuilderClass() |
String |
sqlInjectionMatchSetId()
A unique identifier for a
SqlInjectionMatchSet. |
SqlInjectionMatchSetSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic 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.
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 name()
The name of the SqlInjectionMatchSet, if any, specified by Id.
SqlInjectionMatchSet, if any, specified by Id.public SqlInjectionMatchSetSummary.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<SqlInjectionMatchSetSummary.Builder,SqlInjectionMatchSetSummary>public static SqlInjectionMatchSetSummary.Builder builder()
public static Class<? extends SqlInjectionMatchSetSummary.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.