@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExecutionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListExecutionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListExecutionsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Specifies the maximum number of executions to return.
|
String |
getNextToken()
ListExecutions returns the NextToken parameter in the output. |
String |
getWorkflowId()
A unique identifier for the workflow.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Specifies the maximum number of executions to return.
|
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.
|
ListExecutionsRequest |
withMaxResults(Integer maxResults)
Specifies the maximum number of executions to return.
|
ListExecutionsRequest |
withNextToken(String nextToken)
ListExecutions returns the NextToken parameter in the output. |
ListExecutionsRequest |
withWorkflowId(String workflowId)
A unique identifier for the workflow.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setMaxResults(Integer maxResults)
Specifies the maximum number of executions to return.
maxResults - Specifies the maximum number of executions to return.public Integer getMaxResults()
Specifies the maximum number of executions to return.
public ListExecutionsRequest withMaxResults(Integer maxResults)
Specifies the maximum number of executions to return.
maxResults - Specifies the maximum number of executions to return.public 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.
This is useful for pagination, for instance. If you have 100 executions for a workflow, you might only want to
list first 10. If so, call the API by specifying the max-results:
aws transfer list-executions --max-results 10
This returns details for the first 10 executions, as well as the pointer (NextToken) to the eleventh
execution. You can now call the API again, supplying the NextToken value you received:
aws transfer list-executions --max-results 10 --next-token $somePointerReturnedFromPreviousListResult
This call returns the next 10 executions, the 11th through the 20th. You can then repeat the call until the details for all 100 executions have been returned.
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.
This is useful for pagination, for instance. If you have 100 executions for a workflow, you might only
want to list first 10. If so, call the API by specifying the max-results:
aws transfer list-executions --max-results 10
This returns details for the first 10 executions, as well as the pointer (NextToken) to the
eleventh execution. You can now call the API again, supplying the NextToken value you
received:
aws transfer list-executions --max-results 10 --next-token $somePointerReturnedFromPreviousListResult
This call returns the next 10 executions, the 11th through the 20th. You can then repeat the call until the details for all 100 executions have been returned.
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.
This is useful for pagination, for instance. If you have 100 executions for a workflow, you might only want to
list first 10. If so, call the API by specifying the max-results:
aws transfer list-executions --max-results 10
This returns details for the first 10 executions, as well as the pointer (NextToken) to the eleventh
execution. You can now call the API again, supplying the NextToken value you received:
aws transfer list-executions --max-results 10 --next-token $somePointerReturnedFromPreviousListResult
This call returns the next 10 executions, the 11th through the 20th. You can then repeat the call until the details for all 100 executions have been returned.
ListExecutions returns the NextToken parameter in the output. You can then pass
the NextToken parameter in a subsequent command to continue listing additional
executions.
This is useful for pagination, for instance. If you have 100 executions for a workflow, you might only
want to list first 10. If so, call the API by specifying the max-results:
aws transfer list-executions --max-results 10
This returns details for the first 10 executions, as well as the pointer (NextToken) to the
eleventh execution. You can now call the API again, supplying the NextToken value you
received:
aws transfer list-executions --max-results 10 --next-token $somePointerReturnedFromPreviousListResult
This call returns the next 10 executions, the 11th through the 20th. You can then repeat the call until the details for all 100 executions have been returned.
public ListExecutionsRequest 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.
This is useful for pagination, for instance. If you have 100 executions for a workflow, you might only want to
list first 10. If so, call the API by specifying the max-results:
aws transfer list-executions --max-results 10
This returns details for the first 10 executions, as well as the pointer (NextToken) to the eleventh
execution. You can now call the API again, supplying the NextToken value you received:
aws transfer list-executions --max-results 10 --next-token $somePointerReturnedFromPreviousListResult
This call returns the next 10 executions, the 11th through the 20th. You can then repeat the call until the details for all 100 executions have been returned.
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.
This is useful for pagination, for instance. If you have 100 executions for a workflow, you might only
want to list first 10. If so, call the API by specifying the max-results:
aws transfer list-executions --max-results 10
This returns details for the first 10 executions, as well as the pointer (NextToken) to the
eleventh execution. You can now call the API again, supplying the NextToken value you
received:
aws transfer list-executions --max-results 10 --next-token $somePointerReturnedFromPreviousListResult
This call returns the next 10 executions, the 11th through the 20th. You can then repeat the call until the details for all 100 executions have been returned.
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 ListExecutionsRequest withWorkflowId(String workflowId)
A unique identifier for the workflow.
workflowId - A unique identifier for the workflow.public String toString()
toString in class ObjectObject.toString()public ListExecutionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.