@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCaseActionDefinition extends Object implements Serializable, Cloneable, StructuredPojo
 The UpdateCase action definition.
 
| Constructor and Description | 
|---|
| UpdateCaseActionDefinition() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateCaseActionDefinition | clone() | 
| boolean | equals(Object obj) | 
| List<FieldValue> | getFields()
 An array of objects with  Field IDand Value data. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setFields(Collection<FieldValue> fields)
 An array of objects with  Field IDand Value data. | 
| String | toString()Returns a string representation of this object. | 
| UpdateCaseActionDefinition | withFields(Collection<FieldValue> fields)
 An array of objects with  Field IDand Value data. | 
| UpdateCaseActionDefinition | withFields(FieldValue... fields)
 An array of objects with  Field IDand Value data. | 
public List<FieldValue> getFields()
 An array of objects with Field ID and Value data.
 
Field ID and Value data.public void setFields(Collection<FieldValue> fields)
 An array of objects with Field ID and Value data.
 
fields - An array of objects with Field ID and Value data.public UpdateCaseActionDefinition withFields(FieldValue... fields)
 An array of objects with Field ID and Value data.
 
 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 - An array of objects with Field ID and Value data.public UpdateCaseActionDefinition withFields(Collection<FieldValue> fields)
 An array of objects with Field ID and Value data.
 
fields - An array of objects with Field ID and Value data.public String toString()
toString in class ObjectObject.toString()public UpdateCaseActionDefinition clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.