@Generated(value="software.amazon.awssdk:codegen") public final class SqlInjectionMatchSetSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SqlInjectionMatchSetSummary.Builder,SqlInjectionMatchSetSummary>
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the
SqlInjectionMatchSet, if any, specified by Id. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SqlInjectionMatchSetSummary.Builder> |
serializableBuilderClass() |
String |
sqlInjectionMatchSetId()
A unique identifier for a
SqlInjectionMatchSet. |
SqlInjectionMatchSetSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 final String name()
The name of the SqlInjectionMatchSet, if any, specified by Id.
SqlInjectionMatchSet, if any, specified by Id.public SqlInjectionMatchSetSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SqlInjectionMatchSetSummary.Builder,SqlInjectionMatchSetSummary>public static SqlInjectionMatchSetSummary.Builder builder()
public static Class<? extends SqlInjectionMatchSetSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.