@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.
|
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.
|
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.
|
ListExecutionsResult |
withExecutions(ListedExecution... executions)
Returns the details for each execution.
|
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.
NextToken: returned from a call to several APIs, you can use pass it to a subsequent command to continue listing additional executions.
StartTime: timestamp indicating when the execution began.
Executions: details of the execution, including the execution ID, initial file location, and Service metadata.
Status: one of the following values: IN_PROGRESS, COMPLETED,
EXCEPTION, HANDLING_EXEPTION.
NextToken: returned from a call to several APIs, you can use pass it to a subsequent command to continue listing additional executions.
StartTime: timestamp indicating when the execution began.
Executions: details of the execution, including the execution ID, initial file location, and Service metadata.
Status: one of the following values: IN_PROGRESS, COMPLETED,
EXCEPTION, HANDLING_EXEPTION.
public void setExecutions(Collection<ListedExecution> executions)
Returns the details for each execution.
NextToken: returned from a call to several APIs, you can use pass it to a subsequent command to continue listing additional executions.
StartTime: timestamp indicating when the execution began.
Executions: details of the execution, including the execution ID, initial file location, and Service metadata.
Status: one of the following values: IN_PROGRESS, COMPLETED,
EXCEPTION, HANDLING_EXEPTION.
executions - Returns the details for each execution.
NextToken: returned from a call to several APIs, you can use pass it to a subsequent command to continue listing additional executions.
StartTime: timestamp indicating when the execution began.
Executions: details of the execution, including the execution ID, initial file location, and Service metadata.
Status: one of the following values: IN_PROGRESS, COMPLETED,
EXCEPTION, HANDLING_EXEPTION.
public ListExecutionsResult withExecutions(ListedExecution... executions)
Returns the details for each execution.
NextToken: returned from a call to several APIs, you can use pass it to a subsequent command to continue listing additional executions.
StartTime: timestamp indicating when the execution began.
Executions: details of the execution, including the execution ID, initial file location, and Service metadata.
Status: one of the following values: IN_PROGRESS, COMPLETED,
EXCEPTION, HANDLING_EXEPTION.
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.
NextToken: returned from a call to several APIs, you can use pass it to a subsequent command to continue listing additional executions.
StartTime: timestamp indicating when the execution began.
Executions: details of the execution, including the execution ID, initial file location, and Service metadata.
Status: one of the following values: IN_PROGRESS, COMPLETED,
EXCEPTION, HANDLING_EXEPTION.
public ListExecutionsResult withExecutions(Collection<ListedExecution> executions)
Returns the details for each execution.
NextToken: returned from a call to several APIs, you can use pass it to a subsequent command to continue listing additional executions.
StartTime: timestamp indicating when the execution began.
Executions: details of the execution, including the execution ID, initial file location, and Service metadata.
Status: one of the following values: IN_PROGRESS, COMPLETED,
EXCEPTION, HANDLING_EXEPTION.
executions - Returns the details for each execution.
NextToken: returned from a call to several APIs, you can use pass it to a subsequent command to continue listing additional executions.
StartTime: timestamp indicating when the execution began.
Executions: details of the execution, including the execution ID, initial file location, and Service metadata.
Status: one of the following values: IN_PROGRESS, COMPLETED,
EXCEPTION, HANDLING_EXEPTION.
public String toString()
toString in class ObjectObject.toString()public ListExecutionsResult clone()
Copyright © 2023. All rights reserved.