@Generated(value="software.amazon.awssdk:codegen") public final class ExtensionField extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExtensionField.Builder,ExtensionField>
Additional X-headers to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.
For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExtensionField.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionField.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 header to add.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExtensionField.Builder> |
serializableBuilderClass() |
ExtensionField.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
value()
The value of the header to add.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the header to add. Must be between 1 and 50 characters, inclusive, and consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.
public final String value()
The value of the header to add. Must be less than 2048 characters, and must not contain newline characters ("\r" or "\n").
public ExtensionField.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExtensionField.Builder,ExtensionField>public static ExtensionField.Builder builder()
public static Class<? extends ExtensionField.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.