@Generated(value="software.amazon.awssdk:codegen") public final class JourneyCustomMessage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<JourneyCustomMessage.Builder,JourneyCustomMessage>
Specifies the message content for a custom channel message that's sent to participants in a journey.
| Modifier and Type | Class and Description |
|---|---|
static interface |
JourneyCustomMessage.Builder |
| Modifier and Type | Method and Description |
|---|---|
static JourneyCustomMessage.Builder |
builder() |
String |
data()
The message content that's passed to an AWS Lambda function or to a web hook.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends JourneyCustomMessage.Builder> |
serializableBuilderClass() |
JourneyCustomMessage.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String data()
The message content that's passed to an AWS Lambda function or to a web hook.
public JourneyCustomMessage.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<JourneyCustomMessage.Builder,JourneyCustomMessage>public static JourneyCustomMessage.Builder builder()
public static Class<? extends JourneyCustomMessage.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.