public class WorkflowExecutionInfos extends Object implements Serializable
Contains a paginated list of information about workflow executions.
Constructor and Description |
---|
WorkflowExecutionInfos() |
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.