@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EventIncludedData extends Object implements Serializable, Cloneable, StructuredPojo
Details of what case and related item data is published through the case event stream.
Constructor and Description |
---|
EventIncludedData() |
Modifier and Type | Method and Description |
---|---|
EventIncludedData |
clone() |
boolean |
equals(Object obj) |
CaseEventIncludedData |
getCaseData()
Details of what case data is published through the case event stream.
|
RelatedItemEventIncludedData |
getRelatedItemData()
Details of what related item data is published through the case event stream.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCaseData(CaseEventIncludedData caseData)
Details of what case data is published through the case event stream.
|
void |
setRelatedItemData(RelatedItemEventIncludedData relatedItemData)
Details of what related item data is published through the case event stream.
|
String |
toString()
Returns a string representation of this object.
|
EventIncludedData |
withCaseData(CaseEventIncludedData caseData)
Details of what case data is published through the case event stream.
|
EventIncludedData |
withRelatedItemData(RelatedItemEventIncludedData relatedItemData)
Details of what related item data is published through the case event stream.
|
public void setCaseData(CaseEventIncludedData caseData)
Details of what case data is published through the case event stream.
caseData
- Details of what case data is published through the case event stream.public CaseEventIncludedData getCaseData()
Details of what case data is published through the case event stream.
public EventIncludedData withCaseData(CaseEventIncludedData caseData)
Details of what case data is published through the case event stream.
caseData
- Details of what case data is published through the case event stream.public void setRelatedItemData(RelatedItemEventIncludedData relatedItemData)
Details of what related item data is published through the case event stream.
relatedItemData
- Details of what related item data is published through the case event stream.public RelatedItemEventIncludedData getRelatedItemData()
Details of what related item data is published through the case event stream.
public EventIncludedData withRelatedItemData(RelatedItemEventIncludedData relatedItemData)
Details of what related item data is published through the case event stream.
relatedItemData
- Details of what related item data is published through the case event stream.public String toString()
toString
in class Object
Object.toString()
public EventIncludedData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.