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