@Generated(value="software.amazon.awssdk:codegen") public final class NotificationOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NotificationOptions.Builder,NotificationOptions>
Set of options which defines notification preferences of given action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NotificationOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NotificationOptions.Builder |
builder() |
String |
emailMessage()
Text value to be included in the email body.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
Boolean |
sendEmail()
Boolean value to indicate an email notification should be sent to the recipients.
|
static Class<? extends NotificationOptions.Builder> |
serializableBuilderClass() |
NotificationOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean sendEmail()
Boolean value to indicate an email notification should be sent to the recipients.
public final String emailMessage()
Text value to be included in the email body.
public NotificationOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NotificationOptions.Builder,NotificationOptions>public static NotificationOptions.Builder builder()
public static Class<? extends NotificationOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.