@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListExecutorsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListExecutorsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListExecutorsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getExecutorStateFilter()
A filter for a specific executor state.
|
Integer |
getMaxResults()
The maximum number of executors to return.
|
String |
getNextToken()
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
String |
getSessionId()
The session ID.
|
int |
hashCode() |
void |
setExecutorStateFilter(String executorStateFilter)
A filter for a specific executor state.
|
void |
setMaxResults(Integer maxResults)
The maximum number of executors to return.
|
void |
setNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
void |
setSessionId(String sessionId)
The session ID.
|
String |
toString()
Returns a string representation of this object.
|
ListExecutorsRequest |
withExecutorStateFilter(ExecutorState executorStateFilter)
A filter for a specific executor state.
|
ListExecutorsRequest |
withExecutorStateFilter(String executorStateFilter)
A filter for a specific executor state.
|
ListExecutorsRequest |
withMaxResults(Integer maxResults)
The maximum number of executors to return.
|
ListExecutorsRequest |
withNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated.
|
ListExecutorsRequest |
withSessionId(String sessionId)
The session ID.
|
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 setSessionId(String sessionId)
The session ID.
sessionId - The session ID.public String getSessionId()
The session ID.
public ListExecutorsRequest withSessionId(String sessionId)
The session ID.
sessionId - The session ID.public void setExecutorStateFilter(String executorStateFilter)
A filter for a specific executor state. A description of each state follows.
CREATING - The executor is being started, including acquiring resources.
CREATED - The executor has been started.
REGISTERED - The executor has been registered.
TERMINATING - The executor is in the process of shutting down.
TERMINATED - The executor is no longer running.
FAILED - Due to a failure, the executor is no longer running.
executorStateFilter - A filter for a specific executor state. A description of each state follows.
CREATING - The executor is being started, including acquiring resources.
CREATED - The executor has been started.
REGISTERED - The executor has been registered.
TERMINATING - The executor is in the process of shutting down.
TERMINATED - The executor is no longer running.
FAILED - Due to a failure, the executor is no longer running.
ExecutorStatepublic String getExecutorStateFilter()
A filter for a specific executor state. A description of each state follows.
CREATING - The executor is being started, including acquiring resources.
CREATED - The executor has been started.
REGISTERED - The executor has been registered.
TERMINATING - The executor is in the process of shutting down.
TERMINATED - The executor is no longer running.
FAILED - Due to a failure, the executor is no longer running.
CREATING - The executor is being started, including acquiring resources.
CREATED - The executor has been started.
REGISTERED - The executor has been registered.
TERMINATING - The executor is in the process of shutting down.
TERMINATED - The executor is no longer running.
FAILED - Due to a failure, the executor is no longer running.
ExecutorStatepublic ListExecutorsRequest withExecutorStateFilter(String executorStateFilter)
A filter for a specific executor state. A description of each state follows.
CREATING - The executor is being started, including acquiring resources.
CREATED - The executor has been started.
REGISTERED - The executor has been registered.
TERMINATING - The executor is in the process of shutting down.
TERMINATED - The executor is no longer running.
FAILED - Due to a failure, the executor is no longer running.
executorStateFilter - A filter for a specific executor state. A description of each state follows.
CREATING - The executor is being started, including acquiring resources.
CREATED - The executor has been started.
REGISTERED - The executor has been registered.
TERMINATING - The executor is in the process of shutting down.
TERMINATED - The executor is no longer running.
FAILED - Due to a failure, the executor is no longer running.
ExecutorStatepublic ListExecutorsRequest withExecutorStateFilter(ExecutorState executorStateFilter)
A filter for a specific executor state. A description of each state follows.
CREATING - The executor is being started, including acquiring resources.
CREATED - The executor has been started.
REGISTERED - The executor has been registered.
TERMINATING - The executor is in the process of shutting down.
TERMINATED - The executor is no longer running.
FAILED - Due to a failure, the executor is no longer running.
executorStateFilter - A filter for a specific executor state. A description of each state follows.
CREATING - The executor is being started, including acquiring resources.
CREATED - The executor has been started.
REGISTERED - The executor has been registered.
TERMINATING - The executor is in the process of shutting down.
TERMINATED - The executor is no longer running.
FAILED - Due to a failure, the executor is no longer running.
ExecutorStatepublic void setMaxResults(Integer maxResults)
The maximum number of executors to return.
maxResults - The maximum number of executors to return.public Integer getMaxResults()
The maximum number of executors to return.
public ListExecutorsRequest withMaxResults(Integer maxResults)
The maximum number of executors to return.
maxResults - The maximum number of executors to return.public void setNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated. To obtain the next set of pages, pass in the NextToken from the response object of the
previous page call.
nextToken - A token generated by the Athena service that specifies where to continue pagination if a previous request
was truncated. To obtain the next set of pages, pass in the NextToken from the response
object of the previous page call.public String getNextToken()
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated. To obtain the next set of pages, pass in the NextToken from the response object of the
previous page call.
NextToken from the response
object of the previous page call.public ListExecutorsRequest withNextToken(String nextToken)
A token generated by the Athena service that specifies where to continue pagination if a previous request was
truncated. To obtain the next set of pages, pass in the NextToken from the response object of the
previous page call.
nextToken - A token generated by the Athena service that specifies where to continue pagination if a previous request
was truncated. To obtain the next set of pages, pass in the NextToken from the response
object of the previous page call.public String toString()
toString in class ObjectObject.toString()public ListExecutorsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.