@Generated(value="software.amazon.awssdk:codegen") public final class ExcludedRule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExcludedRule.Builder,ExcludedRule>
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
The rule to exclude from a rule group. This is applicable only when the ActivatedRule refers to a
RuleGroup. The rule must belong to the RuleGroup that is specified by the
ActivatedRule.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExcludedRule.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExcludedRule.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ruleId()
The unique identifier for the rule to exclude from the rule group.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExcludedRule.Builder> |
serializableBuilderClass() |
ExcludedRule.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String ruleId()
The unique identifier for the rule to exclude from the rule group.
public ExcludedRule.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExcludedRule.Builder,ExcludedRule>public static ExcludedRule.Builder builder()
public static Class<? extends ExcludedRule.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.