Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.model
Class WorkflowExecutionInfos

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

public class WorkflowExecutionInfos
extends Object

Contains a paginated list of information about workflow executions.


Constructor Summary
WorkflowExecutionInfos()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<WorkflowExecutionInfo> getExecutionInfos()
          The list of workflow information structures.
 String getNextPageToken()
          The token of the next page in the result.
 int hashCode()
           
 void setExecutionInfos(Collection<WorkflowExecutionInfo> executionInfos)
          The list of workflow information structures.
 void setNextPageToken(String nextPageToken)
          The token of the next page in the result.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 WorkflowExecutionInfos withExecutionInfos(Collection<WorkflowExecutionInfo> executionInfos)
          The list of workflow information structures.
 WorkflowExecutionInfos withExecutionInfos(WorkflowExecutionInfo... executionInfos)
          The list of workflow information structures.
 WorkflowExecutionInfos withNextPageToken(String nextPageToken)
          The token of the next page in the result.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkflowExecutionInfos

public WorkflowExecutionInfos()
Method Detail

getExecutionInfos

public List<WorkflowExecutionInfo> getExecutionInfos()
The list of workflow information structures.

Returns:
The list of workflow information structures.

setExecutionInfos

public void setExecutionInfos(Collection<WorkflowExecutionInfo> executionInfos)
The list of workflow information structures.

Parameters:
executionInfos - The list of workflow information structures.

withExecutionInfos

public WorkflowExecutionInfos withExecutionInfos(WorkflowExecutionInfo... executionInfos)
The list of workflow information structures.

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

Parameters:
executionInfos - The list of workflow information structures.
Returns:
A reference to this updated object so that method calls can be chained together.

withExecutionInfos

public WorkflowExecutionInfos withExecutionInfos(Collection<WorkflowExecutionInfo> executionInfos)
The list of workflow information structures.

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

Parameters:
executionInfos - The list of workflow information structures.
Returns:
A reference to this updated object so that method calls can be chained together.

getNextPageToken

public String getNextPageToken()
The token of the next page in the result. If set, the results have more than one page. The next page can be retrieved by repeating the request with this token and all other arguments unchanged.

Constraints:
Length: 0 - 2048

Returns:
The token of the next page in the result. If set, the results have more than one page. The next page can be retrieved by repeating the request with this token and all other arguments unchanged.

setNextPageToken

public void setNextPageToken(String nextPageToken)
The token of the next page in the result. If set, the results have more than one page. The next page can be retrieved by repeating the request with this token and all other arguments unchanged.

Constraints:
Length: 0 - 2048

Parameters:
nextPageToken - The token of the next page in the result. If set, the results have more than one page. The next page can be retrieved by repeating the request with this token and all other arguments unchanged.

withNextPageToken

public WorkflowExecutionInfos withNextPageToken(String nextPageToken)
The token of the next page in the result. If set, the results have more than one page. The next page can be retrieved by repeating the request with this token and all other arguments unchanged.

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

Constraints:
Length: 0 - 2048

Parameters:
nextPageToken - The token of the next page in the result. If set, the results have more than one page. The next page can be retrieved by repeating the request with this token and all other arguments unchanged.
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.