Class AddHeaderAction
java.lang.Object
software.amazon.awssdk.services.ses.model.AddHeaderAction
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AddHeaderAction.Builder,AddHeaderAction>
@Generated("software.amazon.awssdk:codegen")
public final class AddHeaderAction
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<AddHeaderAction.Builder,AddHeaderAction>
When included in a receipt rule, this action adds a header to the received email.
For information about adding a header using a receipt rule, see the Amazon SES Developer Guide.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic AddHeaderAction.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe name of the header to add to the incoming message.final StringThe content to include in the header.static Class<? extends AddHeaderAction.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
headerName
The name of the header to add to the incoming message. The name must contain at least one character, and can contain up to 50 characters. It consists of alphanumeric (a–z, A–Z, 0–9) characters and dashes.
- Returns:
- The name of the header to add to the incoming message. The name must contain at least one character, and can contain up to 50 characters. It consists of alphanumeric (a–z, A–Z, 0–9) characters and dashes.
-
headerValue
The content to include in the header. This value can contain up to 2048 characters. It can't contain newline (
\n) or carriage return (\r) characters.- Returns:
- The content to include in the header. This value can contain up to 2048 characters. It can't contain
newline (
\n) or carriage return (\r) characters.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<AddHeaderAction.Builder,AddHeaderAction>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-