@Generated(value="software.amazon.awssdk:codegen") public final class SqlInjectionMatchSetUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SqlInjectionMatchSetUpdate.Builder,SqlInjectionMatchSetUpdate>
Specifies the part of a web request that you want to inspect for snippets of malicious SQL code and indicates whether
you want to add the specification to a SqlInjectionMatchSet or delete it from a
SqlInjectionMatchSet
.
Modifier and Type | Class and Description |
---|---|
static interface |
SqlInjectionMatchSetUpdate.Builder |
Modifier and Type | Method and Description |
---|---|
ChangeAction |
action()
|
String |
actionAsString()
|
static SqlInjectionMatchSetUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SqlInjectionMatchSetUpdate.Builder> |
serializableBuilderClass() |
SqlInjectionMatchTuple |
sqlInjectionMatchTuple()
Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if
you want AWS WAF to inspect a header, the name of the header.
|
SqlInjectionMatchSetUpdate.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public ChangeAction action()
Specify INSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use
DELETE
to remove a SqlInjectionMatchSetUpdate
from a SqlInjectionMatchSet
.
If the service returns an enum value that is not available in the current SDK version, action
will
return ChangeAction.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
actionAsString()
.
INSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet.
Use DELETE
to remove a SqlInjectionMatchSetUpdate
from a
SqlInjectionMatchSet
.ChangeAction
public String actionAsString()
Specify INSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use
DELETE
to remove a SqlInjectionMatchSetUpdate
from a SqlInjectionMatchSet
.
If the service returns an enum value that is not available in the current SDK version, action
will
return ChangeAction.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
actionAsString()
.
INSERT
to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet.
Use DELETE
to remove a SqlInjectionMatchSetUpdate
from a
SqlInjectionMatchSet
.ChangeAction
public SqlInjectionMatchTuple sqlInjectionMatchTuple()
Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
public SqlInjectionMatchSetUpdate.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SqlInjectionMatchSetUpdate.Builder,SqlInjectionMatchSetUpdate>
public static SqlInjectionMatchSetUpdate.Builder builder()
public static Class<? extends SqlInjectionMatchSetUpdate.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.