Class AddHeaderAction
- java.lang.Object
-
- software.amazon.awssdk.services.mailmanager.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>
The action to add a header to a message. When executed, this action will add the given header to the message.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAddHeaderAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AddHeaderAction.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringheaderName()The name of the header to add to an email.StringheaderValue()The value of the header to add to the email.List<SdkField<?>>sdkFields()static Class<? extends AddHeaderAction.Builder>serializableBuilderClass()AddHeaderAction.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
headerName
public final String headerName()
The name of the header to add to an email. The header must be prefixed with "X-". Headers are added regardless of whether the header name pre-existed in the email.
- Returns:
- The name of the header to add to an email. The header must be prefixed with "X-". Headers are added regardless of whether the header name pre-existed in the email.
-
headerValue
public final String headerValue()
The value of the header to add to the email.
- Returns:
- The value of the header to add to the email.
-
toBuilder
public AddHeaderAction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AddHeaderAction.Builder,AddHeaderAction>
-
builder
public static AddHeaderAction.Builder builder()
-
serializableBuilderClass
public static Class<? extends AddHeaderAction.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-