StructuredPojo
, ToCopyableBuilder<XssMatchSetUpdate.Builder,XssMatchSetUpdate>
@Generated("software.amazon.awssdk:codegen") public class XssMatchSetUpdate extends Object implements StructuredPojo, ToCopyableBuilder<XssMatchSetUpdate.Builder,XssMatchSetUpdate>
Specifies the part of a web request that you want to inspect for cross-site scripting attacks and indicates whether
you want to add the specification to an XssMatchSet or delete it from an XssMatchSet
.
Modifier and Type | Class | Description |
---|---|---|
static interface |
XssMatchSetUpdate.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
action() |
|
static XssMatchSetUpdate.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends XssMatchSetUpdate.Builder> |
serializableBuilderClass() |
|
XssMatchSetUpdate.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
XssMatchTuple |
xssMatchTuple() |
Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you
want AWS WAF to inspect a header, the name of the header.
|
public String action()
Specify INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.
INSERT
to add a XssMatchSetUpdate to an XssMatchSet. Use
DELETE
to remove a XssMatchSetUpdate
from an XssMatchSet
.ChangeAction
public XssMatchTuple xssMatchTuple()
Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.
public XssMatchSetUpdate.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<XssMatchSetUpdate.Builder,XssMatchSetUpdate>
public static XssMatchSetUpdate.Builder builder()
public static Class<? extends XssMatchSetUpdate.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.