@Generated(value="software.amazon.awssdk:codegen") public final class EventIncludedData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EventIncludedData.Builder,EventIncludedData>
Details of what case and related item data is published through the case event stream.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EventIncludedData.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EventIncludedData.Builder |
builder() |
CaseEventIncludedData |
caseData()
Details of what case data is published through the case event stream.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
RelatedItemEventIncludedData |
relatedItemData()
Details of what related item data is published through the case event stream.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EventIncludedData.Builder> |
serializableBuilderClass() |
EventIncludedData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CaseEventIncludedData caseData()
Details of what case data is published through the case event stream.
public final RelatedItemEventIncludedData relatedItemData()
Details of what related item data is published through the case event stream.
public EventIncludedData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EventIncludedData.Builder,EventIncludedData>public static EventIncludedData.Builder builder()
public static Class<? extends EventIncludedData.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.