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