@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()
The maximum number of tasks to list per page.
|
String |
getNextToken()
A pagination token to continue to the next page of tasks.
|
String |
getState()
A structure used to filter the tasks by their current state.
|
String |
getTaskId()
The ID of the task.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of tasks to list per page.
|
void |
setNextToken(String nextToken)
A pagination token to continue to the next page of tasks.
|
void |
setState(String state)
A structure used to filter the tasks by their current state.
|
void |
setTaskId(String taskId)
The ID of the task.
|
String |
toString()
Returns a string representation of this object.
|
ListExecutionsRequest |
withMaxResults(Integer maxResults)
The maximum number of tasks to list per page.
|
ListExecutionsRequest |
withNextToken(String nextToken)
A pagination token to continue to the next page of tasks.
|
ListExecutionsRequest |
withState(ExecutionState state)
A structure used to filter the tasks by their current state.
|
ListExecutionsRequest |
withState(String state)
A structure used to filter the tasks by their current state.
|
ListExecutionsRequest |
withTaskId(String taskId)
The ID of the task.
|
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)
The maximum number of tasks to list per page.
maxResults - The maximum number of tasks to list per page.public Integer getMaxResults()
The maximum number of tasks to list per page.
public ListExecutionsRequest withMaxResults(Integer maxResults)
The maximum number of tasks to list per page.
maxResults - The maximum number of tasks to list per page.public void setNextToken(String nextToken)
A pagination token to continue to the next page of tasks.
nextToken - A pagination token to continue to the next page of tasks.public String getNextToken()
A pagination token to continue to the next page of tasks.
public ListExecutionsRequest withNextToken(String nextToken)
A pagination token to continue to the next page of tasks.
nextToken - A pagination token to continue to the next page of tasks.public void setState(String state)
A structure used to filter the tasks by their current state.
state - A structure used to filter the tasks by their current state.ExecutionStatepublic String getState()
A structure used to filter the tasks by their current state.
ExecutionStatepublic ListExecutionsRequest withState(String state)
A structure used to filter the tasks by their current state.
state - A structure used to filter the tasks by their current state.ExecutionStatepublic ListExecutionsRequest withState(ExecutionState state)
A structure used to filter the tasks by their current state.
state - A structure used to filter the tasks by their current state.ExecutionStatepublic void setTaskId(String taskId)
The ID of the task.
taskId - The ID of the task.public String getTaskId()
The ID of the task.
public ListExecutionsRequest withTaskId(String taskId)
The ID of the task.
taskId - The ID of the task.public String toString()
toString in class ObjectObject.toString()public ListExecutionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2024. All rights reserved.