StructuredPojo, ToCopyableBuilder<ByteMatchSetUpdate.Builder,ByteMatchSetUpdate>@Generated("software.amazon.awssdk:codegen") public class ByteMatchSetUpdate extends Object implements StructuredPojo, ToCopyableBuilder<ByteMatchSetUpdate.Builder,ByteMatchSetUpdate>
In an UpdateByteMatchSet request, ByteMatchSetUpdate specifies whether to insert or delete a
ByteMatchTuple and includes the settings for the ByteMatchTuple.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ByteMatchSetUpdate.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
String |
action() |
Specifies whether to insert or delete a ByteMatchTuple.
|
static ByteMatchSetUpdate.Builder |
builder() |
|
ByteMatchTuple |
byteMatchTuple() |
Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF
to search for.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends ByteMatchSetUpdate.Builder> |
serializableBuilderClass() |
|
ByteMatchSetUpdate.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()
Specifies whether to insert or delete a ByteMatchTuple.
ChangeActionpublic ByteMatchTuple byteMatchTuple()
Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF
to search for. If you specify DELETE for the value of Action, the
ByteMatchTuple values must exactly match the values in the ByteMatchTuple that you want
to delete from the ByteMatchSet.
DELETE for the value of Action, the
ByteMatchTuple values must exactly match the values in the ByteMatchTuple that
you want to delete from the ByteMatchSet.public ByteMatchSetUpdate.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ByteMatchSetUpdate.Builder,ByteMatchSetUpdate>public static ByteMatchSetUpdate.Builder builder()
public static Class<? extends ByteMatchSetUpdate.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.