@Generated(value="software.amazon.awssdk:codegen") public final class All extends Object implements SdkPojo, Serializable, ToCopyableBuilder<All.Builder,All>
Inspect all of the elements that WAF has parsed and extracted from the web request component that you've identified in your FieldToMatch specifications.
This is used in the FieldToMatch specification for some web request component types.
JSON specification: "All": {}
| Modifier and Type | Class and Description |
|---|---|
static interface |
All.Builder |
| Modifier and Type | Method and Description |
|---|---|
static All.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends All.Builder> |
serializableBuilderClass() |
All.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic All.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<All.Builder,All>public static All.Builder builder()
public static Class<? extends All.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.