@Generated(value="software.amazon.awssdk:codegen") public class Predicate extends Object implements StructuredPojo, ToCopyableBuilder<Predicate.Builder,Predicate>
Specifies the ByteMatchSet, IPSet, SqlInjectionMatchSet, XssMatchSet,
RegexMatchSet, GeoMatchSet, 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 and Description |
|---|---|
static interface |
Predicate.Builder |
| Modifier and Type | Method and 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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,
RegexMatchSet, GeoMatchSet, 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() |
PredicateType |
type()
The type of predicate in a
Rule, such as ByteMatchSet or IPSet. |
String |
typeAsString()
The type of predicate in a
Rule, such as ByteMatchSet or IPSet. |
copypublic 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,
RegexMatchSet, GeoMatchSet, 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, RegexMatchSet, GeoMatchSet, 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, RegexMatchSet, GeoMatchSet, 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, RegexMatchSet, GeoMatchSet, 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 PredicateType type()
The type of predicate in a Rule, such as ByteMatchSet or IPSet.
If the service returns an enum value that is not available in the current SDK version, type will return
PredicateType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
Rule, such as ByteMatchSet or IPSet.PredicateTypepublic String typeAsString()
The type of predicate in a Rule, such as ByteMatchSet or IPSet.
If the service returns an enum value that is not available in the current SDK version, type will return
PredicateType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
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.