Class TaskList
java.lang.Object
com.amazonaws.services.simpleworkflow.model.TaskList
- All Implemented Interfaces:
Serializable
,Cloneable
Represents a task list.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TaskList
public TaskList()
-
-
Method Details
-
setName
The name of the task list.
- Parameters:
name
- The name of the task list.
-
getName
The name of the task list.
- Returns:
- The name of the task list.
-
withName
The name of the task list.
- Parameters:
name
- The name of the task list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-