@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRunTasksRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRunTasksRequest() |
Modifier and Type | Method and Description |
---|---|
ListRunTasksRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The run's ID.
|
Integer |
getMaxResults()
The maximum number of run tasks to return in one page of results.
|
String |
getStartingToken()
Specify the pagination token from a previous request to retrieve the next page of results.
|
String |
getStatus()
Filter the list by status.
|
int |
hashCode() |
void |
setId(String id)
The run's ID.
|
void |
setMaxResults(Integer maxResults)
The maximum number of run tasks to return in one page of results.
|
void |
setStartingToken(String startingToken)
Specify the pagination token from a previous request to retrieve the next page of results.
|
void |
setStatus(String status)
Filter the list by status.
|
String |
toString()
Returns a string representation of this object.
|
ListRunTasksRequest |
withId(String id)
The run's ID.
|
ListRunTasksRequest |
withMaxResults(Integer maxResults)
The maximum number of run tasks to return in one page of results.
|
ListRunTasksRequest |
withStartingToken(String startingToken)
Specify the pagination token from a previous request to retrieve the next page of results.
|
ListRunTasksRequest |
withStatus(String status)
Filter the list by status.
|
ListRunTasksRequest |
withStatus(TaskStatus status)
Filter the list by status.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setId(String id)
The run's ID.
id
- The run's ID.public String getId()
The run's ID.
public ListRunTasksRequest withId(String id)
The run's ID.
id
- The run's ID.public void setStatus(String status)
Filter the list by status.
status
- Filter the list by status.TaskStatus
public String getStatus()
Filter the list by status.
TaskStatus
public ListRunTasksRequest withStatus(String status)
Filter the list by status.
status
- Filter the list by status.TaskStatus
public ListRunTasksRequest withStatus(TaskStatus status)
Filter the list by status.
status
- Filter the list by status.TaskStatus
public void setStartingToken(String startingToken)
Specify the pagination token from a previous request to retrieve the next page of results.
startingToken
- Specify the pagination token from a previous request to retrieve the next page of results.public String getStartingToken()
Specify the pagination token from a previous request to retrieve the next page of results.
public ListRunTasksRequest withStartingToken(String startingToken)
Specify the pagination token from a previous request to retrieve the next page of results.
startingToken
- Specify the pagination token from a previous request to retrieve the next page of results.public void setMaxResults(Integer maxResults)
The maximum number of run tasks to return in one page of results.
maxResults
- The maximum number of run tasks to return in one page of results.public Integer getMaxResults()
The maximum number of run tasks to return in one page of results.
public ListRunTasksRequest withMaxResults(Integer maxResults)
The maximum number of run tasks to return in one page of results.
maxResults
- The maximum number of run tasks to return in one page of results.public String toString()
toString
in class Object
Object.toString()
public ListRunTasksRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()