@Generated(value="software.amazon.awssdk:codegen") public final class AwsWafv2CustomHttpHeader extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsWafv2CustomHttpHeader.Builder,AwsWafv2CustomHttpHeader>
A custom header for custom request and response handling.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsWafv2CustomHttpHeader.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsWafv2CustomHttpHeader.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the custom header.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsWafv2CustomHttpHeader.Builder> |
serializableBuilderClass() |
AwsWafv2CustomHttpHeader.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value of the custom header.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the custom header.
public final String value()
The value of the custom header.
public AwsWafv2CustomHttpHeader.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsWafv2CustomHttpHeader.Builder,AwsWafv2CustomHttpHeader>public static AwsWafv2CustomHttpHeader.Builder builder()
public static Class<? extends AwsWafv2CustomHttpHeader.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.