@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TaskList extends Object implements Serializable, Cloneable, StructuredPojo
Represents a task list.
| Constructor and Description | 
|---|
| TaskList() | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskList | clone() | 
| boolean | equals(Object obj) | 
| String | getName()
 The name of the task list. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setName(String name)
 The name of the task list. | 
| String | toString()Returns a string representation of this object. | 
| TaskList | withName(String name)
 The name of the task list. | 
public void setName(String name)
The name of the task list.
name - The name of the task list.public String getName()
The name of the task list.
public TaskList withName(String name)
The name of the task list.
name - The name of the task list.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.