Class EventIncludedData
- java.lang.Object
-
- software.amazon.awssdk.services.connectcases.model.EventIncludedData
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EventIncludedData.Builder,EventIncludedData>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEventIncludedData.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EventIncludedData.Builderbuilder()CaseEventIncludedDatacaseData()Details of what case data is published through the case event stream.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()RelatedItemEventIncludedDatarelatedItemData()Details of what related item data is published through the case event stream.List<SdkField<?>>sdkFields()static Class<? extends EventIncludedData.Builder>serializableBuilderClass()EventIncludedData.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
-
caseData
public final CaseEventIncludedData caseData()
Details of what case data is published through the case event stream.
- Returns:
- Details of what case data is published through the case event stream.
-
relatedItemData
public final RelatedItemEventIncludedData relatedItemData()
Details of what related item data is published through the case event stream.
- Returns:
- Details of what related item data is published through the case event stream.
-
toBuilder
public EventIncludedData.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EventIncludedData.Builder,EventIncludedData>
-
builder
public static EventIncludedData.Builder builder()
-
serializableBuilderClass
public static Class<? extends EventIncludedData.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.
-
-