StructuredPojo, ToCopyableBuilder<SqlInjectionMatchSetUpdate.Builder,SqlInjectionMatchSetUpdate>@Generated("software.amazon.awssdk:codegen") public class SqlInjectionMatchSetUpdate extends Object implements StructuredPojo, 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 | Description |
|---|---|---|
static interface |
SqlInjectionMatchSetUpdate.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
String |
action() |
|
static SqlInjectionMatchSetUpdate.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
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() |
public String action()
Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use
DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.
INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet.
Use DELETE to remove a SqlInjectionMatchSetUpdate from a
SqlInjectionMatchSet.ChangeActionpublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<SqlInjectionMatchSetUpdate.Builder,SqlInjectionMatchSetUpdate>public static SqlInjectionMatchSetUpdate.Builder builder()
public static Class<? extends SqlInjectionMatchSetUpdate.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.