@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CaseEventIncludedData extends Object implements Serializable, Cloneable, StructuredPojo
Details of what case data is published through the case event stream.
Constructor and Description |
---|
CaseEventIncludedData() |
Modifier and Type | Method and Description |
---|---|
CaseEventIncludedData |
clone() |
boolean |
equals(Object obj) |
List<FieldIdentifier> |
getFields()
List of field identifiers.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFields(Collection<FieldIdentifier> fields)
List of field identifiers.
|
String |
toString()
Returns a string representation of this object.
|
CaseEventIncludedData |
withFields(Collection<FieldIdentifier> fields)
List of field identifiers.
|
CaseEventIncludedData |
withFields(FieldIdentifier... fields)
List of field identifiers.
|
public List<FieldIdentifier> getFields()
List of field identifiers.
public void setFields(Collection<FieldIdentifier> fields)
List of field identifiers.
fields
- List of field identifiers.public CaseEventIncludedData withFields(FieldIdentifier... fields)
List of field identifiers.
NOTE: This method appends the values to the existing list (if any). Use
setFields(java.util.Collection)
or withFields(java.util.Collection)
if you want to override the
existing values.
fields
- List of field identifiers.public CaseEventIncludedData withFields(Collection<FieldIdentifier> fields)
List of field identifiers.
fields
- List of field identifiers.public String toString()
toString
in class Object
Object.toString()
public CaseEventIncludedData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.