@Generated(value="software.amazon.awssdk:codegen") public final class ExtensionField extends Object implements 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the header to add.
|
static Class<? extends ExtensionField.Builder> |
serializableBuilderClass() |
ExtensionField.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
value()
The value of the header to add.
|
copy
public 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 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ExtensionField.Builder,ExtensionField>
public static ExtensionField.Builder builder()
public static Class<? extends ExtensionField.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.