@Generated(value="software.amazon.awssdk:codegen") public final class NotifyEmailType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NotifyEmailType.Builder,NotifyEmailType>
The notify email type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NotifyEmailType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NotifyEmailType.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
htmlBody()
The HTML body.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NotifyEmailType.Builder> |
serializableBuilderClass() |
String |
subject()
The subject.
|
String |
textBody()
The text body.
|
NotifyEmailType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String subject()
The subject.
public String htmlBody()
The HTML body.
public String textBody()
The text body.
public NotifyEmailType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NotifyEmailType.Builder,NotifyEmailType>public static NotifyEmailType.Builder builder()
public static Class<? extends NotifyEmailType.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.