@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExecutionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListExecutionsResult() |
| Modifier and Type | Method and Description |
|---|---|
ListExecutionsResult |
clone() |
boolean |
equals(Object obj) |
List<ListedExecution> |
getExecutions()
Returns the details for each execution, in a
ListedExecution array. |
String |
getNextToken()
ListExecutions returns the NextToken parameter in the output. |
String |
getWorkflowId()
A unique identifier for the workflow.
|
int |
hashCode() |
void |
setExecutions(Collection<ListedExecution> executions)
Returns the details for each execution, in a
ListedExecution array. |
void |
setNextToken(String nextToken)
ListExecutions returns the NextToken parameter in the output. |
void |
setWorkflowId(String workflowId)
A unique identifier for the workflow.
|
String |
toString()
Returns a string representation of this object.
|
ListExecutionsResult |
withExecutions(Collection<ListedExecution> executions)
Returns the details for each execution, in a
ListedExecution array. |
ListExecutionsResult |
withExecutions(ListedExecution... executions)
Returns the details for each execution, in a
ListedExecution array. |
ListExecutionsResult |
withNextToken(String nextToken)
ListExecutions returns the NextToken parameter in the output. |
ListExecutionsResult |
withWorkflowId(String workflowId)
A unique identifier for the workflow.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNextToken(String nextToken)
ListExecutions returns the NextToken parameter in the output. You can then pass the
NextToken parameter in a subsequent command to continue listing additional executions.
nextToken - ListExecutions returns the NextToken parameter in the output. You can then pass
the NextToken parameter in a subsequent command to continue listing additional executions.public String getNextToken()
ListExecutions returns the NextToken parameter in the output. You can then pass the
NextToken parameter in a subsequent command to continue listing additional executions.
ListExecutions returns the NextToken parameter in the output. You can then pass
the NextToken parameter in a subsequent command to continue listing additional executions.public ListExecutionsResult withNextToken(String nextToken)
ListExecutions returns the NextToken parameter in the output. You can then pass the
NextToken parameter in a subsequent command to continue listing additional executions.
nextToken - ListExecutions returns the NextToken parameter in the output. You can then pass
the NextToken parameter in a subsequent command to continue listing additional executions.public void setWorkflowId(String workflowId)
A unique identifier for the workflow.
workflowId - A unique identifier for the workflow.public String getWorkflowId()
A unique identifier for the workflow.
public ListExecutionsResult withWorkflowId(String workflowId)
A unique identifier for the workflow.
workflowId - A unique identifier for the workflow.public List<ListedExecution> getExecutions()
Returns the details for each execution, in a ListedExecution array.
ListedExecution array.public void setExecutions(Collection<ListedExecution> executions)
Returns the details for each execution, in a ListedExecution array.
executions - Returns the details for each execution, in a ListedExecution array.public ListExecutionsResult withExecutions(ListedExecution... executions)
Returns the details for each execution, in a ListedExecution array.
NOTE: This method appends the values to the existing list (if any). Use
setExecutions(java.util.Collection) or withExecutions(java.util.Collection) if you want to
override the existing values.
executions - Returns the details for each execution, in a ListedExecution array.public ListExecutionsResult withExecutions(Collection<ListedExecution> executions)
Returns the details for each execution, in a ListedExecution array.
executions - Returns the details for each execution, in a ListedExecution array.public String toString()
toString in class ObjectObject.toString()public ListExecutionsResult clone()
Copyright © 2025. All rights reserved.