|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.simpleworkflow.model.WorkflowExecutionInfos
public class WorkflowExecutionInfos
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 |
---|
public WorkflowExecutionInfos()
Method Detail |
---|
public List<WorkflowExecutionInfo> getExecutionInfos()
public void setExecutionInfos(Collection<WorkflowExecutionInfo> executionInfos)
executionInfos
- The list of workflow information structures.public WorkflowExecutionInfos withExecutionInfos(WorkflowExecutionInfo... executionInfos)
Returns a reference to this object so that method calls can be chained together.
executionInfos
- The list of workflow information structures.
public WorkflowExecutionInfos withExecutionInfos(Collection<WorkflowExecutionInfo> executionInfos)
Returns a reference to this object so that method calls can be chained together.
executionInfos
- The list of workflow information structures.
public String getNextPageToken()
Constraints:
Length: 0 - 2048
public void setNextPageToken(String nextPageToken)
Constraints:
Length: 0 - 2048
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.public WorkflowExecutionInfos withNextPageToken(String nextPageToken)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 2048
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.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |