Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.model
Class TaskList

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.model.TaskList

public class TaskList
extends Object

Represents a task list.


Constructor Summary
TaskList()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
          The name of the task list.
 int hashCode()
           
 void setName(String name)
          The name of the task list.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 TaskList withName(String name)
          The name of the task list.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaskList

public TaskList()
Method Detail

getName

public String getName()
The name of the task list.

Constraints:
Length: 1 - 256

Returns:
The name of the task list.

setName

public void setName(String name)
The name of the task list.

Constraints:
Length: 1 - 256

Parameters:
name - The name of the task list.

withName

public TaskList withName(String name)
The name of the task list.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 1 - 256

Parameters:
name - The name of the task list.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.