StructuredPojo, ToCopyableBuilder<Predicate.Builder,Predicate>@Generated("software.amazon.awssdk:codegen") public class Predicate extends Object implements StructuredPojo, ToCopyableBuilder<Predicate.Builder,Predicate>
Specifies the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet, and
SizeConstraintSet objects that you want to add to a Rule and, for each object, indicates whether
you want to negate the settings, for example, requests that do NOT originate from the IP address 192.0.2.44.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
Predicate.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static Predicate.Builder |
builder() |
|
String |
dataId() |
A unique identifier for a predicate in a
Rule, such as ByteMatchSetId or
IPSetId. |
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
Boolean |
negated() |
Set
Negated to False if you want AWS WAF to allow, block, or count requests based on
the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet,
or SizeConstraintSet. |
static Class<? extends Predicate.Builder> |
serializableBuilderClass() |
|
Predicate.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The type of predicate in a
Rule, such as ByteMatchSet or IPSet. |
public Boolean negated()
Set Negated to False if you want AWS WAF to allow, block, or count requests based on
the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet,
or SizeConstraintSet. For example, if an IPSet includes the IP address
192.0.2.44, AWS WAF will allow or block requests based on that IP address.
Set Negated to True if you want AWS WAF to allow or block a request based on the
negation of the settings in the ByteMatchSet, IPSet, SqlInjectionMatchSet,
XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP address
192.0.2.44, AWS WAF will allow, block, or count requests based on all IP addresses except
192.0.2.44.
Negated to False if you want AWS WAF to allow, block, or count requests
based on the settings in the specified ByteMatchSet, IPSet, SqlInjectionMatchSet,
XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP
address 192.0.2.44, AWS WAF will allow or block requests based on that IP address.
Set Negated to True if you want AWS WAF to allow or block a request based on
the negation of the settings in the ByteMatchSet, IPSet, SqlInjectionMatchSet,
XssMatchSet, or SizeConstraintSet. For example, if an IPSet includes the IP
address 192.0.2.44, AWS WAF will allow, block, or count requests based on all IP addresses
except 192.0.2.44.
public String type()
The type of predicate in a Rule, such as ByteMatchSet or IPSet.
Rule, such as ByteMatchSet or IPSet.PredicateTypepublic String dataId()
A unique identifier for a predicate in a Rule, such as ByteMatchSetId or
IPSetId. The ID is returned by the corresponding Create or List command.
Rule, such as ByteMatchSetId or
IPSetId. The ID is returned by the corresponding Create or List
command.public Predicate.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Predicate.Builder,Predicate>public static Predicate.Builder builder()
public static Class<? extends Predicate.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.